boards: arm: efr32mg_sltb004a: 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:46:42 +00:00
committed by Carles Cufi
parent 0012bfc15d
commit 14b30055ab
12 changed files with 5 additions and 7 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_EFR32MG_SLTB004A
config BOARD
default "efr32mg_sltb004a"
config CMU_HFXO_FREQ
default 40000000

View File

@@ -4,6 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_EFR32MG_SLTB004A
bool "SiLabs EFR32MG-SLTB004A (Thunderboard Sense 2)"
depends on SOC_SERIES_EFR32MG12P
select SOC_PART_NUMBER_EFR32MG12P332F1024GL125

View File

@@ -0,0 +1,5 @@
board:
name: efr32mg_sltb004a
vendor: silabs
socs:
- name: efr32mg12p332f1024gl125

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -1,8 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_ARM_MPU=y
CONFIG_SOC_SERIES_EFR32MG12P=y
CONFIG_BOARD_EFR32MG_SLTB004A=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y