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:
parent
93c59793c2
commit
fef0018cca
4 changed files with 55 additions and 0 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue