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:
Neil Armstrong 2021-08-09 10:40:25 +02:00 committed by Christopher Friedt
commit 2385d91c56

View file

@ -65,6 +65,15 @@
#interrupt-cells = <4>; #interrupt-cells = <4>;
label = "GIC"; label = "GIC";
status = "okay"; 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 { uart0: uart@1c090000 {