Skip to content

Commit effb666

Browse files
committed
tests: drivers: rtc: add rtc_api test suite support
Add rtc_api test coverage support for lp_mspm0g3507 Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
1 parent af9ea08 commit effb666

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_RTC_ALARM=y
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 Linumiz GmbH
5+
*/
6+
7+
/ {
8+
aliases {
9+
rtc = &rtc;
10+
};
11+
};
12+
13+
&rtc {
14+
status = "okay";
15+
};

0 commit comments

Comments
 (0)