Signed-off-by: Rasmus Villemoes <[email protected]>
---
 arch/arm/boot/dts/ls1021a.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index bd6622f10046..6f53e6aefb63 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -748,5 +748,21 @@
                                        <0000 0 0 3 &gic GIC_SPI 191 
IRQ_TYPE_LEVEL_HIGH>,
                                        <0000 0 0 4 &gic GIC_SPI 193 
IRQ_TYPE_LEVEL_HIGH>;
                };
+
+               ocram1: sram@10000000 {
+                       compatible = "mmio-sram";
+                       reg = <0x0 0x10000000 0x0 0x10000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges = <0x0 0x0 0x10000000 0x10000>;
+               };
+
+               ocram2: sram@10010000 {
+                       compatible = "mmio-sram";
+                       reg = <0x0 0x10010000 0x0 0x10000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges = <0x0 0x0 0x10010000 0x10000>;
+               };
        };
 };
-- 
2.7.4

Reply via email to