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

@ -40,4 +40,9 @@ config AMBIQ_HAL_USE_SPI
help
Use the SPI driver from Ambiq HAL
config AMBIQ_HAL_USE_MSPI
bool
help
Use the MSPI driver from Ambiq HAL
endif # AMBIQ_HAL