diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2016-09-08 05:28:15 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-09-09 02:17:59 -0400 |
commit | f8979757f17ca2dcd423a0604bfe21048824409c (patch) | |
tree | 0b78488dadff8c31c61d3504f5b9572ba25cfa81 /arch/arm/boot/dts | |
parent | 78eb28a86df16d0dfb62c75e81b374e39a0b803d (diff) |
ARM: dts: imx35: add iim module to imx35.dtsi
This is a prerequisite to remove the static mappings for imx35 devicetree
based machines.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx35.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi index 490b7b44f1e7..f812d586c5ce 100644 --- a/arch/arm/boot/dts/imx35.dtsi +++ b/arch/arm/boot/dts/imx35.dtsi | |||
@@ -309,6 +309,13 @@ | |||
309 | status = "disabled"; | 309 | status = "disabled"; |
310 | }; | 310 | }; |
311 | 311 | ||
312 | iim@53ff0000 { | ||
313 | compatible = "fsl,imx35-iim"; | ||
314 | reg = <0x53ff0000 0x4000>; | ||
315 | interrupts = <19>; | ||
316 | clocks = <&clks 80>; | ||
317 | }; | ||
318 | |||
312 | usbotg: usb@53ff4000 { | 319 | usbotg: usb@53ff4000 { |
313 | compatible = "fsl,imx35-usb", "fsl,imx27-usb"; | 320 | compatible = "fsl,imx35-usb", "fsl,imx27-usb"; |
314 | reg = <0x53ff4000 0x0200>; | 321 | reg = <0x53ff4000 0x0200>; |