spi: Introduce mcux lpspi shim driver
Introduces a new mcux lpspi shim driver to be used on the imxrt soc. This shim driver leverages heavily from the mcux dspi shim driver because the MCUXpresso SDK provides similar APIs for the lpspi and dspi peripherals. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
83a6781507
commit
45d3d8e441
6 changed files with 404 additions and 0 deletions
|
@ -264,6 +264,8 @@ source "drivers/spi/Kconfig.dw"
|
|||
|
||||
source "drivers/spi/Kconfig.mcux_dspi"
|
||||
|
||||
source "drivers/spi/Kconfig.mcux_lpspi"
|
||||
|
||||
source "drivers/spi/Kconfig.sam0"
|
||||
|
||||
source "drivers/spi/Kconfig.nrfx"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue