Skip to content

Commit 834576e

Browse files
JiafeiPandkalowsk
authored andcommitted
tests: gpio_basic_api: add imx943_evk_mimx94398_a55 overly
Add board overlay for i.MX943 EVK Cortex-A Core. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent f4b3865 commit 834576e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/{
8+
resources {
9+
compatible = "test-gpio-basic-api";
10+
/*
11+
* Use connector J44 Pin10 M1_LED_TP1 which connects to GPIO2 Pin31 as output
12+
* GPIO, and connector J52 Pin16 M1_PWM_PFC2 which connect to GPIO2 Pin21 as
13+
* input GPIO, connect these two pins with a Dupont Line.
14+
*/
15+
out-gpios = <&gpio2 31 0>;
16+
in-gpios = <&gpio2 21 0>;
17+
};
18+
};
19+
20+
&gpio2 {
21+
status = "okay";
22+
};

0 commit comments

Comments
 (0)