The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/dra62x-clocks.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0-only
    2 
    3 #include "dm814x-clocks.dtsi"
    4 
    5 /* Compared to dm814x, dra62x does not have hdic, l3 or dss PLLs */
    6 &adpll_hdvic_ck {
    7         status = "disabled";
    8 };
    9 
   10 &adpll_l3_ck {
   11         status = "disabled";
   12 };
   13 
   14 &adpll_dss_ck {
   15         status = "disabled";
   16 };
   17 
   18 /* Compared to dm814x, dra62x has interconnect clocks on isp PLL */
   19 &sysclk4_ck {
   20         clocks = <&adpll_isp_ck 1>;
   21 };
   22 
   23 &sysclk5_ck {
   24         clocks = <&adpll_isp_ck 1>;
   25 };
   26 
   27 &sysclk6_ck {
   28         clocks = <&adpll_isp_ck 1>;
   29 };
   30 
   31 /*
   32  * Compared to dm814x, dra62x has different shifts and more mux options.
   33  * Please add the extra options for ysclk_14 and 16 if really needed.
   34  */
   35 &timer1_fck {
   36         clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
   37                   &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
   38         ti,bit-shift = <4>;
   39 };
   40 
   41 &timer2_fck {
   42         clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
   43                   &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
   44         ti,bit-shift = <8>;
   45 };

Cache object: 53916047b2c56a6c251ac93cb5250a8b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.