drivers: spi: create Ambiq SPI BLEIF driver
Some Ambiq Apollox Blue SOC (e.g. Apollo3 Blue) uses internal designed BLEIF module which is different from the general IOM module for SPI transceiver. The called HAL API will also be independent. This driver is implemented for the BLEIF module usage scenarios. Signed-off-by: Aaron Ye <aye@ambiq.com>
This commit is contained in:
parent
f5fd2cf49e
commit
d84874309e
6 changed files with 266 additions and 1 deletions
|
@ -50,4 +50,9 @@ config AMBIQ_HAL_USE_HWINFO
|
|||
help
|
||||
Use the HWINFO driver from Ambiq HAL
|
||||
|
||||
config AMBIQ_HAL_USE_BLEIF
|
||||
bool
|
||||
help
|
||||
Use the BLEIF driver from Ambiq HAL
|
||||
|
||||
endif # AMBIQ_HAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue