[PATCH 3/4] ARM: dts: imx23: add On-Chip RAM
Stefan Wahren
stefan.wahren at i2se.com
Tue Sep 13 10:51:05 PDT 2016
This patch adds the node for the 32 KB On-Chip RAM of the i.MX23.
Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
---
arch/arm/boot/dts/imx23.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
index c0a59d2..b66e372 100644
--- a/arch/arm/boot/dts/imx23.dtsi
+++ b/arch/arm/boot/dts/imx23.dtsi
@@ -607,6 +607,11 @@
#size-cells = <1>;
ranges;
+ ocram: sram at 00000000 {
+ compatible = "mmio-sram";
+ reg = <0x00000000 0x8000>;
+ };
+
usb0: usb at 80080000 {
compatible = "fsl,imx23-usb", "fsl,imx27-usb";
reg = <0x80080000 0x40000>;
--
1.7.9.5
More information about the linux-arm-kernel
mailing list