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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue