soc: lpc55xxx: Support, enable, test NXP MRT

Support NXP MRT on LPC55XXX SOC series, enable on
lpcxpresso55s69_cpu0, add test overlay to counter basic api test

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2023-11-03 10:39:36 -05:00 committed by Carles Cufí
commit fef0018cca
4 changed files with 55 additions and 0 deletions

View file

@ -347,6 +347,10 @@ DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP)
#endif /* SOC platform */
#endif /* DAC */
#ifdef CONFIG_COUNTER_NXP_MRT
RESET_PeripheralReset(kMRT_RST_SHIFT_RSTn);
#endif
}
/**