boards: arm: holyiot_yj16019: 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
109edc296f
commit
9c9c3a09a1
@@ -1,4 +0,0 @@
|
||||
# Holyiot YJ-16019 board configuration
|
||||
|
||||
# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_HOLYIOT_YJ16019
|
||||
|
||||
config BOARD
|
||||
default "holyiot_yj16019"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_HOLYIOT_YJ16019
|
||||
bool "Holyiot YJ-16019"
|
||||
depends on SOC_NRF52832_QFAA
|
||||
select SOC_NRF52832_QFAA
|
||||
3
boards/holyiot/holyiot_yj16019/board.yml
Normal file
3
boards/holyiot/holyiot_yj16019/board.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
board:
|
||||
name: holyiot_yj16019
|
||||
vendor: Shenzhen Holyiot Technology Co.
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -136,7 +136,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/holyiot_yj16019/holyiot_yj16019.dts`.
|
||||
in :zephyr_file:`boards/holyiod/holyiot_yj16019/holyiot_yj16019.dts`.
|
||||
|
||||
References
|
||||
**********
|
||||
@@ -1,6 +1,4 @@
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52832_QFAA=y
|
||||
CONFIG_BOARD_HOLYIOT_YJ16019=y
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# 32kHz clock source
|
||||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
||||
@@ -1,3 +1,5 @@
|
||||
board:
|
||||
name: decawave_dwm1001_dev
|
||||
vendor: Qorvo
|
||||
socs:
|
||||
- name: nrf52832
|
||||
|
||||
Reference in New Issue
Block a user