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:
committed by
Carles Cufi
parent
7dbb65d371
commit
44b67ac430
@@ -4,5 +4,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_BT610
|
||||
bool "BT610"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
bool
|
||||
default y
|
||||
select SOC_NRF52840_QIAA
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_BT610
|
||||
|
||||
config BOARD
|
||||
default "bt610"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
5
boards/laird_connect/bt610/board.yml
Normal file
5
boards/laird_connect/bt610/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: bt610
|
||||
vendor: Laird Connectivity
|
||||
socs:
|
||||
- name: nrf52840
|
||||
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52840_QIAA=y
|
||||
CONFIG_BOARD_BT610=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
@@ -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
|
||||
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
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user