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:
committed by
Carles Cufi
parent
0a7bf9fd79
commit
6046e6ded9
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_FRDM_K64F
|
||||
|
||||
config BOARD
|
||||
default "frdm_k64f"
|
||||
|
||||
config OSC_XTAL0_FREQ
|
||||
default 50000000
|
||||
|
||||
@@ -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
|
||||
5
boards/nxp/frdm_k64f/board.yml
Normal file
5
boards/nxp/frdm_k64f/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: frdm_k64f
|
||||
vendor: nxp
|
||||
socs:
|
||||
- name: mk64f12
|
||||
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
@@ -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.
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user