boards: nxp: twr_ke18f: convert to hwmv2

Convert twr_ke18f to hardware model v2

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

View File

@@ -1,9 +0,0 @@
# TWR-KE18F board configuration
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
config BOARD_TWR_KE18F
bool "NXP TWR-KE18F"
depends on SOC_SERIES_KINETIS_KE1XF
select SOC_PART_NUMBER_MKE18F512VLL16

View File

@@ -5,9 +5,6 @@
if BOARD_TWR_KE18F
config BOARD
default "twr_ke18f"
config I2C_MCUX_LPI2C_BUS_RECOVERY
default y
depends on I2C_MCUX_LPI2C && PINCTRL

View File

@@ -0,0 +1,6 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_TWR_KE18F
select SOC_MKE18F16
select SOC_PART_NUMBER_MKE18F512VLL16

View File

@@ -0,0 +1,5 @@
board:
name: twr_ke18f
vendor: nxp
socs:
- name: mke18f16

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

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

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_KINETIS_KE1XF=y
CONFIG_SOC_MKE18F16=y
CONFIG_BOARD_TWR_KE18F=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y