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
93 /* put at91 slow clocks here */
113 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
123 clocks = <&slow_xtal>;
128 - clocks : shall encode the slow clk sources (see atmel datasheet).
134 clocks = <&slow_rc_osc &slow_osc>;
165 /* put at91 clocks here */
189 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
203 clocks = <&main_xtal>;
210 - clocks : shall encode the main clk sources (see atmel datasheet).
218 clocks = <&main_rc_osc &main_osc>;
225 - clocks : shall be the master clock sources (see atmel datasheet) phandles.
246 Required properties for peripheral clocks:
249 - clocks : shall be the master clock phandle.
250 e.g. clocks = <&mck>;
264 clocks = <&mck>;
280 Required properties for pll clocks:
284 - clocks : shall be the main clock phandle.
309 clocks = <&main>;
323 Required properties for plldiv clocks (plldiv = pll / 2):
325 - clocks : shall be the plla clock phandle.
333 clocks = <&plla>;
336 Required properties for programmable clocks:
340 - clocks : shall be the programmable clock source phandles.
341 e.g. clocks = <&clk32k>, <&main>, <&plla>, <&pllb>;
354 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
372 - clocks : shall be the smd clock source phandles.
373 e.g. clocks = <&plladiv>, <&utmi>;
379 clocks = <&plladiv>, <&utmi>;
382 Required properties for system clocks:
399 clocks = <&mck>;
405 clocks = <&usb>;
411 clocks = <&usb>;
418 - clocks : shall be the smd clock source phandles.
419 e.g. clocks = <&pllb>;
428 clocks = <&plladiv>, <&utmi>;
434 clocks = <&pllb>;
443 - clocks : shall be the main clock source phandle.
451 clocks = <&main>;
456 - clocks : shall be the master clock source phandle.
462 clocks = <&mck>;