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 a9ad62b commit e3ded63Copy full SHA for e3ded63
boards/nxp/frdm_mcxn236/doc/index.rst
@@ -80,6 +80,8 @@ The FRDM-MCXN236 board configuration supports the following hardware features:
80
+-----------+------------+-------------------------------------+
81
| MRT | on-chip | counter |
82
83
+| RTC | on-chip | rtc |
84
++-----------+------------+-------------------------------------+
85
86
Targets available
87
==================
boards/nxp/frdm_mcxn236/frdm_mcxn236.dts
@@ -27,6 +27,7 @@
27
aliases{
28
watchdog0 = &wwdt0;
29
pwm-0 = &flexpwm1_pwm0;
30
+ rtc = &rtc;
31
};
32
33
@@ -146,3 +147,7 @@ zephyr_udc0: &usb1 {
146
147
&mrt0_channel0 {
148
status = "okay";
149
150
+
151
+&rtc {
152
+ status = "okay";
153
+};
0 commit comments