summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm
diff options
context:
space:
mode:
authorBrian Starkey2016-04-14 17:39:19 +0200
committerSudeep Holla2016-04-15 10:50:06 +0200
commitf5f7e45537e4ff534436c00d5671c1df84b0c390 (patch)
treee4c99f89140609da5f5a5fda295b45c8ae0f7251 /arch/arm64/boot/dts/arm
parentLinux 4.6-rc1 (diff)
downloadkernel-qcow2-linux-f5f7e45537e4ff534436c00d5671c1df84b0c390.tar.gz
kernel-qcow2-linux-f5f7e45537e4ff534436c00d5671c1df84b0c390.tar.xz
kernel-qcow2-linux-f5f7e45537e4ff534436c00d5671c1df84b0c390.zip
arm64: dts: juno: Add external expansion bus to DT
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>
Diffstat (limited to 'arch/arm64/boot/dts/arm')
-rw-r--r--arch/arm64/boot/dts/arm/juno-base.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi
index 68ccc39a7a66..dee2386d3b9b 100644
--- a/arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -272,3 +272,13 @@
/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>;
+ };