dts: nxp: Add support for 1Kz RTC counter

A 1KHz counter is present in the LPC RTC.
Add support for this counter to get better
resolution for certain applications.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2023-11-06 10:05:24 -06:00 committed by Carles Cufí
parent 08705f51f2
commit 008b5027a6
2 changed files with 8 additions and 0 deletions

View file

@ -400,6 +400,10 @@
reg = <0x30000 0x1000>;
interrupts = <32 0>;
status = "disabled";
rtc_highres: rtc_highres {
compatible = "nxp,lpc-rtc-highres";
status = "disabled";
};
};
trng: random@138000 {

View file

@ -311,6 +311,10 @@
reg = <0x30000 0x1000>;
interrupts = <32 0>;
status = "disabled";
rtc_highres: rtc_highres {
compatible = "nxp,lpc-rtc-highres";
status = "disabled";
};
};
trng: random@138000 {