summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/meson6.dtsi
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2018-12-08 17:50:23 +0100
committerKevin Hilman <khilman@baylibre.com>2019-01-10 16:29:00 -0800
commit2fc6f3773733f2a6322ede65abbbe76c9f1908fa (patch)
treebe0eca6464526aa6b989a6e903ee7bb425d6446f /arch/arm/boot/dts/meson6.dtsi
parentbfeffd155283772bbe78c6a05dec7c0128ee500c (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/meson6.dtsi')
-rw-r--r--arch/arm/boot/dts/meson6.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson6.dtsi b/arch/arm/boot/dts/meson6.dtsi
index ca978ab952cd..65585255910a 100644
--- a/arch/arm/boot/dts/meson6.dtsi
+++ b/arch/arm/boot/dts/meson6.dtsi
@@ -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>;