summary refs log tree commit diff
path: root/arch/arm
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2018-12-08 17:50:25 +0100
committerKevin Hilman <khilman@baylibre.com>2019-01-10 16:29:01 -0800
commite402d24d884130ed308ff1d04fdababffcf0fa86 (patch)
tree8df91a1454a5e7d8e11920d5c8bfdb3a218d6891 /arch/arm
parent7e22d72834870af1396f90d31cbff38f36bbfa3d (diff)
downloadlinux-e402d24d884130ed308ff1d04fdababffcf0fa86.tar.gz
ARM: dts: meson8b: add the APB bus
Various peripherals (Mali GPU, NAND controller, VPU; etc.) are located
in the APB bus. Describe this bus so we can add devices to it.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/meson8b.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
index 22d775460767..5d036842c355 100644
--- a/arch/arm/boot/dts/meson8b.dtsi
+++ b/arch/arm/boot/dts/meson8b.dtsi
@@ -178,6 +178,14 @@
 			no-map;
 		};
 	};
+
+	apb: bus@d0000000 {
+		compatible = "simple-bus";
+		reg = <0xd0000000 0x200000>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges = <0x0 0xd0000000 0x200000>;
+	};
 }; /* end of / */
 
 &aobus {