drivers: spi: gecko: add new driver for SPI communication via EUSART

Added a new driver to support SPI communication via EUSART. Since the
Silabs EFR32MG24 family SoCs have only one USART, EUSART support is
necessary for implementing SPI functionality.

Signed-off-by: Teresa Zepeda Ventura <teresa.zvent@gmail.com>
This commit is contained in:
Teresa Zepeda Ventura 2024-08-21 08:36:51 -06:00 committed by Henrik Brix Andersen
commit 6773f33445
10 changed files with 419 additions and 5 deletions

View file

@ -105,6 +105,12 @@ config SOC_GECKO_USART
Set if the Universal Synchronous Asynchronous Receiver/Transmitter (USART)
HAL module is used.
config SOC_GECKO_EUSART
bool
help
Set if the Extended Universal Synchronous Asynchronous Receiver/Transmitter (EUSART)
HAL module is used.
config SOC_GECKO_WDOG
bool
help