tests: spi_loopback: add support for cc1352r1_launchxl

Adding a configuration file for the cc1352r1_launchxl to allow the test
to run on this board.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
Vincent Wan 2019-10-30 14:50:22 -07:00 committed by Kumar Gala
commit 525c556e43

View file

@ -0,0 +1,11 @@
CONFIG_SPI_0=y
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_0"
CONFIG_SPI_LOOPBACK_SLOW_FREQ=2000000
CONFIG_SPI_LOOPBACK_FAST_FREQ=3000000
CONFIG_SPI_LOOPBACK_MODE_LOOP=y
#The driver does not yet have async support
CONFIG_SPI_ASYNC=n