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/tegra114-car.h>.
19 In clock consumers, this cell represents the bit number in the CAR's
25 tegra_car: clock {
28 #clock-cells = <1>;
45 osc: clock@0 {
46 compatible = "fixed-clock";
48 #clock-cells = <0>;
49 clock-frequency = <12000000>;
52 clk_32k: clock@1 {
53 compatible = "fixed-clock";
55 #clock-cells = <0>;
56 clock-frequency = <32768>;