Skip to content

Commit c47e606

Browse files
mcatee-infineoncfriedt
authored andcommitted
tests: add kit_pse84_eval overlays for gpio_basic_api testsuite
- add kit_pse84_eval overlays for gpio_basic_api testsuite Signed-off-by: McAtee Maxwell <[email protected]>
1 parent 1c90409 commit c47e606

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright (c) 2025 Infineon Technologies AG,
3+
* or an affiliate of 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_prt15 2 0>;
12+
in-gpios = <&gpio_prt15 3 0>;
13+
};
14+
};
15+
16+
&gpio_prt15 {
17+
status = "okay";
18+
};
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright (c) 2025 Infineon Technologies AG,
3+
* or an affiliate of 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_prt15 2 0>;
12+
in-gpios = <&gpio_prt15 3 0>;
13+
};
14+
};
15+
16+
&gpio_prt15 {
17+
status = "okay";
18+
};

0 commit comments

Comments
 (0)