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 <martin.hoff@silabs.com>
This commit is contained in:
Martin Hoff 2025-05-15 09:16:06 +02:00 committed by Benjamin Cabé
parent d7deac712e
commit 744c70bef8
2 changed files with 16 additions and 0 deletions

View File

@ -18,4 +18,5 @@ supported:
- watchdog
- spi
- wifi
- rtc
vendor: silabs

View File

@ -0,0 +1,15 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2025 Silicon Laboratories Inc.
*/
/ {
aliases {
rtc = &rtc0;
};
};
&rtc0 {
status = "okay";
};