From 58b8d38cabc207266edb0558e6e533d403a43666 Mon Sep 17 00:00:00 2001 From: Emilio Benavente Date: Mon, 19 Aug 2024 16:21:45 +0000 Subject: [PATCH] boards: nxp: frdm_mcxn947: Enabled IRTC Driver. Enabling the IRTC Driver for the frdm_mcxn947 board cpu0. Signed-off-by: Emilio Benavente --- boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi index 816a315cbfb..cad61c08cbf 100644 --- a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi +++ b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi @@ -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"; +};