1
0
Fork 0

ARM: dts: meson6: add the APB2 bus

The Mali GPU and the DVB demulator are located in the APB2 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>
hifive-unleashed-5.1
Martin Blumenstingl 2018-12-08 17:50:23 +01:00 committed by Kevin Hilman
parent bfeffd1552
commit 2fc6f37737
1 changed files with 8 additions and 0 deletions

View File

@ -70,6 +70,14 @@
};
};
apb2: bus@d0000000 {
compatible = "simple-bus";
reg = <0xd0000000 0x40000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0xd0000000 0x40000>;
};
xtal: xtal-clk {
compatible = "fixed-clock";
clock-frequency = <24000000>;