Skip to content

Commit 744c70b

Browse files
Martinhoff-makerkartben
authored andcommitted
tests: drivers: rtc: add siwg917_rb4338a board overlay and add rtc tag
Add rtc tag to the siwg917_rb4338a board to activate testing on the board. Also add an overlay for the board in order to run the test correctly. Signed-off-by: Martin Hoff <[email protected]>
1 parent d7deac7 commit 744c70b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ supported:
1818
- watchdog
1919
- spi
2020
- wifi
21+
- rtc
2122
vendor: silabs
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* Copyright (c) 2025 Silicon Laboratories Inc.
5+
*/
6+
7+
/ {
8+
aliases {
9+
rtc = &rtc0;
10+
};
11+
};
12+
13+
&rtc0 {
14+
status = "okay";
15+
};

0 commit comments

Comments
 (0)