Lines Matching +full:clocks +full:- +full:bindings
1 Device Tree Clock bindings for arch-rockchip
5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
7 == Gate clocks ==
9 These bindings are deprecated!
10 Please use the soc specific CRU bindings instead.
15 the 10 individual gates containing 16 clocks each.
19 - compatible : "rockchip,rk2928-gate-clk"
20 - reg : shall be the control register address(es) for the clock.
21 - #clock-cells : from common clock binding; shall be set to 1
22 - clock-output-names : the corresponding gate names that the clock controls
23 - clocks : should contain the parent clock for each individual gate,
24 therefore the number of clocks elements should match the number of
25 clock-output-names
27 Example using multiple gate clocks:
29 clk_gates0: gate-clk@200000d0 {
30 compatible = "rockchip,rk2928-gate-clk";
32 clocks = <&dummy>, <&dummy>,
41 clock-output-names =
51 #clock-cells = <1>;
54 clk_gates1: gate-clk@200000d4 {
55 compatible = "rockchip,rk2928-gate-clk";
57 clocks = <&xin24m>, <&xin24m>,
66 clock-output-names =
76 #clock-cells = <1>;