Lines Matching refs:clock
5 to provide many different clock signals derived from only 2 external source
12 - clocks : List of phandle & clock specifiers for clocks external to the CGU.
14 "ext" and second the RTC clock source "rtc".
15 - clock-names : List of name strings for the external clocks.
16 - #clock-cells: Should be 1.
17 Clock consumers specify this argument to identify a clock. The valid values
18 may be found in <dt-bindings/clock/<soctype>-cgu.h>.
26 #clock-cells = <1>;
37 ext: clock@0 {
38 compatible = "fixed-clock";
39 #clock-cells = <0>;
40 clock-frequency = <12000000>;
43 rtc: clock@1 {
44 compatible = "fixed-clock";
45 #clock-cells = <0>;
46 clock-frequency = <32768>;
51 clock-names: "ext", "rtc";