Skip to content

Commit 776e720

Browse files
henrikbrixandersengalak
authored andcommitted
tests: spi_loopback: Fix Arduino Zero SPI device name.
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 <[email protected]>
1 parent b75b010 commit 776e720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI4"
1+
CONFIG_SPI_LOOPBACK_DRV_NAME="SERCOM4"
22
CONFIG_SPI_LOOPBACK_CS_GPIO=y
33
CONFIG_SPI_LOOPBACK_CS_CTRL_GPIO_DRV_NAME="PINMUX_A"
44
CONFIG_SPI_LOOPBACK_CS_CTRL_GPIO_PIN=3

0 commit comments

Comments
 (0)