diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-06-25 17:51:48 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 19:28:27 +0400 |
commit | a82848e0bf7520c54c27191f2a7101f5f0921392 (patch) | |
tree | 1b3a77a9f498d0de47d31efb834d74914e89a166 /arch/arm/boot/dts/imx27.dtsi | |
parent | 97b108f9a4aa8649be3816fcb8bc83614b76d6c6 (diff) | |
download | linux-a82848e0bf7520c54c27191f2a7101f5f0921392.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx27.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index df425a7204f9..db139bfc6398 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -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 */ |