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:
parent
08705f51f2
commit
008b5027a6
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue