Skip to content

Commit 0c14b37

Browse files
fimohameasmellby
authored andcommitted
tests: gpio: siwx917_rb4342a: Add gpio_basic_api overlay files
This commit adds the GPIO overlay files for the brd4342a board, enabling gpio_basic_api support in Zephyr. Signed-off-by: S Mohamed Fiaz <[email protected]> (cherry picked from commit 376747f) Upstream-status: available
1 parent 46a7fe6 commit 0c14b37

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2025 Silicon Laboratories Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
resources {
9+
compatible = "test-gpio-basic-api";
10+
out-gpios = <&uulpgpio 0 0>; /* WPK P14 */
11+
in-gpios = <&uulpgpio 3 0>; /* WPK P18 */
12+
};
13+
};
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2025 Silicon Laboratories Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
resources {
9+
compatible = "test-gpio-basic-api";
10+
out-gpios = <&gpiod 0 0>; /* WPK P28 */
11+
in-gpios = <&gpiod 2 0>; /* WPK P32 */
12+
};
13+
};

0 commit comments

Comments
 (0)