提交 481fbe13 编写于 作者: P Philipp Zabel 提交者: Shawn Guo

ARM: dts: add sram for imx53 and imx6q

This patch enables the On-Chip SRAM (OCRAM) on i.MX53 and i.MX6 SoCs.
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 db890dad
...@@ -1087,5 +1087,10 @@ tve: tve@63ff0000 { ...@@ -1087,5 +1087,10 @@ tve: tve@63ff0000 {
status = "disabled"; status = "disabled";
}; };
}; };
ocram: sram@f8000000 {
compatible = "mmio-sram";
reg = <0xf8000000 0x20000>;
};
}; };
}; };
...@@ -100,6 +100,12 @@ gpmi: gpmi-nand@00112000 { ...@@ -100,6 +100,12 @@ gpmi: gpmi-nand@00112000 {
status = "disabled"; status = "disabled";
}; };
ocram: sram@00900000 {
compatible = "mmio-sram";
reg = <0x00900000 0x3f000>;
clocks = <&clks 142>;
};
timer@00a00600 { timer@00a00600 {
compatible = "arm,cortex-a9-twd-timer"; compatible = "arm,cortex-a9-twd-timer";
reg = <0x00a00600 0x20>; reg = <0x00a00600 0x20>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册