aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-10-19 08:51:11 -0400
committerKevin Hilman <khilman@baylibre.com>2016-10-20 13:18:33 -0400
commitfe62a2b232b7ab24ed90fc936e107db9641ff7bc (patch)
tree940d97fdeb264c3feea57f83a4b6e899b09d3f26
parenta776e045ce3d449ae81626139585f476b1b66baf (diff)
ARM64: dts: meson-gxbb: Add SRAM node
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 22940bbab7ff..f6b68b046b0a 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -94,6 +94,15 @@
94 status = "disabled"; 94 status = "disabled";
95 }; 95 };
96 96
97 sram: sram@c8000000 {
98 compatible = "amlogic,meson-gxbb-sram", "mmio-sram";
99 reg = <0x0 0xc8000000 0x0 0x14000>;
100
101 #address-cells = <1>;
102 #size-cells = <1>;
103 ranges = <0 0x0 0xc8000000 0x14000>;
104 };
105
97 usb0: usb@c9000000 { 106 usb0: usb@c9000000 {
98 compatible = "amlogic,meson-gxbb-usb", "snps,dwc2"; 107 compatible = "amlogic,meson-gxbb-usb", "snps,dwc2";
99 reg = <0x0 0xc9000000 0x0 0x40000>; 108 reg = <0x0 0xc9000000 0x0 0x40000>;