From: Martin Blumenstingl Date: Sat, 8 Dec 2018 16:50:25 +0000 (+0100) Subject: ARM: dts: meson8b: add the APB bus X-Git-Tag: v5.15~6897^2~24^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e402d24d884130ed308ff1d04fdababffcf0fa86;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 22d7754..5d03684 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 {