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:
parent
d7deac712e
commit
744c70bef8
@ -18,4 +18,5 @@ supported:
|
||||
- watchdog
|
||||
- spi
|
||||
- wifi
|
||||
- rtc
|
||||
vendor: silabs
|
||||
|
||||
15
tests/drivers/rtc/rtc_api/boards/siwx917_rb4338a.overlay
Normal file
15
tests/drivers/rtc/rtc_api/boards/siwx917_rb4338a.overlay
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Copyright (c) 2025 Silicon Laboratories Inc.
|
||||
*/
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
rtc = &rtc0;
|
||||
};
|
||||
};
|
||||
|
||||
&rtc0 {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user