5410cff32d
Use pinctrl instead of `-pin` properties. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
34 lines
595 B
Plaintext
34 lines
595 B
Plaintext
# BMD-380-EVAL board configuration
|
|
|
|
# Copyright (c) 2021 u-blox AG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SOC_SERIES_NRF52X=y
|
|
# should be CKAA, but not available yet from Nordic Semiconductor
|
|
CONFIG_SOC_NRF52840_QIAA=y
|
|
CONFIG_BOARD_UBX_BMD380EVAL_NRF52840=y
|
|
|
|
# Enable hardware stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable RTT
|
|
CONFIG_USE_SEGGER_RTT=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# additional board options
|
|
CONFIG_GPIO_AS_PINRESET=y
|
|
|
|
CONFIG_PINCTRL=y
|