1 * Clock bindings for Freescale i.MX35
4 - compatible: Should be "fsl,imx35-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.MX35
14 ---------------------------
102 compatible = "fsl,imx35-ccm";
103 reg = <0x53f80000 0x4000>;
108 esdhc1: esdhc@53fb4000 {
109 compatible = "fsl,imx35-esdhc";
110 reg = <0x53fb4000 0x4000>;
112 clocks = <&clks 9>, <&clks 8>, <&clks 43>;
113 clock-names = "ipg", "ahb", "per";