boards: arm: we_ophelia1ev_nrf52805: 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:37:58 +00:00
committed by Carles Cufi
parent df0df9000b
commit cc1a30f24b
12 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +0,0 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_WE_OPHELIA1EV_NRF52805
bool "we_ophelia1ev_nrf52805"
depends on SOC_NRF52805_CAAA

View File

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

View File

@@ -1,10 +1,7 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_WE_OPHELIA1EV_NRF52805
config BOARD
default "we_ophelia1ev_nrf52805"
if BOARD_WE_OPHELIA1EV
config BT_CTLR
default BT

View File

@@ -0,0 +1,7 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_WE_OPHELIA1EV
bool
default y
select SOC_NRF52805_CAAA

View File

@@ -0,0 +1,5 @@
board:
name: we_ophelia1ev
vendor: Würth Elektronik
socs:
- name: nrf52805

View File

@@ -97,7 +97,7 @@ Then build and flash the application in the usual way.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: nrf52dk_nrf52832
:board: we_ophelia1ev/nrf52805
:goals: build flash
Debugging

View File

@@ -1,7 +1,7 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
identifier: we_ophelia1ev_nrf52805
identifier: we_ophelia1ev/nrf52805
name: we_ophelia1ev_nrf52805
type: mcu
arch: arm

View File

@@ -1,10 +1,6 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52805_CAAA=y
CONFIG_BOARD_WE_OPHELIA1EV_NRF52805=y
# Enable MPU
CONFIG_ARM_MPU=y