Skip to content

Commit 4e49499

Browse files
committed
boards: ti: lp_mspm0g3507: enable rtc node
enable status for rtc in launchpad MSPM0G3507 Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
1 parent d61e2fc commit 4e49499

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/ti/lp_mspm0g3507/lp_mspm0g3507.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
aliases {
2020
led0 = &led0;
21+
rtc = &rtc;
2122
};
2223

2324
chosen {
@@ -105,3 +106,7 @@
105106
pinctrl-0 = <&uart0_tx_pa10 &uart0_rx_pa11>;
106107
pinctrl-names = "default";
107108
};
109+
110+
&rtc {
111+
status = "okay";
112+
};

0 commit comments

Comments
 (0)