Lines Matching +full:spread +full:- +full:spectrum

4 register-mapped DPLL with usually two selectable input clocks
9 sub-types, which effectively result in slightly different setup
12 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
15 - compatible : shall be one of:
16 "ti,omap3-dpll-clock",
17 "ti,omap3-dpll-core-clock",
18 "ti,omap3-dpll-per-clock",
19 "ti,omap3-dpll-per-j-type-clock",
20 "ti,omap4-dpll-clock",
21 "ti,omap4-dpll-x2-clock",
22 "ti,omap4-dpll-core-clock",
23 "ti,omap4-dpll-m4xen-clock",
24 "ti,omap4-dpll-j-type-clock",
25 "ti,omap5-mpu-dpll-clock",
26 "ti,am3-dpll-no-gate-clock",
27 "ti,am3-dpll-j-type-clock",
28 "ti,am3-dpll-no-gate-j-type-clock",
29 "ti,am3-dpll-clock",
30 "ti,am3-dpll-core-clock",
31 "ti,am3-dpll-x2-clock",
32 "ti,omap2-dpll-core-clock",
34 - #clock-cells : from common clock binding; shall be set to 0.
35 - clocks : link phandles of parent clocks, first entry lists reference clock
37 - reg : offsets for the register set for controlling the DPLL.
39 "control" - contains the control register base address
40 "idlest" - contains the idle status register base address
41 "mult-div1" - contains the multiplier / divider register base address
42 "autoidle" - contains the autoidle register base address (optional)
43 "ssc-deltam" - DPLL supports spread spectrum clocking (SSC), contains
45 "ssc-modfreq" - DPLL supports spread spectrum clocking (SSC), contains
48 ti,am3-* dpll types do not have autoidle register
49 ti,omap2-* dpll type does not support idlest / autoidle registers
52 - DPLL mode setting - defining any one or more of the following overrides
54 - ti,low-power-stop : DPLL supports low power stop mode, gating output
55 - ti,low-power-bypass : DPLL output matches rate of parent bypass clock
56 - ti,lock : DPLL locks in programmed rate
57 - ti,min-div : the minimum divisor to start from to round the DPLL
59 - ti,ssc-deltam : DPLL supports spread spectrum clocking, frequency
61 - ti,ssc-modfreq-hz : DPLL supports spread spectrum clocking, spread
62 spectrum modulation frequency
63 - ti,ssc-downspread : DPLL supports spread spectrum clocking, boolean
68 #clock-cells = <0>;
69 compatible = "ti,omap4-dpll-core-clock";
75 #clock-cells = <0>;
76 compatible = "ti,omap3-dpll-clock";
78 ti,low-power-stop;
79 ti,low-power-bypass;
85 #clock-cells = <0>;
86 compatible = "ti,am3-dpll-core-clock";
92 #clock-cells = <0>;
93 compatible = "ti,omap2-dpll-core-clock";
99 #clock-cells = <0>;
100 compatible = "ti,am3-dpll-no-gate-clock";