boards: arm: ubx_evkninab1_nrf52832: 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:10 +00:00
committed by Carles Cufi
parent 9c9c3a09a1
commit fdc3913e76
12 changed files with 15 additions and 18 deletions

View File

@@ -7,4 +7,4 @@ config BOARD_ENABLE_DCDC
bool "DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_UBX_EVKNINAB1_NRF52832
depends on BOARD_UBX_EVKNINAB1

View File

@@ -3,12 +3,9 @@
# Copyright (c) 2021 u-blox AG
# SPDX-License-Identifier: Apache-2.0
if BOARD_UBX_EVKNINAB1_NRF52832
config BOARD
default "ubx_evkninab1_nrf52832"
if BOARD_UBX_EVKNINAB1
config BT_CTLR
default BT
endif # BOARD_UBX_EVKNINAB1_NRF52832
endif # BOARD_UBX_EVKNINAB1

View File

@@ -3,6 +3,5 @@
# Copyright (c) 2021 u-blox AG
# SPDX-License-Identifier: Apache-2.0
config BOARD_UBX_EVKNINAB1_NRF52832
bool "u-blox EVK-NINA-B1"
depends on SOC_NRF52832_QFAA
config BOARD_UBX_EVKNINAB1
select SOC_NRF52832_QFAA

View File

@@ -0,0 +1,5 @@
board:
name: ubx_evkninab1
vendor: U-blox
socs:
- name: nrf52832

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -36,7 +36,7 @@ can be found at `NINA-B1 product page`_ and
Supported Features
==================
The ubx_evkninab1_nrf52832 board configuration supports the
The ubx_evkninab1/nrf52832 board configuration supports the
following hardware features:
+-----------+------------+----------------------+
@@ -113,7 +113,7 @@ modules share the same pinout and can be interchanged, see
Programming and Debugging
*************************
Applications for the ``ubx_evkninab1_nrf52832`` board configuration can be
Applications for the ``ubx_evkninab1/nrf52832`` board configuration can be
built and flashed in the usual way (see :ref:`build_an_application`
and :ref:`application_run` for more details); however, the standard
debugging targets are not currently available.
@@ -135,7 +135,7 @@ Then build and flash the application in the usual way.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: ubx_evkninab1_nrf52832
:board: ubx_evkninab1/nrf52832
:goals: build flash
Debugging
@@ -158,7 +158,7 @@ and LEDs 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 and LED definitions can be found in
:zephyr_file:`boards/arm/ubx_evkninab1_nrf52832/ubx_evkninab1_nrf52832.dts`.
:zephyr_file:`boards/ublox/ubx_evkninab1/ubx_evkninab1_nrf52832.dts`.
Note that the buttons on the EVK-NINA-B1 are marked SW1 and SW2, which
are named sw0 and sw1 in the dts file.

View File

@@ -1,4 +1,4 @@
identifier: ubx_evkninab1_nrf52832
identifier: ubx_evkninab1/nrf52832
name: UBX-EVKNINAB1-NRF52832
type: mcu
arch: arm

View File

@@ -3,10 +3,6 @@
# Copyright (c) 2021 u-blox AG
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52832_QFAA=y
CONFIG_BOARD_UBX_EVKNINAB1_NRF52832=y
# Enable MPU
CONFIG_ARM_MPU=y