Skip to content

Commit 93b81ec

Browse files
committed
tests: drivers: gint: Enable GINT test for NXP boards
Enable the test case for NXP boards Signed-off-by: Jason Yu <[email protected]>
1 parent 375ef4d commit 93b81ec

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright 2025 NXP
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/ {
7+
aliases {
8+
led1 = &fake_led;
9+
};
10+
11+
/*
12+
* This test needs node led0 and led1, only the pins are used,
13+
* the pins are not needed to be real LED.
14+
* This board only has led0, so use a unused pin as led1.
15+
*/
16+
leds {
17+
fake_led: fake-led {
18+
gpios = <&gpio0 1 0>;
19+
};
20+
};
21+
};

tests/drivers/interrupt_controller/intc_nxp_gint/testcase.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ common:
88

99
tests:
1010
drivers.interrupt_controller.intc_nxp_gint:
11+
extra_args:
12+
- platform:mcxw23_evk:EXTRA_DTC_OVERLAY_FILE="boards/mcxw23_evk.overlay"
1113
platform_allow:
14+
- frdm_mcxw23
15+
- mcxw23_evk
16+
- lpcxpresso55s36
17+
- lpcxpresso51u68
18+
- lpcxpresso55s06
19+
- lpcxpresso55s16
20+
- lpcxpresso55s28
21+
- lpcxpresso55s69/lpc55s69/cpu0

0 commit comments

Comments
 (0)