Skip to content

Commit

Permalink
ARM: dts: i.MX25: Add iim node
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Sascha Hauer authored and Shawn Guo committed Aug 22, 2013
1 parent 9c5d590 commit 684f6a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/imx25.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,13 @@
interrupts = <26>;
};

iim: iim@53ff0000 {
compatible = "fsl,imx25-iim", "fsl,imx27-iim";
reg = <0x53ff0000 0x4000>;
interrupts = <19>;
clocks = <&clks 99>;
};

usbphy1: usbphy@1 {
compatible = "nop-usbphy";
status = "disabled";
Expand Down

0 comments on commit 684f6a2

Please sign in to comment.