ARM: dts: at91: fix sram nodes
[linux-2.6-microblaze.git] / arch / arm / boot / dts / sama5d4.dtsi
index 2d9f853..1aca4b4 100644 (file)
@@ -81,6 +81,9 @@
        ns_sram: sram@210000 {
                compatible = "mmio-sram";
                reg = <0x00210000 0x10000>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0 0x00210000 0x10000>;
        };
 
        ahb {
@@ -93,6 +96,9 @@
                        compatible = "mmio-sram";
                        no-memory-wc;
                        reg = <0x100000 0x2400>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges = <0 0x100000 0x2400>;
                };
 
                usb0: gadget@400000 {