blob: 029255e0da6c17e1efc56bf99d142b6ec4b69614 [file] [log] [blame]
# Kconfig - nRF52 ADAFRUIT FEATHER board configuration
#
# Copyright (c) 2018 LEDCity AG
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52_ADAFRUIT_FEATHER
config BOARD
default "nrf52_adafruit_feather"
if UART_NRFX
config UART_0_NRF_TX_PIN
default 6
config UART_0_NRF_RX_PIN
default 8
config UART_0_NRF_RTS_PIN
default 5
config UART_0_NRF_CTS_PIN
default 7
endif # UART_NRFX
endif # BOARD_NRF52_ADAFRUIT_FEATHER