Skip to content

Commit d5cd452

Browse files
committed
boards: arm: efr32xg24_dk2601b: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <[email protected]>
1 parent f92dafb commit d5cd452

File tree

13 files changed

+7
-9
lines changed

13 files changed

+7
-9
lines changed

boards/boards_legacy/arm/efr32xg24_dk2601b/Kconfig.defconfig renamed to boards/silabs/efr32xg24_dk2601b/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66
if BOARD_EFR32XG24_DK2601B
77

8-
config BOARD
9-
default "efr32xg24_dk2601b"
10-
118
config CMU_HFXO_FREQ
129
default 40000000
1310

boards/boards_legacy/arm/efr32xg24_dk2601b/Kconfig.board renamed to boards/silabs/efr32xg24_dk2601b/Kconfig.efr32xg24_dk2601b

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
config BOARD_EFR32XG24_DK2601B
7-
bool "Silicon Labs BRD2601B (Mighty Gecko Radio Board)"
8-
depends on SOC_SERIES_EFR32MG24
97
select SOC_PART_NUMBER_EFR32MG24B310F1536IM48
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: efr32xg24_dk2601b
3+
vendor: silabs
4+
socs:
5+
- name: efr32mg24b310f1536im48
File renamed without changes.

0 commit comments

Comments
 (0)