Skip to content

Commit 85367f2

Browse files
committed
dts: arm64: imx95_a55: add gic v3 its dts node
Added dts node for GIC v3 ITS. Signed-off-by: Jiafei Pan <[email protected]>
1 parent a4bd88f commit 85367f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm64/nxp/nxp_mimx95_a55.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,15 @@
7676
<0x48060000 0xc0000>; /* GICR (RD_base + SGI_base) */
7777
interrupt-controller;
7878
#interrupt-cells = <4>;
79+
#address-cells = <1>;
80+
#size-cells = <1>;
7981
status = "okay";
82+
83+
its: msi-controller@48040000 {
84+
compatible = "arm,gic-v3-its";
85+
reg = <0x48040000 0x20000>;
86+
status = "okay";
87+
};
8088
};
8189

8290
reserved-memory {

0 commit comments

Comments
 (0)