1 * Clock bindings for Freescale i.MX31
4 - compatible: Should be "fsl,imx31-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.MX31
14 -----------------------
78 compatible = "fsl,imx31-ccm";
79 reg = <0x53f80000 0x4000>;
80 interrupts = <31>, <53>;
84 uart1: serial@43f90000 {
85 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
86 reg = <0x43f90000 0x4000>;
88 clocks = <&clks 10>, <&clks 30>;
89 clock-names = "ipg", "per";