Skip to content

Commit a6db5c7

Browse files
bogdanovskartben
authored andcommitted
dts: arm: ti: cc23x0: Add RTC support
Add support for RTC counter to cc23x0 SoC. Signed-off-by: Stoyan Bogdanov <[email protected]>
1 parent dddbfcc commit a6db5c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/ti/cc23x0.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@
109109
reg = <0x40001000 0x310>;
110110
status = "disabled";
111111
};
112+
113+
rtc0: rtc@40002000 {
114+
compatible = "ti,cc23x0-rtc";
115+
reg = <0x40002000 0x64>;
116+
interrupts = <3 0>;
117+
status = "disabled";
118+
};
112119
};
113120
};
114121

0 commit comments

Comments
 (0)