tests: spi_loopback: Add lpc board configurations
Adds board-specific configurations for the lpcxpresso54114 and lpcxpresso55s69 to the spi_loopback test. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
5472961ca0
commit
38c57c9c15
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Copyright (c) 2019, NXP
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_5"
|
||||
CONFIG_SPI_LOOPBACK_SLAVE_NUMBER=2
|
||||
CONFIG_SPI_LOOPBACK_SLOW_FREQ=5000
|
||||
CONFIG_SPI_LOOPBACK_FAST_FREQ=160000
|
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Copyright (c) 2019, NXP
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_8"
|
||||
CONFIG_SPI_LOOPBACK_SLAVE_NUMBER=1
|
||||
CONFIG_SPI_LOOPBACK_SLOW_FREQ=5000
|
||||
CONFIG_SPI_LOOPBACK_FAST_FREQ=160000
|
Loading…
Reference in a new issue