boards: arm: efm32gg_stk3701a: 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-20 10:45:15 +00:00
committed by Carles Cufi
parent 43d5540be7
commit 795a90f9bf
14 changed files with 5 additions and 8 deletions

View File

@@ -5,10 +5,6 @@
if BOARD_EFM32GG_STK3701A
config BOARD
string
default "efm32gg_stk3701a"
config CMU_HFXO_FREQ
default 50000000

View File

@@ -4,6 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_EFM32GG_STK3701A
bool "SiLabs EFM32GG-STK3701A (Giant Gecko 11)"
depends on SOC_SERIES_EFM32GG11B
select SOC_PART_NUMBER_EFM32GG11B820F2048GL192

View File

@@ -0,0 +1,5 @@
board:
name: efm32gg_stk3701a
vendor: silabs
socs:
- name: efm32gg11b820f2048gl192

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -2,8 +2,6 @@
# Copyright (c) 2019 Oane Kingma
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_EFM32GG11B=y
CONFIG_BOARD_EFM32GG_STK3701A=y
CONFIG_ARM_MPU=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y