boards: nxp: frdm_mcxn947: Enabled IRTC Driver.

Enabling the IRTC Driver for the frdm_mcxn947 board cpu0.

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
Emilio Benavente 2024-08-19 16:21:45 +00:00 committed by David Leach
parent 97b73b3234
commit 58b8d38cab
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,7 @@
aliases{
watchdog0 = &wwdt0;
pwm-0 = &flexpwm1_pwm0;
rtc = &rtc;
};
};
@ -200,3 +201,7 @@ zephyr_udc0: &usb1 {
&mrt0_channel0 {
status = "okay";
};
&rtc {
status = "okay";
};