]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM64: dts: amlogic: Add hiu and periphs buses
authorCarlo Caione <carlo@endlessm.com>
Sun, 3 Apr 2016 17:14:41 +0000 (19:14 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 1 Jun 2016 17:56:14 +0000 (10:56 -0700)
Add two new buses in the DTS: hiu and periphs buses.
In the Amlogic S905/GXBB SoC several devices (clock / eth / pin
controllers, etc...) are mapped under these two buses. Add them in the
DT before starting to add new devices.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

index 832815d80462871c0dc96372e2b6194b81f57785..3126f0c44469d4f92456d8ce905dd87d1e7ca682 100644 (file)
                        };
                };
 
+               periphs: periphs@c8834000 {
+                       compatible = "simple-bus";
+                       reg = <0x0 0xc8834000 0x0 0x2000>;
+                       #address-cells = <2>;
+                       #size-cells = <2>;
+                       ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>;
+               };
+
+               hiubus: hiubus@c883c000 {
+                       compatible = "simple-bus";
+                       reg = <0x0 0xc883c000 0x0 0x2000>;
+                       #address-cells = <2>;
+                       #size-cells = <2>;
+                       ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
+               };
+
                apb: apb@d0000000 {
                        compatible = "simple-bus";
                        reg = <0x0 0xd0000000 0x0 0x200000>;