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:
committed by
Carles Cufi
parent
2e2a7b7656
commit
20ad604de6
@@ -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
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_TWR_KV58F220M
|
||||
|
||||
config BOARD
|
||||
default "twr_kv58f220m"
|
||||
|
||||
config OSC_XTAL0_FREQ
|
||||
default 50000000
|
||||
|
||||
6
boards/nxp/twr_kv58f220m/Kconfig.twr_kv58f220m
Normal file
6
boards/nxp/twr_kv58f220m/Kconfig.twr_kv58f220m
Normal 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
|
||||
5
boards/nxp/twr_kv58f220m/board.yml
Normal file
5
boards/nxp/twr_kv58f220m/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: twr_kv58f220m
|
||||
vendor: nxp
|
||||
socs:
|
||||
- name: mkv58f24
|
||||
@@ -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.
|
||||
|
||||
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user