Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Martin Blumenstingl and committed by
Kevin Hilman
2fc6f377 bfeffd15

+8
+8
arch/arm/boot/dts/meson6.dtsi
··· 70 70 }; 71 71 }; 72 72 73 + apb2: bus@d0000000 { 74 + compatible = "simple-bus"; 75 + reg = <0xd0000000 0x40000>; 76 + #address-cells = <1>; 77 + #size-cells = <1>; 78 + ranges = <0x0 0xd0000000 0x40000>; 79 + }; 80 + 73 81 xtal: xtal-clk { 74 82 compatible = "fixed-clock"; 75 83 clock-frequency = <24000000>;