board: fvp_base_revc_2xaemv8a: add ITS node
Add the FVP machine ITS node. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
c523014983
commit
2385d91c56
1 changed files with 9 additions and 0 deletions
|
@ -65,6 +65,15 @@
|
|||
#interrupt-cells = <4>;
|
||||
label = "GIC";
|
||||
status = "okay";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
its: msi-controller@2f020000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
reg = <0x2f020000 0x20000>;
|
||||
label = "ITS";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
uart0: uart@1c090000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue