Skip to content

Commit

Permalink
ARM: dts: meson8b: add the APB bus
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Blumenstingl authored and Kevin Hilman committed Jan 11, 2019
1 parent 7e22d72 commit e402d24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/meson8b.dtsi
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit e402d24

Please sign in to comment.