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:
parent
ed37374dac
commit
2b74109f20
7 changed files with 282 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue