]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: meson8b: add the APB bus
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 8 Dec 2018 16:50:25 +0000 (17:50 +0100)
committerKevin Hilman <khilman@baylibre.com>
Fri, 11 Jan 2019 00:29:01 +0000 (16:29 -0800)
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>
arch/arm/boot/dts/meson8b.dtsi

index 22d775460767a97ee6d397fddf37ce1fe6fab4ec..5d036842c35522bf92fa30518a1218a403c436e0 100644 (file)
                        no-map;
                };
        };
+
+       apb: bus@d0000000 {
+               compatible = "simple-bus";
+               reg = <0xd0000000 0x200000>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0x0 0xd0000000 0x200000>;
+       };
 }; /* end of / */
 
 &aobus {