From: Martin Blumenstingl Date: Sat, 8 Dec 2018 16:50:23 +0000 (+0100) Subject: ARM: dts: meson6: add the APB2 bus X-Git-Tag: v5.1-rc1~157^2~24^2~16 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2fc6f3773733f2a6322ede65abbbe76c9f1908fa;p=users%2Fjedix%2Flinux-maple.git ARM: dts: meson6: add the APB2 bus 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 Signed-off-by: Kevin Hilman --- 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>;