1 * Clock bindings for Freescale i.MX23
4 - compatible: Should be "fsl,imx23-clkctrl"
5 - reg: Address and length of the register set
6 - #clock-cells: Should be <1>
8 The clock consumer should specify the desired clock by having the clock
9 ID in its "clocks" phandle cell. The following is a full list of i.MX23
59 clks: clkctrl@80040000 {
60 compatible = "fsl,imx23-clkctrl";
61 reg = <0x80040000 0x2000>;
65 auart0: serial@8006c000 {
66 compatible = "fsl,imx23-auart";
67 reg = <0x8006c000 0x2000>;
68 interrupts = <24 25 23>;