Lines Matching refs:clock
1 Binding for Texas Instruments APLL clock.
5 This binding uses the common clock binding[1]. It assumes a
7 (reference clock and bypass clock), with analog phase locked
8 loop logic for multiplying the input clock to a desired output
9 clock. This clock also typically supports different operation
13 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
14 [2] Documentation/devicetree/bindings/clock/ti/dpll.txt
17 - compatible : shall be "ti,dra7-apll-clock" or "ti,omap2-apll-clock"
18 - #clock-cells : from common clock binding; shall be set to 0.
25 - ti,clock-frequency : static clock frequency for the clock (OMAP2 only)
31 #clock-cells = <0>;
34 compatible = "ti,dra7-apll-clock";
38 #clock-cells = <0>;
39 compatible = "ti,omap2-apll-clock";
43 ti,clock-frequency = <96000000>;