提交 ac08281e 编写于 作者: S Steffen Trumtrar 提交者: Shawn Guo

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: NSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
上级 acb7ea5e
...@@ -259,6 +259,11 @@ ...@@ -259,6 +259,11 @@
}; };
}; };
aipstz1: bridge@53f00000 {
compatible = "fsl,imx53-aipstz";
reg = <0x53f00000 0x60>;
};
usbphy0: usbphy@0 { usbphy0: usbphy@0 {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
clocks = <&clks IMX5_CLK_USB_PHY1_GATE>; clocks = <&clks IMX5_CLK_USB_PHY1_GATE>;
...@@ -571,6 +576,11 @@ ...@@ -571,6 +576,11 @@
reg = <0x60000000 0x10000000>; reg = <0x60000000 0x10000000>;
ranges; ranges;
aipstz2: bridge@63f00000 {
compatible = "fsl,imx53-aipstz";
reg = <0x63f00000 0x60>;
};
iim: iim@63f98000 { iim: iim@63f98000 {
compatible = "fsl,imx53-iim", "fsl,imx27-iim"; compatible = "fsl,imx53-iim", "fsl,imx27-iim";
reg = <0x63f98000 0x4000>; reg = <0x63f98000 0x4000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册