commit | 6773f3344575286c8cc268ea15ebac2ded4f9848 | [log] [tgz] |
---|---|---|
author | Teresa Zepeda Ventura <teresa.zvent@gmail.com> | Wed Aug 21 08:36:51 2024 -0600 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Mon Oct 21 12:46:21 2024 +0200 |
tree | d223f5fe4afeb6cca101e590db6c4da75835b7aa | |
parent | 33594595c916650ffb682b52a27f9bbf7ed223ca [diff] |
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>