1 * Clock bindings for Freescale i.MX6 Quad
4 - compatible: Should be "fsl,imx6q-ccm"
5 - reg: Address and length of the register set
6 - interrupts: Should contain CCM interrupt
7 - #clock-cells: Should be <1>
9 The clock consumer should specify the desired clock by having the clock
10 ID in its "clocks" phandle cell. The following is a full list of i.MX6Q
14 ---------------------------
117 mmdc_ch0_axi_podf 102
118 mmdc_ch1_axi_podf 103
227 compatible = "fsl,imx6q-ccm";
228 reg = <0x020c4000 0x4000>;
229 interrupts = <0 87 0x04 0 88 0x04>;
233 uart1: serial@02020000 {
234 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
235 reg = <0x02020000 0x4000>;
236 interrupts = <0 26 0x04>;
237 clocks = <&clks 160>, <&clks 161>;
238 clock-names = "ipg", "per";