tests: drivers: rtc: Add support for Smartbond Pro DevKit

This commit should add support for the DA1469x Pro DevKit.

Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
This commit is contained in:
Ioannis Karachalios 2024-05-15 20:22:58 +03:00 committed by Maureen Helm
commit d9a49cb761
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,2 @@
CONFIG_RTC_ALARM=y
CONFIG_RTC_UPDATE=y

View file

@ -0,0 +1,15 @@
/*
* Copyright (c) 2023 Renesas Electronics Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
rtc = &rtc;
};
};
&rtc {
status = "okay";
};