aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53.dtsi
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2014-06-25 07:01:30 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 04:49:41 -0400
commitac08281ed63c7f0282a3c6800b68772f69e9459c (patch)
treead2eb0793958ef1732d8fcf6e4c0e43233d81d8d /arch/arm/boot/dts/imx53.dtsi
parentacb7ea5eba26696f2f4306624bf176c973a07fe8 (diff)
ARM: dts: i.MX53: add aipstz nodes
The AHB to IP bridges (AIPSTZ) allow fine grained access rights management. Add both bridges to the DT. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index d8d3f979f599..5fe8509cc4b6 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -259,6 +259,11 @@
259 }; 259 };
260 }; 260 };
261 261
262 aipstz1: bridge@53f00000 {
263 compatible = "fsl,imx53-aipstz";
264 reg = <0x53f00000 0x60>;
265 };
266
262 usbphy0: usbphy@0 { 267 usbphy0: usbphy@0 {
263 compatible = "usb-nop-xceiv"; 268 compatible = "usb-nop-xceiv";
264 clocks = <&clks IMX5_CLK_USB_PHY1_GATE>; 269 clocks = <&clks IMX5_CLK_USB_PHY1_GATE>;
@@ -571,6 +576,11 @@
571 reg = <0x60000000 0x10000000>; 576 reg = <0x60000000 0x10000000>;
572 ranges; 577 ranges;
573 578
579 aipstz2: bridge@63f00000 {
580 compatible = "fsl,imx53-aipstz";
581 reg = <0x63f00000 0x60>;
582 };
583
574 iim: iim@63f98000 { 584 iim: iim@63f98000 {
575 compatible = "fsl,imx53-iim", "fsl,imx27-iim"; 585 compatible = "fsl,imx53-iim", "fsl,imx27-iim";
576 reg = <0x63f98000 0x4000>; 586 reg = <0x63f98000 0x4000>;