soc: nxp_s32: enable RTU.PIT timers for S32ZE

Each RTU includes one PIT instance that can be used by any
of the cores.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-09-20 16:04:11 +07:00 committed by Carles Cufí
commit d212e50eaf
4 changed files with 21 additions and 1 deletions

View file

@ -15,5 +15,7 @@ config SOC_SERIES_S32ZE_R52
select PLATFORM_SPECIFIC_INIT
select SOC_FAMILY_NXP_S32
select CLOCK_CONTROL
select HAS_MCUX
select HAS_MCUX_PIT
help
Enable support for NXP S32Z/E MCUs family on Cortex-R52 cores.