Commit a82848e0 authored by Sascha Hauer's avatar Sascha Hauer Committed by Shawn Guo

ARM: dts: i.MX27: Add iim node

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 97b108f9
......@@ -348,6 +348,13 @@ gpt6: timer@1001f000 {
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment