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:
committed by
Carles Cufi
parent
3b1d21483f
commit
1d3baac2d6
@@ -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
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_FRDM_KL25Z
|
||||
|
||||
config BOARD
|
||||
default "frdm_kl25z"
|
||||
|
||||
config OSC_XTAL0_FREQ
|
||||
default 8000000
|
||||
|
||||
6
boards/nxp/frdm_kl25z/Kconfig.frdm_kl25z
Normal file
6
boards/nxp/frdm_kl25z/Kconfig.frdm_kl25z
Normal 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
|
||||
5
boards/nxp/frdm_kl25z/board.yml
Normal file
5
boards/nxp/frdm_kl25z/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: frdm_kl25z
|
||||
vendor: nxp
|
||||
socs:
|
||||
- name: mkl25z4
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -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.
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user