From: Philipp Zabel Date: Tue, 23 Jul 2013 14:48:58 +0000 (+0800) Subject: ARM: dts: add sram for imx53 and imx6q X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ee039119b71236d8ddccf21adc33bc977e846fd7;p=karo-tx-linux.git 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 Signed-off-by: Shawn Guo Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 2dbc49f8c023..28707f0f24fa 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -789,5 +789,10 @@ status = "disabled"; }; }; + + ocram: sram@f8000000 { + compatible = "mmio-sram"; + reg = <0xf8000000 0x20000>; + }; }; }; diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 39180df78170..77f3c017b1b8 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -93,6 +93,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>;