drivers: spi: Add SPI device support for Apollo3 SoCs

This commit adds spi device support for Apollo3 SoCs.

Signed-off-by: Hao Luo <hluo@ambiq.com>
This commit is contained in:
Hao Luo 2024-08-02 17:01:41 +08:00 committed by Henrik Brix Andersen
commit 1e5cdb110a
10 changed files with 506 additions and 14 deletions

View file

@ -40,10 +40,15 @@ config AMBIQ_HAL_USE_I2C
help
Use the I2C driver from Ambiq HAL
config AMBIQ_HAL_USE_SPI
config AMBIQ_HAL_USE_SPIC
bool
help
Use the SPI driver from Ambiq HAL
Use the SPI Controller driver from Ambiq HAL
config AMBIQ_HAL_USE_SPID
bool
help
Use the SPI Device driver from Ambiq HAL
config AMBIQ_HAL_USE_MSPI
bool