Skip to content

Commit fc8a988

Browse files
jsbatchkartben
authored andcommitted
tests: drivers: gpio: add overlay to run test on IFX kit_psc3m5_evk
Adds an overlay to enable the GPIO api tests to run on the kit_psc3m5_evk board. GPIO 3.0 is used as an output, 3.1 is used as an input for the test. The test expects GPIO 3.0 and GPIO 3.1 to be jumpered together. Signed-off-by: John Batch <[email protected]>
1 parent d4fc1da commit fc8a988

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) 2025 Infineon Technologies AG, or an affiliate of
3+
* Infineon Technologies AG.
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
/ {
9+
resources {
10+
compatible = "test-gpio-basic-api";
11+
out-gpios = <&gpio_prt3 0 0>;
12+
in-gpios = <&gpio_prt3 1 0>;
13+
};
14+
};

0 commit comments

Comments
 (0)