18c2ecf20Sopenharmony_ci* Clock bindings for Freescale Vybrid VF610 SOC
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: Should be "fsl,vf610-ccm"
58c2ecf20Sopenharmony_ci- reg: Address and length of the register set
68c2ecf20Sopenharmony_ci- #clock-cells: Should be <1>
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciOptional properties:
98c2ecf20Sopenharmony_ci- clocks: list of clock identifiers which are external input clocks to the
108c2ecf20Sopenharmony_ci	given clock controller. Please refer the next section to find
118c2ecf20Sopenharmony_ci	the input clocks for a given controller.
128c2ecf20Sopenharmony_ci- clock-names: list of names of clocks which are exteral input clocks to the
138c2ecf20Sopenharmony_ci	given clock controller.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciInput clocks for top clock controller:
168c2ecf20Sopenharmony_ci	- sxosc (external crystal oscillator 32KHz, recommended)
178c2ecf20Sopenharmony_ci	- fxosc (external crystal oscillator 24MHz, recommended)
188c2ecf20Sopenharmony_ci	- audio_ext
198c2ecf20Sopenharmony_ci	- enet_ext
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ciThe clock consumer should specify the desired clock by having the clock
228c2ecf20Sopenharmony_ciID in its "clocks" phandle cell. See include/dt-bindings/clock/vf610-clock.h
238c2ecf20Sopenharmony_cifor the full list of VF610 clock IDs.
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ciExamples:
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciclks: ccm@4006b000 {
288c2ecf20Sopenharmony_ci	compatible = "fsl,vf610-ccm";
298c2ecf20Sopenharmony_ci	reg = <0x4006b000 0x1000>;
308c2ecf20Sopenharmony_ci	#clock-cells = <1>;
318c2ecf20Sopenharmony_ci	clocks = <&sxosc>, <&fxosc>;
328c2ecf20Sopenharmony_ci	clock-names = "sxosc", "fxosc";
338c2ecf20Sopenharmony_ci};
348c2ecf20Sopenharmony_ci
358c2ecf20Sopenharmony_ciuart1: serial@40028000 {
368c2ecf20Sopenharmony_ci	compatible = "fsl,vf610-uart";
378c2ecf20Sopenharmony_ci	reg = <0x40028000 0x1000>;
388c2ecf20Sopenharmony_ci	interrupts = <0 62 0x04>;
398c2ecf20Sopenharmony_ci	clocks = <&clks VF610_CLK_UART1>;
408c2ecf20Sopenharmony_ci	clock-names = "ipg";
418c2ecf20Sopenharmony_ci};
42