Skip to content

Commit c0902cd

Browse files
fimohamejhedberg
authored andcommitted
tests: drivers: rtc: Add rtc_api overlay and update yaml file
This commit adds the rtc_api overlay file for the brd4342a board, enabling rtc support and also updates the rtc tag in siwx917_rb4342a.yaml. Upstream-status: available Signed-off-by: S Mohamed Fiaz <[email protected]> (cherry picked from commit 8dda8fc)
1 parent 6935cf2 commit c0902cd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

boards/silabs/radio_boards/siwx917_rb4342a/siwx917_rb4342a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ supported:
2020
- pwm
2121
- uart
2222
- watchdog
23+
- rtc
2324
- counter
2425
- wifi
2526
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)