mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 01:51:55 +00:00
The SAM0 SoC was switched to use DTS for SPI configuration. Adapt the spi_loopback test configuration for the Arduino Zero to use the correct device name. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
5 lines
161 B
Plaintext
5 lines
161 B
Plaintext
CONFIG_SPI_LOOPBACK_DRV_NAME="SERCOM4"
|
|
CONFIG_SPI_LOOPBACK_CS_GPIO=y
|
|
CONFIG_SPI_LOOPBACK_CS_CTRL_GPIO_DRV_NAME="PINMUX_A"
|
|
CONFIG_SPI_LOOPBACK_CS_CTRL_GPIO_PIN=3
|