boards: nxp: convert frdm_kl25z to hwmv2

Convert frdm_kl25z to hardware model v2

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder
2024-02-08 13:25:55 -06:00
committed by Carles Cufi
parent 3b1d21483f
commit 1d3baac2d6
12 changed files with 12 additions and 14 deletions

View File

@@ -1,9 +0,0 @@
# FRDM-KL25Z board
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_FRDM_KL25Z
bool "NXP FRDM-KL25Z"
depends on SOC_SERIES_KINETIS_KL2X
select SOC_PART_NUMBER_MKL25Z128VLK4

View File

@@ -5,9 +5,6 @@
if BOARD_FRDM_KL25Z
config BOARD
default "frdm_kl25z"
config OSC_XTAL0_FREQ
default 8000000

View File

@@ -0,0 +1,6 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_FRDM_KL25Z
select SOC_MKL25Z4
select SOC_PART_NUMBER_MKL25Z128VLK4

View File

@@ -0,0 +1,5 @@
board:
name: frdm_kl25z
vendor: nxp
socs:
- name: mkl25z4

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

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

View File

@@ -1,6 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_KINETIS_KL2X=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y