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 <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Martin Blumenstingl 2018-12-08 17:50:25 +01:00 committed by Kevin Hilman
parent 7e22d72834
commit e402d24d88
1 changed files with 8 additions and 0 deletions

View File

@ -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 {