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:
parent
3d713a42e8
commit
8db11e6a0a
6 changed files with 287 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue