boards: nxp: port frdm_k64f to hwmv2

Port frdm_k642 to hardware model v2

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse
2024-02-08 13:22:35 -06:00
committed by Carles Cufi
parent 0a7bf9fd79
commit 6046e6ded9
13 changed files with 8 additions and 8 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_FRDM_K64F
config BOARD
default "frdm_k64f"
config OSC_XTAL0_FREQ
default 50000000

View File

@@ -1,6 +1,6 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_FRDM_K64F
bool "Freescale FRDM-K64F"
depends on SOC_SERIES_KINETIS_K6X
select SOC_MK64F12
select SOC_PART_NUMBER_MK64FN1M0VLL12

View File

@@ -0,0 +1,5 @@
board:
name: frdm_k64f
vendor: nxp
socs:
- name: mk64f12

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

@@ -113,7 +113,7 @@ configuration supports the following hardware features:
The default configuration can be found in the defconfig file:
``boards/arm/frdm_k64f/frdm_k64f_defconfig``
``boards/nxp/frdm_k64f/frdm_k64f_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_MK64F12=y
CONFIG_SOC_SERIES_KINETIS_K6X=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y