Lines Matching refs:clock
3 This binding uses the common clock binding[1].
5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
11 This node contains the slow clock definitions.
39 at91 main clock
43 at91 master clock
64 at91 SMD (Soft Modem) clock
72 at91 usb clock
75 at91 utmi clock
78 at91 h32mx clock
81 at91 generated clock
101 - #clock-cells : from common clock binding; shall be set to 0.
102 - clock-frequency : define the internal RC oscillator frequency.
105 - clock-accuracy : define the internal RC oscillator accuracy.
110 clock-frequency = <32768>;
111 clock-accuracy = <50000000>;
115 - #clock-cells : from common clock binding; shall be set to 0.
119 - atmel,osc-bypass : boolean property. Set this when a clock signal is directly
125 #clock-cells = <0>;
129 Required properties for slow clock:
130 - #clock-cells : from common clock binding; shall be set to 0.
136 #clock-cells = <0>;
148 You can use the dt macros defined in dt-bindings/clock/at91.h.
152 3 (AT91_PMC_MCKRDY) -> master clock ready
153 6 (AT91_PMC_LOCKU) -> UTMI PLL clock ready
154 8 .. 15 (AT91_PMC_PCKRDY(id)) -> programmable clock ready
157 18 (AT91_PMC_CFDEV) -> clock failure detected
171 Required properties for main clock internal RC oscillator:
174 - clock-frequency : define the internal RC oscillator frequency.
177 - clock-accuracy : define the internal RC oscillator accuracy.
184 clock-frequency = <12000000>;
185 clock-accuracy = <50000000>;
188 Required properties for main clock oscillator:
191 - #clock-cells : from common clock binding; shall be set to 0.
195 - atmel,osc-bypass : boolean property. Specified if a clock signal is provided
198 clock signal is directly provided on XIN pin.
205 #clock-cells = <0>;
209 Required properties for main clock:
212 - #clock-cells : from common clock binding; shall be set to 0.
220 #clock-cells = <0>;
224 Required properties for master clock:
227 - #clock-cells : from common clock binding; shall be set to 0.
228 - clocks : shall be the master clock sources (see atmel datasheet) phandles.
230 - atmel,clk-output-range : minimum and maximum clock frequency (two u32
233 - atmel,clk-divisors : master clock divisors table (four u32 fields).
244 #clock-cells = <0>;
252 - clocks : shall be the master clock phandle.
254 - name: device tree node describing a specific peripheral clock.
255 * #clock-cells : from common clock binding; shall be set to 0.
258 * atmel,clk-output-range : minimum and maximum clock frequency
270 #clock-cells = <0>;
276 #clock-cells = <0>;
286 - #clock-cells : from common clock binding; shall be set to 0.
287 - clocks : shall be the main clock phandle.
291 - atmel,clk-input-range : minimum and maximum source clock frequency (two u32
311 #clock-cells = <0>;
327 - #clock-cells : from common clock binding; shall be set to 0.
328 - clocks : shall be the plla clock phandle.
335 #clock-cells = <0>;
343 - clocks : shall be the programmable clock source phandles.
345 - name: device tree node describing a specific prog clock.
346 * #clock-cells : from common clock binding; shall be set to 0.
347 * reg : programmable clock id (register offset from PCKx
360 #clock-cells = <0>;
366 #clock-cells = <0>;
373 Required properties for smd clock:
374 - #clock-cells : from common clock binding; shall be set to 0.
375 - clocks : shall be the smd clock source phandles.
381 #clock-cells = <0>;
388 - name: device tree node describing a specific system clock.
389 * #clock-cells : from common clock binding; shall be set to 0.
390 * reg: system clock id (bit position in SCER/SCDR/SCSR registers).
391 See Atmel's datasheet to get a full list of system clock ids.
400 #clock-cells = <0>;
406 #clock-cells = <0>;
412 #clock-cells = <0>;
419 Required properties for usb clock:
420 - #clock-cells : from common clock binding; shall be set to 0.
421 - clocks : shall be the smd clock source phandles.
424 usb clock divisor table.
430 #clock-cells = <0>;
436 #clock-cells = <0>;
442 Required properties for utmi clock:
445 - #clock-cells : from common clock binding; shall be set to 0.
446 - clocks : shall be the main clock source phandle.
453 #clock-cells = <0>;
457 Required properties for 32 bits bus Matrix clock (h32mx clock):
458 - #clock-cells : from common clock binding; shall be set to 0.
459 - clocks : shall be the master clock source phandle.
463 #clock-cells = <0>;
471 - clocks : shall be the generated clock source phandles.
473 - name: device tree node describing a specific generated clock.
474 * #clock-cells : from common clock binding; shall be set to 0.
477 * atmel,clk-output-range : minimum and maximum clock frequency
488 #clock-cells = <0>;
494 #clock-cells = <0>;