1 * Clock bindings for Freescale i.MX25
4 - compatible: Should be "fsl,imx25-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.MX25
14 ---------------------------
149 compatible = "fsl,imx25-ccm";
150 reg = <0x53f80000 0x4000>;
154 uart1: serial@43f90000 {
155 compatible = "fsl,imx25-uart", "fsl,imx21-uart";
156 reg = <0x43f90000 0x4000>;
158 clocks = <&clks 79>, <&clks 50>;
159 clock-names = "ipg", "per";