drivers: spi: Add Ambiq SPI driver

This commits adds SPI master driver for Apollo4 SoCs.

Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
This commit is contained in:
Mateusz Sierszulski 2023-07-05 12:59:25 +02:00 committed by Carles Cufí
commit 2b74109f20
7 changed files with 282 additions and 1 deletions

View file

@ -35,4 +35,9 @@ config AMBIQ_HAL_USE_I2C
help
Use the I2C driver from Ambiq HAL
config AMBIQ_HAL_USE_SPI
bool
help
Use the SPI driver from Ambiq HAL
endif # AMBIQ_HAL