boards: nxp: frdm_kw41z: convert to hwmv2

Convert frdm_kw41z to hardware model v2

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse
2024-02-08 13:27:18 -06:00
committed by Carles Cufi
parent 1d3baac2d6
commit aae6e9e454
12 changed files with 12 additions and 15 deletions

View File

@@ -1,9 +0,0 @@
# FRDM-KW41Z board
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_FRDM_KW41Z
bool "NXP FRDM-KW41Z"
depends on SOC_SERIES_KINETIS_KWX
select SOC_PART_NUMBER_MKW41Z512VHT4

View File

@@ -5,9 +5,6 @@
if BOARD_FRDM_KW41Z
config BOARD
default "frdm_kw41z"
config OSC_XTAL0_FREQ
default 32000000

View File

@@ -0,0 +1,6 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_FRDM_KW41Z
select SOC_MKW41Z4
select SOC_PART_NUMBER_MKW41Z512VHT4

View File

@@ -0,0 +1,5 @@
board:
name: frdm_kw41z
vendor: nxp
socs:
- name: mkw41z4

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -90,7 +90,7 @@ The frdm_kw41z board configuration supports the following hardware features:
The default configuration can be found in the defconfig file:
``boards/arm/frdm_kw41z/frdm_kw41z_defconfig``
``boards/nxp/frdm_kw41z/frdm_kw41z_defconfig``
Other hardware features are not currently supported by the port.

View File

@@ -1,7 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_MKW41Z4=y
CONFIG_SOC_SERIES_KINETIS_KWX=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y