]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
arm64: dts: juno: Add external expansion bus to DT
authorBrian Starkey <brian.starkey@arm.com>
Thu, 14 Apr 2016 15:39:19 +0000 (16:39 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Fri, 15 Apr 2016 08:50:06 +0000 (09:50 +0100)
The Juno development platform has an external expansion bus which can
be used for additional hardware (e.g. LogicTile Express daughterboards).

Add this bus to the Juno base device-tree.

Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Brian Starkey <brian.starkey@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/juno-base.dtsi

index 68ccc39a7a666f58f78318c48eb1b36acb814702..dee2386d3b9ba5f83678345bc82a656af5bd15ce 100644 (file)
 
                /include/ "juno-motherboard.dtsi"
        };
+
+       site2: tlx@60000000 {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0 0 0x60000000 0x10000000>;
+               #interrupt-cells = <1>;
+               interrupt-map-mask = <0 0>;
+               interrupt-map = <0 0 &gic 0 0 0 168 IRQ_TYPE_LEVEL_HIGH>;
+       };