boards: arm: bl652_dvk: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-02 11:37:56 +00:00
committed by Carles Cufi
parent d1709cdb37
commit 286f4a7524
13 changed files with 9 additions and 9 deletions

View File

@@ -4,5 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_BL652_DVK
bool "BL652 DVK"
depends on SOC_NRF52832_QFAA
bool
default y
select SOC_NRF52832_QFAA

View File

@@ -5,9 +5,6 @@
if BOARD_BL652_DVK
config BOARD
default "bl652_dvk"
config BT_CTLR
default BT

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52832_QFAA=y
CONFIG_BOARD_BL652_DVK=y
# Enable MPU
CONFIG_ARM_MPU=y

View File

@@ -0,0 +1,5 @@
board:
name: bl652_dvk
vendor: Laird Connectivity
socs:
- name: nrf52832

View File

@@ -260,7 +260,7 @@ the board are working properly with Zephyr:
You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in
:zephyr_file:`boards/arm/bl652_dvk/bl652_dvk.dts`.
:zephyr_file:`boards/laird_connect/bl652_dvk/bl652_dvk.dts`.
References
**********

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB