diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-06-25 09:51:50 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:28:29 -0400 |
commit | 684f6a2320d476ca7d9aa3a894029d6ac192259c (patch) | |
tree | 8d4ec6fcd0e031ac056b642b4b08eaf1dd287327 /arch/arm/boot/dts/imx25.dtsi | |
parent | 9c5d5909fc0a4a659eaa264729836027c106860f (diff) |
ARM: dts: i.MX25: Add iim node
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx25.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index 701153992c69..a918b2387ac0 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi | |||
@@ -444,6 +444,13 @@ | |||
444 | interrupts = <26>; | 444 | interrupts = <26>; |
445 | }; | 445 | }; |
446 | 446 | ||
447 | iim: iim@53ff0000 { | ||
448 | compatible = "fsl,imx25-iim", "fsl,imx27-iim"; | ||
449 | reg = <0x53ff0000 0x4000>; | ||
450 | interrupts = <19>; | ||
451 | clocks = <&clks 99>; | ||
452 | }; | ||
453 | |||
447 | usbphy1: usbphy@1 { | 454 | usbphy1: usbphy@1 { |
448 | compatible = "nop-usbphy"; | 455 | compatible = "nop-usbphy"; |
449 | status = "disabled"; | 456 | status = "disabled"; |