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:
parent
6f0476eb77
commit
d9a49cb761
2 changed files with 17 additions and 0 deletions
2
tests/drivers/rtc/rtc_api/boards/da1469x_dk_pro.conf
Normal file
2
tests/drivers/rtc/rtc_api/boards/da1469x_dk_pro.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
CONFIG_RTC_ALARM=y
|
||||
CONFIG_RTC_UPDATE=y
|
15
tests/drivers/rtc/rtc_api/boards/da1469x_dk_pro.overlay
Normal file
15
tests/drivers/rtc/rtc_api/boards/da1469x_dk_pro.overlay
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Renesas Electronics Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
rtc = &rtc;
|
||||
};
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue