Lines Matching +full:fixed +full:- +full:parent +full:- +full:rate
1 Binding for simple fixed factor rate clock sources.
5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
8 - compatible : shall be "fixed-factor-clock".
9 - #clock-cells : from common clock binding; shall be set to 0.
10 - clock-div: fixed divider.
11 - clock-mult: fixed multiplier.
12 - clocks: parent clock.
15 - clock-output-names : From common clock binding.
19 compatible = "fixed-factor-clock";
21 #clock-cells = <0>;
22 clock-div = <2>;
23 clock-mult = <1>;