Lines Matching refs:clock
3 This binding uses the common clock binding:
4 Documentation/devicetree/bindings/clock/clock-bindings.txt
12 - clocks : Should contain phandle and clock specifiers for two clocks:
14 - #clock-cells : Should be 1.
15 In clock consumers, this cell represents the clock ID exposed by the
17 <dt-bindings/clock/tegra124-car-common.h> (which covers IDs common
18 to Tegra124 and Tegra132) and <dt-bindings/clock/tegra124-car.h>
21 In clock consumers, this cell represents the bit number in the CAR's
27 tegra_car: clock {
30 #clock-cells = <1>;
47 osc: clock@0 {
48 compatible = "fixed-clock";
50 #clock-cells = <0>;
51 clock-frequency = <112400000>;
54 clk_32k: clock@1 {
55 compatible = "fixed-clock";
57 #clock-cells = <0>;
58 clock-frequency = <32768>;