Skip to content

Commit 33a43fa

Browse files
karthi012jhedberg
authored andcommitted
dts: arm: ti: mspm0: add support for rtc
Add a rtc support for mspm0 Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
1 parent e386692 commit 33a43fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/ti/mspm0/mspm0.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@
107107
compatible = "serial-flash";
108108
};
109109

110+
rtc: rtc@40094000 {
111+
compatible = "ti,mspm0-rtc";
112+
reg = <0x40094000 0x2000>;
113+
interrupts = <30 0>;
114+
alarms-count = <2>;
115+
status = "disabled";
116+
};
117+
110118
pinctrl: pin-controller@400a0000 {
111119
compatible = "ti,mspm0-pinctrl";
112120
#address-cells = <1>;

0 commit comments

Comments
 (0)