boards: riscv: m2gl025_miv: 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-19 11:44:03 +00:00 committed by Carles Cufi
parent 5256e9fcc3
commit d4ea2bf70b
11 changed files with 10 additions and 13 deletions

View File

@ -1,5 +0,0 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_M2GL025_MIV
bool "Microchip M2GL025 IGLOO2 dev board with Mi-V CPU"
depends on SOC_MIV

View File

@ -1,5 +0,0 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "m2gl025_miv"
depends on BOARD_M2GL025_MIV

View File

@ -0,0 +1,5 @@
# Copyright (c) 2018 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config BOARD_M2GL025_MIV
select SOC_MIV

View File

@ -0,0 +1,5 @@
board:
name: m2gl025_miv
vendor: Microchip
socs:
- name: miv

View File

@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_MIV=y
CONFIG_SOC_MIV=y
CONFIG_BOARD_M2GL025_MIV=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y