diff options
| author | 2018-12-08 17:50:25 +0100 | |
|---|---|---|
| committer | 2019-01-10 16:29:01 -0800 | |
| commit | e402d24d884130ed308ff1d04fdababffcf0fa86 (patch) | |
| tree | 8df91a1454a5e7d8e11920d5c8bfdb3a218d6891 | |
| parent | ARM: dts: meson8: add the APB bus (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 22d775460767..5d036842c355 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 { |
