diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-12-08 19:50:23 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-01-11 03:29:00 +0300 |
commit | 2fc6f3773733f2a6322ede65abbbe76c9f1908fa (patch) | |
tree | be0eca6464526aa6b989a6e903ee7bb425d6446f /arch/arm/boot/dts/meson6.dtsi | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
download | linux-2fc6f3773733f2a6322ede65abbbe76c9f1908fa.tar.xz |
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.dtsi | 8 |
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>; |