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:
committed by
Carles Cufi
parent
f7dcc2eb5e
commit
2e2a7b7656
@@ -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
|
||||
@@ -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
|
||||
6
boards/nxp/twr_ke18f/Kconfig.twr_ke18f
Normal file
6
boards/nxp/twr_ke18f/Kconfig.twr_ke18f
Normal 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
|
||||
5
boards/nxp/twr_ke18f/board.yml
Normal file
5
boards/nxp/twr_ke18f/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: twr_ke18f
|
||||
vendor: nxp
|
||||
socs:
|
||||
- name: mke18f16
|
||||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
@@ -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.
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user