dts: arm: nxp: add FlexCAN support for S32K1xx

S32K1xx devices have a maximum of 3 FlexCAN peripherals. Each part may
define a different maximum number of instances and message buffers,
hence the interrupt lines are defined in the part specific dts.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-12-26 14:51:54 +07:00 committed by David Leach
commit 58f5720eb4
4 changed files with 41 additions and 1 deletions

View file

@ -17,5 +17,6 @@ config SOC_SERIES_S32K1XX
select HAS_MCUX_LPI2C
select HAS_MCUX_LPSPI
select HAS_MCUX_FTM
select HAS_MCUX_FLEXCAN
help
Enable support for NXP S32K1XX MCU series.