Lines Matching refs:clock
3 This binding uses the common clock binding:
4 Documentation/devicetree/bindings/clock/clock-bindings.txt
6 The CPRMAN clock controller generates clocks in the audio power domain
9 few PLLs, and a level of mostly-generic clock generators sourcing from
11 clock generators, but a few (like the ARM or HDMI) will source from
16 - #clock-cells: Should be <1>. The permitted clock-specifier values can be
17 found in include/dt-bindings/clock/bcm2835.h
19 - clocks: The external oscillator clock phandle
23 clk_osc: clock@3 {
24 compatible = "fixed-clock";
26 #clock-cells = <0>;
27 clock-output-names = "osc";
28 clock-frequency = <19200000>;
33 #clock-cells = <1>;