drivers: spi: Add Ambiq MSPI driver

This commit adds MSPI driver for Apollo4 SoCs.

Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
This commit is contained in:
Mateusz Sierszulski 2023-08-30 12:34:56 +02:00 committed by Carles Cufí
commit 8db11e6a0a
6 changed files with 287 additions and 1 deletions

View file

@ -13,3 +13,12 @@ config SPI_AMBIQ
select AMBIQ_HAL_USE_SPI
help
Enable driver for Ambiq SPI.
config MSPI_AMBIQ
bool "AMBIQ MSPI driver"
default y
depends on DT_HAS_AMBIQ_MSPI_ENABLED
select AMBIQ_HAL
select AMBIQ_HAL_USE_MSPI
help
Enable driver for Ambiq MSPI.