drivers: spi: Add Gecko SPI driver
This commit adds SPI driver and its bindings using the USART peripheral for Silicon Labs EFM32 and EFR32 MCUs. Signed-off-by: Christian Taedcke <hacking@taedcke.com>
This commit is contained in:
parent
44daa9f15c
commit
6da94af847
5 changed files with 399 additions and 0 deletions
|
@ -244,4 +244,6 @@ source "drivers/spi/Kconfig.oc_simple"
|
|||
|
||||
source "drivers/spi/Kconfig.xec_qmspi"
|
||||
|
||||
source "drivers/spi/Kconfig.gecko"
|
||||
|
||||
endif # SPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue