boards: nxp: convert twr_kv58f220m to hwmv2

Convert twr_kv58f220m to hardware model v2

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder
2024-02-08 13:35:05 -06:00
committed by Carles Cufi
parent 2e2a7b7656
commit 20ad604de6
12 changed files with 12 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
# TWR-KV58F220M board configuration
# Copyright (c) 2019 SEAL AG
# SPDX-License-Identifier: Apache-2.0
config BOARD_TWR_KV58F220M
bool "NXP TWR-KV58F220M"
depends on SOC_SERIES_KINETIS_KV5X
select SOC_PART_NUMBER_MKV58F1M0VLQ24

View File

@@ -5,9 +5,6 @@
if BOARD_TWR_KV58F220M
config BOARD
default "twr_kv58f220m"
config OSC_XTAL0_FREQ
default 50000000

View File

@@ -0,0 +1,6 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_TWR_KV58F220M
select SOC_MKV58F24
select SOC_PART_NUMBER_MKV58F1M0VLQ24

View File

@@ -0,0 +1,5 @@
board:
name: twr_kv58f220m
vendor: nxp
socs:
- name: mkv58f24

View File

@@ -73,7 +73,7 @@ features:
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/arm/twr_kv58f220m/twr_kv58f220m_defconfig``.
``boards/nxp/twr_kv58f220m/twr_kv58f220m_defconfig``.
Other hardware features are not currently supported by the port.

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_KINETIS_KV5X=y
CONFIG_SOC_MKV58F24=y
CONFIG_BOARD_TWR_KV58F220M=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y