Skip to content

Commit e3ded63

Browse files
NeilChen93kartben
authored andcommitted
boards: nxp: frdm_mcxn236: Enabled IRTC Driver.
Enabling the IRTC Driver for the frdm_mcxn236 board. Tested with example samples/drivers/rtc. Signed-off-by: Neil Chen <[email protected]>
1 parent a9ad62b commit e3ded63

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

boards/nxp/frdm_mcxn236/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ The FRDM-MCXN236 board configuration supports the following hardware features:
8080
+-----------+------------+-------------------------------------+
8181
| MRT | on-chip | counter |
8282
+-----------+------------+-------------------------------------+
83+
| RTC | on-chip | rtc |
84+
+-----------+------------+-------------------------------------+
8385

8486
Targets available
8587
==================

boards/nxp/frdm_mcxn236/frdm_mcxn236.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
aliases{
2828
watchdog0 = &wwdt0;
2929
pwm-0 = &flexpwm1_pwm0;
30+
rtc = &rtc;
3031
};
3132
};
3233

@@ -146,3 +147,7 @@ zephyr_udc0: &usb1 {
146147
&mrt0_channel0 {
147148
status = "okay";
148149
};
150+
151+
&rtc {
152+
status = "okay";
153+
};

0 commit comments

Comments
 (0)