Files
zephyr/boards/laird_connect/bl654_usb/bl654_usb_defconfig
Jamie McCrae c3e36f2042 boards: arm: bl654_usb: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:55 +01:00

22 lines
314 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
# Enable MPU
CONFIG_ARM_MPU=y
# Enable uart driver
CONFIG_SERIAL=y
# Enable console
CONFIG_CONSOLE=y
# Enable GPIO
CONFIG_GPIO=y
# Enable USB
CONFIG_USB_DEVICE_STACK=y
# 32KHz clock source
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM=y