Skip to content

Commit 1b13ac9

Browse files
committed
boards: nxp: gint: Enable GINT for NXP boards
Set the DTS node to okay status Signed-off-by: Jason Yu <[email protected]>
1 parent 63024b8 commit 1b13ac9

File tree

11 files changed

+80
-0
lines changed

11 files changed

+80
-0
lines changed

boards/nxp/frdm_mcxw23/frdm_mcxw23_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@
205205
status = "okay";
206206
};
207207

208+
&gint0 {
209+
status = "okay";
210+
};
211+
208212
&flash0 {
209213
partitions {
210214
compatible = "fixed-partitions";

boards/nxp/lpcxpresso51u68/lpcxpresso51u68.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
};
7474
};
7575

76+
&gint0 {
77+
status = "okay";
78+
};
79+
80+
&gint1 {
81+
status = "okay";
82+
};
83+
7684
&flexcomm0 {
7785
status = "okay";
7886
compatible = "nxp,lpc-usart";

boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m4.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,11 @@
116116
};
117117
};
118118
};
119+
120+
&gint0 {
121+
status = "okay";
122+
};
123+
124+
&gint1 {
125+
status = "okay";
126+
};

boards/nxp/lpcxpresso55s06/lpcxpresso55s06_common.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,11 @@
171171
max-bitrate = <5000000>;
172172
};
173173
};
174+
175+
&gint0 {
176+
status = "okay";
177+
};
178+
179+
&gint1 {
180+
status = "okay";
181+
};

boards/nxp/lpcxpresso55s16/lpcxpresso55s16_common.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@
219219
};
220220
};
221221

222+
&gint0 {
223+
status = "okay";
224+
};
225+
226+
&gint1 {
227+
status = "okay";
228+
};
229+
222230
arduino_i2c: &flexcomm4 {};
223231

224232
arduino_spi: &hs_lspi {};

boards/nxp/lpcxpresso55s28/lpcxpresso55s28_common.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@
9292
};
9393
};
9494

95+
&gint0 {
96+
status = "okay";
97+
};
98+
99+
&gint1 {
100+
status = "okay";
101+
};
102+
95103
&flexcomm0 {
96104
compatible = "nxp,lpc-usart";
97105
current-speed = <115200>;

boards/nxp/lpcxpresso55s36/lpcxpresso55s36.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,14 @@ zephyr_udc0: &usbfs {
203203
status = "okay";
204204
};
205205

206+
&gint0 {
207+
status = "okay";
208+
};
209+
210+
&gint1 {
211+
status = "okay";
212+
};
213+
206214
&dac0 {
207215
status = "okay";
208216
pinctrl-0 = <&pinmux_dac0>;

boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,11 @@ i2s1: &flexcomm7 {
240240
&counter_rtc {
241241
status = "okay";
242242
};
243+
244+
&gint0 {
245+
status = "okay";
246+
};
247+
248+
&gint1 {
249+
status = "okay";
250+
};

boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,11 @@ zephyr_udc0: &usbhs {
137137
&ctimer4 {
138138
status = "okay";
139139
};
140+
141+
&gint0 {
142+
status = "okay";
143+
};
144+
145+
&gint1 {
146+
status = "okay";
147+
};

boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu1.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,11 @@
6060
&mma8652fc {
6161
status = "disabled";
6262
};
63+
64+
&gint0 {
65+
status = "okay";
66+
};
67+
68+
&gint1 {
69+
status = "okay";
70+
};

0 commit comments

Comments
 (0)