dts: arm: ti: cc23x0: Add RTC support

Add support for RTC counter to cc23x0 SoC.

Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
This commit is contained in:
Stoyan Bogdanov 2024-08-29 12:17:23 +03:00 committed by Benjamin Cabé
commit a6db5c783b

View file

@ -109,6 +109,13 @@
reg = <0x40001000 0x310>;
status = "disabled";
};
rtc0: rtc@40002000 {
compatible = "ti,cc23x0-rtc";
reg = <0x40002000 0x64>;
interrupts = <3 0>;
status = "disabled";
};
};
};