Skip to content

Commit 6c73c92

Browse files
committed
tests: gpio: boards: add overlay and conf for GPIO test driver
Added the xg29_rb4412a.overlay xg29_rb4412a.conf configuration for GPIO API 1-pin, Basic api, Hogs test apps. This overlay and conf defines the configuration needed to validate the GPIO driver on the xg29_rb4412a board during test execution. Signed-off-by: S Mohamed Fiaz <fiaz.mohamed@silabs.com>
1 parent 03d5e55 commit 6c73c92

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_GPIO_GECKO=n
2+
CONFIG_GPIO_SILABS=y
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (c) 2025 Silicon Laboratories Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
led0 = &led0;
10+
};
11+
12+
leds {
13+
compatible = "gpio-leds";
14+
led0: led_0 {
15+
gpios = <&gpioc 7 GPIO_ACTIVE_HIGH>;
16+
};
17+
};
18+
};
19+
20+
&gpioc {
21+
status = "okay";
22+
};
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_GPIO_GECKO=n
2+
CONFIG_GPIO_SILABS=y
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_GPIO_GECKO=n
2+
CONFIG_GPIO_SILABS=y

0 commit comments

Comments
 (0)