diff options
author | Adrian Herrera <adrian.herrera@arm.com> | 2019-09-12 12:34:07 +0100 |
---|---|---|
committer | Giacomo Travaglini <giacomo.travaglini@arm.com> | 2019-09-18 13:30:17 +0000 |
commit | ee00675d24761f2df22fa588cba8dee7d1050f3a (patch) | |
tree | a38d717bd089f2c54a6619f53e097b8b522b0144 /system | |
parent | a4bf7c3c20756f01f39e644d65f97fd9813502f0 (diff) | |
download | gem5-ee00675d24761f2df22fa588cba8dee7d1050f3a.tar.xz |
system-arm: Add ITS node in platforms/vexpress_gem5_v2_base.dtsi
This is aligning sources with DTB autogeneration
Change-Id: Icf369eb85719c91da770398b45645d8b03d8abf3
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20982
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/arm/dt/platforms/vexpress_gem5_v2_base.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/arm/dt/platforms/vexpress_gem5_v2_base.dtsi b/system/arm/dt/platforms/vexpress_gem5_v2_base.dtsi index 334074050..eba0db252 100644 --- a/system/arm/dt/platforms/vexpress_gem5_v2_base.dtsi +++ b/system/arm/dt/platforms/vexpress_gem5_v2_base.dtsi @@ -49,6 +49,13 @@ #size-cells = <0x2>; linux,phandle = <0x1>; phandle = <0x1>; + + gic-its@2e010000 { + compatible = "arm,gic-v3-its"; + msi-controller; + #msi-cells = <1>; + reg = <0x0 0x2e010000 0 0x20000>; + }; }; timer { |