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:
parent
97b73b3234
commit
58b8d38cab
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue