Skip to content

Commit bb57eaa

Browse files
committed
tests: drivers: rtc: add rtc node for testing
Add rtc overlay for lp_mspm0g3507 to enable test coverage Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
1 parent ac0fac2 commit bb57eaa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
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)