drivers: spi: introduce SPI driver for NXP S32

This introduces SPI driver for NXP S32 platform

Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>
This commit is contained in:
Dat Nguyen Duy 2022-10-20 16:29:56 +07:00 committed by Carles Cufí
commit 6d866b62bf
9 changed files with 1019 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Copyright 2022 NXP
# SPDX-License-Identifier: Apache-2.0
config NXP_S32_SPI
bool "NXP S32 SPI driver"
default y
depends on DT_HAS_NXP_S32_SPI_ENABLED
help
Enable support for NXP S32 SPI driver.
if NXP_S32_SPI
config NXP_S32_SPI_INTERRUPT
bool "NXP S32 SPI Interrupt Support"
default y
help
Enable Interrupt support for SPI communication.
endif # NXP_S32_SPI