We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b3865 commit 834576eCopy full SHA for 834576e
tests/drivers/gpio/gpio_basic_api/boards/imx943_evk_mimx94398_a55.overlay
@@ -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