diff options
author | Arnd Bergmann <[email protected]> | 2016-04-25 22:50:23 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2016-04-25 22:50:23 +0200 |
commit | 408e8fc8fc89d4e9c32cb17fcfbcf8bca22f0dba (patch) | |
tree | 5a9107b604780cb387f035163bfd58a3ef20ebd3 | |
parent | a845167df00c10bf3e3d1a1a48472d83475e63d1 (diff) | |
parent | f5f7e45537e4ff534436c00d5671c1df84b0c390 (diff) |
Merge tag 'juno-for-v4.7/dt-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/dt64
Pull "ARMv8 Juno DT updates for v4.7" from Sudeep Holla:
Just one update: Support for external expansion bus useful for
additional hardware e.g.LogicTile Express daughterboards (Brian Starkey)
* tag 'juno-for-v4.7/dt-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
arm64: dts: juno: Add external expansion bus to DT
-rw-r--r-- | arch/arm64/boot/dts/arm/juno-base.dtsi | 10 |
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>; + }; |