ARM: dts: i.MX27: Add iim node

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Sascha Hauer 2013-06-25 15:51:48 +02:00 committed by Shawn Guo
parent 97b108f9a4
commit a82848e0bf
1 changed files with 7 additions and 0 deletions

View File

@ -348,6 +348,13 @@
clocks = <&clks 41>, <&clks 61>;
clock-names = "ipg", "per";
};
iim: iim@10028000 {
compatible = "fsl,imx27-iim";
reg = <0x10028000 0x1000>;
interrupts = <62>;
clocks = <&clks 38>;
};
};
aipi@10020000 { /* AIPI2 */