diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2013-07-01 11:06:09 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 23:28:47 +0800 |
commit | 481fbe13528d2a9dfe8fee881cb3f0c895f0c3b6 (patch) | |
tree | f30f3444e77f137c931c400cc43013a6a4a8a04b /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | db890dad41d538f774e0e1f2f10613b1b083a96b (diff) | |
download | blackbird-op-linux-481fbe13528d2a9dfe8fee881cb3f0c895f0c3b6.tar.gz blackbird-op-linux-481fbe13528d2a9dfe8fee881cb3f0c895f0c3b6.zip |
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: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 2d73f83101fc..4033ad4cfe99 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -100,6 +100,12 @@ status = "disabled"; }; + ocram: sram@00900000 { + compatible = "mmio-sram"; + reg = <0x00900000 0x3f000>; + clocks = <&clks 142>; + }; + timer@00a00600 { compatible = "arm,cortex-a9-twd-timer"; reg = <0x00a00600 0x20>; |