1 * Clock bindings for Freescale i.MX28
4 - compatible: Should be "fsl,imx28-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.MX28
82 clks: clkctrl@80040000 {
83 compatible = "fsl,imx28-clkctrl";
84 reg = <0x80040000 0x2000>;
88 auart0: serial@8006a000 {
89 compatible = "fsl,imx28-auart", "fsl,imx23-auart";
90 reg = <0x8006a000 0x2000>;
91 interrupts = <112 70 71>;