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:
parent
dddbfcce76
commit
a6db5c783b
1 changed files with 7 additions and 0 deletions
|
@ -109,6 +109,13 @@
|
|||
reg = <0x40001000 0x310>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rtc0: rtc@40002000 {
|
||||
compatible = "ti,cc23x0-rtc";
|
||||
reg = <0x40002000 0x64>;
|
||||
interrupts = <3 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue