Skip to content

Commit 5fed196

Browse files
yangbolu1991kartben
authored andcommitted
tests: drivers: gpio_basic_api: add imx943 m33 dts overlay
Added imx943 m33 dts overlay. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
1 parent 4456ccd commit 5fed196

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)