OSDN Git Service

ARM64: dts: meson-gxbb: Add SRAM node
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 19 Oct 2016 12:51:11 +0000 (14:51 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 20 Oct 2016 17:18:33 +0000 (10:18 -0700)
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

index 22940bb..f6b68b0 100644 (file)
                        status = "disabled";
                };
 
+               sram: sram@c8000000 {
+                       compatible = "amlogic,meson-gxbb-sram", "mmio-sram";
+                       reg = <0x0 0xc8000000 0x0 0x14000>;
+
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges = <0 0x0 0xc8000000 0x14000>;
+               };
+
                usb0: usb@c9000000 {
                        compatible = "amlogic,meson-gxbb-usb", "snps,dwc2";
                        reg = <0x0 0xc9000000 0x0 0x40000>;