soc: nxp: s32k146: add LPI2C support

Add LPI2C nodes to S32K1xx devices. S32K146 has a single
LPI2C instance.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-12-01 13:28:35 +07:00 committed by David Leach
commit 3b354bfc57
3 changed files with 25 additions and 0 deletions

View file

@ -14,5 +14,6 @@ config SOC_SERIES_S32K1XX
select MPU_ALLOW_FLASH_WRITE if !XIP
select CLOCK_CONTROL
select HAS_MCUX_LPUART
select HAS_MCUX_LPI2C
help
Enable support for NXP S32K1XX MCU series.