boards: arm: bt610: 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:38:00 +00:00
committed by Carles Cufi
parent 7dbb65d371
commit 44b67ac430
14 changed files with 9 additions and 10 deletions

View File

@@ -4,5 +4,6 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_BT610 config BOARD_BT610
bool "BT610" bool
depends on SOC_NRF52840_QIAA default y
select SOC_NRF52840_QIAA

View File

@@ -5,9 +5,6 @@
if BOARD_BT610 if BOARD_BT610
config BOARD
default "bt610"
config BT_CTLR config BT_CTLR
default BT default BT

View File

@@ -0,0 +1,5 @@
board:
name: bt610
vendor: Laird Connectivity
socs:
- name: nrf52840

View File

@@ -1,9 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_BT610=y
# Enable MPU # Enable MPU
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y

View File

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

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB