tests: counter: Update for NXP MRT

Update counter test to test NXP MRT devices

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2023-11-03 10:34:52 -05:00 committed by Carles Cufí
parent 31722446aa
commit 8257ff8f6a

View file

@ -66,6 +66,9 @@ static const struct device *const devices[] = {
#ifdef CONFIG_COUNTER_MCUX_QTMR
DEVS_FOR_DT_COMPAT(nxp_imx_tmr)
#endif
#ifdef CONFIG_COUNTER_NXP_MRT
DEVS_FOR_DT_COMPAT(nxp_mrt_channel)
#endif
#ifdef CONFIG_COUNTER_MCUX_LPC_RTC
DEVS_FOR_DT_COMPAT(nxp_lpc_rtc)
#endif