Commit 684f6a23 authored by Sascha Hauer's avatar Sascha Hauer Committed by Shawn Guo

ARM: dts: i.MX25: Add iim node

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 9c5d5909
...@@ -444,6 +444,13 @@ pwm1: pwm@53fe0000 { ...@@ -444,6 +444,13 @@ pwm1: pwm@53fe0000 {
interrupts = <26>; interrupts = <26>;
}; };
iim: iim@53ff0000 {
compatible = "fsl,imx25-iim", "fsl,imx27-iim";
reg = <0x53ff0000 0x4000>;
interrupts = <19>;
clocks = <&clks 99>;
};
usbphy1: usbphy@1 { usbphy1: usbphy@1 {
compatible = "nop-usbphy"; compatible = "nop-usbphy";
status = "disabled"; status = "disabled";
......
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