boards: arm: nrf52840_mdk_usb_dongle: 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:05 +00:00
committed by Carles Cufi
parent 34507614f6
commit eecff8ee7a
14 changed files with 8 additions and 9 deletions

View File

@@ -8,9 +8,6 @@
if BOARD_NRF52840_MDK_USB_DONGLE
config BOARD
default "nrf52840_mdk_usb_dongle"
# To let the nRF5 bootloader load an application, the application
# must be linked after Nordic MBR, that is factory-programmed on the board.

View File

@@ -5,5 +5,6 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52840_MDK_USB_DONGLE
bool "nRF52840 MDK USB DONGLE"
depends on SOC_NRF52840_QIAA
bool
default y
select SOC_NRF52840_QIAA

View File

@@ -0,0 +1,5 @@
board:
name: nrf52840_mdk_usb_dongle
vendor: Maker Diary
socs:
- name: nrf52840

View File

@@ -1,9 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_NRF52840_MDK_USB_DONGLE=y
# Enable MPU
CONFIG_ARM_MPU=y