boards: arm: xmc45_relax_kit: 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-07 08:53:08 +00:00
committed by Carles Cufi
parent 04dbf17e19
commit 6394e8a348
11 changed files with 6 additions and 8 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_XMC45_RELAX_KIT if BOARD_XMC45_RELAX_KIT
config BOARD
default "xmc45_relax_kit"
if NETWORKING if NETWORKING
config NET_L2_ETHERNET config NET_L2_ETHERNET

View File

@@ -4,6 +4,5 @@
# Author: Parthiban Nallathambi <parthiban@linumiz.com> # Author: Parthiban Nallathambi <parthiban@linumiz.com>
config BOARD_XMC45_RELAX_KIT config BOARD_XMC45_RELAX_KIT
bool "Infineon Relax Kit" select SOC_XMC4500
depends on SOC_SERIES_XMC_4XXX
select SOC_PART_NUMBER_F100X1024 select SOC_PART_NUMBER_F100X1024

View File

@@ -0,0 +1,5 @@
board:
name: xmc45_relax_kit
vendor: Infineon
socs:
- name: xmc4500

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -3,9 +3,6 @@
# Copyright (c) 2020 Linumiz # Copyright (c) 2020 Linumiz
# Author: Parthiban Nallathambi <parthiban@linumiz.com> # Author: Parthiban Nallathambi <parthiban@linumiz.com>
CONFIG_BOARD_XMC45_RELAX_KIT=y
CONFIG_SOC_SERIES_XMC_4XXX=y
CONFIG_SOC_XMC4500=y
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y
# enable uart driver # enable uart driver