diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-07-02 12:02:25 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:28:53 -0400 |
commit | 0912f59474dd7a33086fabffaf7eb2d40f127f4c (patch) | |
tree | 35dacdc6549619b99e31603dffed97bbe68a31de | |
parent | d36afcd408d3b41a82c3a1fe82bdf1378ac4557b (diff) |
ARM: dts: i.MX27: Add WEIM node
This patch adds the missing (Wireless External Interface Module) WEIM
devicetree node for i.MX27 CPUs.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 516473c72978..056e33bd8b47 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi | |||
@@ -443,6 +443,23 @@ | |||
443 | status = "disabled"; | 443 | status = "disabled"; |
444 | }; | 444 | }; |
445 | 445 | ||
446 | weim: weim@d8002000 { | ||
447 | #address-cells = <2>; | ||
448 | #size-cells = <1>; | ||
449 | compatible = "fsl,imx27-weim"; | ||
450 | reg = <0xd8002000 0x1000>; | ||
451 | clocks = <&clks 0>; | ||
452 | ranges = < | ||
453 | 0 0 0xc0000000 0x08000000 | ||
454 | 1 0 0xc8000000 0x08000000 | ||
455 | 2 0 0xd0000000 0x02000000 | ||
456 | 3 0 0xd2000000 0x02000000 | ||
457 | 4 0 0xd4000000 0x02000000 | ||
458 | 5 0 0xd6000000 0x02000000 | ||
459 | >; | ||
460 | status = "disabled"; | ||
461 | }; | ||
462 | |||
446 | iram: iram@ffff4c00 { | 463 | iram: iram@ffff4c00 { |
447 | compatible = "mmio-sram"; | 464 | compatible = "mmio-sram"; |
448 | reg = <0xffff4c00 0xb400>; | 465 | reg = <0xffff4c00 0xb400>; |