Skip to content

Commit 602c629

Browse files
JiafeiPanfabiobaltieri
authored andcommitted
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 3290777 commit 602c629

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
@@ -78,7 +78,15 @@
7878
<0x48060000 0xc0000>; /* GICR (RD_base + SGI_base) */
7979
interrupt-controller;
8080
#interrupt-cells = <4>;
81+
#address-cells = <1>;
82+
#size-cells = <1>;
8183
status = "okay";
84+
85+
its: msi-controller@48040000 {
86+
compatible = "arm,gic-v3-its";
87+
reg = <0x48040000 0x20000>;
88+
status = "okay";
89+
};
8290
};
8391

8492
reserved-memory {

0 commit comments

Comments
 (0)