Lines Matching refs:clocks

25 		All at91 specific clocks (clocks defined below) must be child
47 at91 peripheral clocks
53 at91 pll clocks
61 at91 programmable clocks
67 at91 system clocks
96 /* put at91 slow clocks here */
116 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
126 clocks = <&slow_xtal>;
131 - clocks : shall encode the slow clk sources (see atmel datasheet).
137 clocks = <&slow_rc_osc &slow_osc>;
168 /* put at91 clocks here */
192 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
206 clocks = <&main_xtal>;
213 - clocks : shall encode the main clk sources (see atmel datasheet).
221 clocks = <&main_rc_osc &main_osc>;
228 - clocks : shall be the master clock sources (see atmel datasheet) phandles.
249 Required properties for peripheral clocks:
252 - clocks : shall be the master clock phandle.
253 e.g. clocks = <&mck>;
267 clocks = <&mck>;
283 Required properties for pll clocks:
287 - clocks : shall be the main clock phandle.
312 clocks = <&main>;
326 Required properties for plldiv clocks (plldiv = pll / 2):
328 - clocks : shall be the plla clock phandle.
336 clocks = <&plla>;
339 Required properties for programmable clocks:
343 - clocks : shall be the programmable clock source phandles.
344 e.g. clocks = <&clk32k>, <&main>, <&plla>, <&pllb>;
357 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
375 - clocks : shall be the smd clock source phandles.
376 e.g. clocks = <&plladiv>, <&utmi>;
382 clocks = <&plladiv>, <&utmi>;
385 Required properties for system clocks:
402 clocks = <&mck>;
408 clocks = <&usb>;
414 clocks = <&usb>;
421 - clocks : shall be the smd clock source phandles.
422 e.g. clocks = <&pllb>;
431 clocks = <&plladiv>, <&utmi>;
437 clocks = <&pllb>;
446 - clocks : shall be the main clock source phandle.
454 clocks = <&main>;
459 - clocks : shall be the master clock source phandle.
465 clocks = <&mck>;
468 Required properties for generated clocks:
471 - clocks : shall be the generated clock source phandles.
472 e.g. clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>, <&audio_pll_pmc>;
485 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>, <&audio_pll_pmc>;