diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2016-04-25 16:50:23 -0400 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2016-04-25 16:50:23 -0400 |
| 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 @@ | |||
| 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 | }; | ||
