Lines Matching +full:composite +full:- +full:divider +full:- +full:clock
1 Binding for TI composite clock.
3 This binding uses the common clock binding[1]. It assumes a
4 register-mapped composite clock with multiple different sub-types;
6 a multiplexer clock with multiple input clock signals or parents, one
9 an adjustable clock rate divider, this behaves exactly as [3]
12 clock, this behaves exactly as [4]
15 merged to this clock. The component clocks shall be of one of the
16 "ti,*composite*-clock" types.
18 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
19 [2] Documentation/devicetree/bindings/clock/ti/ti,mux-clock.yaml
20 [3] Documentation/devicetree/bindings/clock/ti/ti,divider-clock.yaml
21 [4] Documentation/devicetree/bindings/clock/ti/gate.txt
24 - compatible : shall be: "ti,composite-clock"
25 - clocks : link phandles of component clocks
26 - #clock-cells : from common clock binding; shall be set to 0.
29 - clock-output-names : from common clock binding.
34 #clock-cells = <0>;
35 compatible = "ti,composite-interface-clock";
37 ti,bit-shift = <5>;
42 #clock-cells = <0>;
43 compatible = "ti,composite-divider-clock";
45 ti,bit-shift = <4>;
46 ti,max-div = <1>;
48 ti,index-starts-at-one;
52 #clock-cells = <0>;
53 compatible = "ti,composite-clock";