diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-12-08 17:50:24 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-01-11 01:29:00 +0100 |
commit | 7e22d72834870af1396f90d31cbff38f36bbfa3d (patch) | |
tree | 600dc598926ce357bd67dc94d1dd2eba2a32b611 | |
parent | ARM: dts: meson6: add the APB2 bus (diff) | |
download | linux-7e22d72834870af1396f90d31cbff38f36bbfa3d.tar.xz linux-7e22d72834870af1396f90d31cbff38f36bbfa3d.zip |
ARM: dts: meson8: 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/meson8.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi index e5cd325d7ea8..3fd8260eba92 100644 --- a/arch/arm/boot/dts/meson8.dtsi +++ b/arch/arm/boot/dts/meson8.dtsi @@ -201,6 +201,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 { |