We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6553fd1 commit a9ad62bCopy full SHA for a9ad62b
dts/arm/nxp/nxp_mcxn23x_common.dtsi
@@ -838,6 +838,17 @@
838
status = "disabled";
839
};
840
841
+
842
+ rtc: rtc@4c000 {
843
+ compatible = "nxp,irtc";
844
+ reg = <0x4c000 0x1000>;
845
+ status = "disabled";
846
+ interrupts = <52 0>;
847
+ prescaler = <1>;
848
+ clock-frequency = <16384>;
849
+ clock-src = <0>;
850
+ alarms-count = <1>;
851
+ };
852
853
854
&systick {
0 commit comments