aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
272 272
273 /include/ "juno-motherboard.dtsi" 273 /include/ "juno-motherboard.dtsi"
274 }; 274 };
275
276 site2: tlx@60000000 {
277 compatible = "simple-bus";
278 #address-cells = <1>;
279 #size-cells = <1>;
280 ranges = <0 0 0x60000000 0x10000000>;
281 #interrupt-cells = <1>;
282 interrupt-map-mask = <0 0>;
283 interrupt-map = <0 0 &gic 0 0 0 168 IRQ_TYPE_LEVEL_HIGH>;
284 };