dts: arm64: imx95_a55: add gic v3 its dts node
Added dts node for GIC v3 ITS. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
parent
3290777d40
commit
602c6292c3
@ -78,7 +78,15 @@
|
|||||||
<0x48060000 0xc0000>; /* GICR (RD_base + SGI_base) */
|
<0x48060000 0xc0000>; /* GICR (RD_base + SGI_base) */
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <4>;
|
#interrupt-cells = <4>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
its: msi-controller@48040000 {
|
||||||
|
compatible = "arm,gic-v3-its";
|
||||||
|
reg = <0x48040000 0x20000>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
reserved-memory {
|
reserved-memory {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user