OSDN Git Service

ARM: dts: meson6: add the APB2 bus
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 8 Dec 2018 16:50:23 +0000 (17:50 +0100)
committerKevin Hilman <khilman@baylibre.com>
Fri, 11 Jan 2019 00:29:00 +0000 (16:29 -0800)
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>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson6.dtsi

index ca978ab..6558525 100644 (file)
                };
        };
 
+       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>;