diff options
author | Brian Starkey <brian.starkey@arm.com> | 2016-04-14 18:39:18 +0300 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2016-04-25 13:01:14 +0300 |
commit | 2b4e38fd7c12d37ee1887834eb45ae30b5e8f4e3 (patch) | |
tree | 254c7d2849a6b5124112e56841e43bdbd3c938d0 /arch/arm/boot/dts/vexpress-v2p-ca9.dts | |
parent | 2cff6dba57b74129e0fd6f201cedf236f49f97e9 (diff) | |
download | linux-2b4e38fd7c12d37ee1887834eb45ae30b5e8f4e3.tar.xz |
ARM: dts: vexpress: Add external expansion bus to DT
The VExpress development platform has an external expansion bus which
can be used for additional hardware (e.g. LogicTile Express daughter
boards).
Add this bus to the VExpress CoreTile device-trees.The bus is described
for a CoreTile occupying site 1.
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/arm/boot/dts/vexpress-v2p-ca9.dts')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2p-ca9.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/vexpress-v2p-ca9.dts index cbf658b97265..b608a03ee02f 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca9.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca9.dts @@ -359,4 +359,17 @@ /include/ "vexpress-v2m.dtsi" }; + + site2: hsb@e0000000 { + compatible = "simple-bus"; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0xe0000000 0x20000000>; + #interrupt-cells = <1>; + interrupt-map-mask = <0 3>; + interrupt-map = <0 0 &gic 0 36 4>, + <0 1 &gic 0 37 4>, + <0 2 &gic 0 38 4>, + <0 3 &gic 0 39 4>; + }; }; |