diff mbox series

[1/3] ARM: dts: meson6: add the APB2 bus

Message ID 20181208164555.26527-3-martin.blumenstingl@googlemail.com (mailing list archive)
State Mainlined, archived
Commit 2fc6f3773733f2a6322ede65abbbe76c9f1908fa
Headers show
Series ARM: dts: meson: add the APB/APB2 busses | expand

Commit Message

Martin Blumenstingl Dec. 8, 2018, 4:45 p.m. UTC
The Mali GPU and the DVB demulator are located in the APB2 bus. Describe
this bus so we can add devices to it.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 arch/arm/boot/dts/meson6.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/meson6.dtsi b/arch/arm/boot/dts/meson6.dtsi
index ca978ab952cd..65585255910a 100644
--- a/arch/arm/boot/dts/meson6.dtsi
+++ b/arch/arm/boot/dts/meson6.dtsi
@@ -70,6 +70,14 @@ 
 		};
 	};
 
+	apb2: bus@d0000000 {
+		compatible = "simple-bus";
+		reg = <0xd0000000 0x40000>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges = <0x0 0xd0000000 0x40000>;
+	};
+
 	xtal: xtal-clk {
 		compatible = "fixed-clock";
 		clock-frequency = <24000000>;