diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-12-08 17:50:25 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-01-11 01:29:01 +0100 |
commit | e402d24d884130ed308ff1d04fdababffcf0fa86 (patch) | |
tree | 8df91a1454a5e7d8e11920d5c8bfdb3a218d6891 /arch/arm/boot/dts/meson8b.dtsi | |
parent | ARM: dts: meson8: add the APB bus (diff) | |
download | linux-e402d24d884130ed308ff1d04fdababffcf0fa86.tar.xz linux-e402d24d884130ed308ff1d04fdababffcf0fa86.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/meson8b.dtsi')
-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 { |