boards: arm: bl654_sensor_board: 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
c3e36f2042
commit
202c2bf447
@@ -4,5 +4,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_BL654_SENSOR_BOARD
|
||||
bool "BL654 Sensor Board"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
bool
|
||||
default y
|
||||
select SOC_NRF52840_QIAA
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_BL654_SENSOR_BOARD
|
||||
|
||||
config BOARD
|
||||
default "bl654_sensor_board"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52840_QIAA=y
|
||||
CONFIG_BOARD_BL654_SENSOR_BOARD=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
5
boards/laird_connect/bl654_sensor_board/board.yml
Normal file
5
boards/laird_connect/bl654_sensor_board/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: bl654_sensor_board
|
||||
vendor: Laird Connectivity
|
||||
socs:
|
||||
- name: nrf52840
|
||||
@@ -238,7 +238,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/bl654_sensor_board/bl654_sensor_board.dts`.
|
||||
:zephyr_file:`boards/laird_connect/bl654_sensor_board/bl654_sensor_board.dts`.
|
||||
|
||||
|
||||
References
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user