boards: nxp: convert ip_k66f to hwmv2

Convert ip_k66f to hardware model v2

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse
2024-02-08 13:37:45 -06:00
committed by Carles Cufi
parent 34e3852a54
commit a20c113fbd
14 changed files with 12 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
# Copyright (c) 2020 DENX Software Engineering GmbH
# SPDX-License-Identifier: Apache-2.0
config BOARD_IP_K66F
bool "Segger IP-K66F"
depends on SOC_SERIES_KINETIS_K6X
select SOC_PART_NUMBER_MK66FN2M0VMD18

View File

@@ -5,9 +5,6 @@
if BOARD_IP_K66F
config BOARD
default "ip_k66f"
config OSC_XTAL0_FREQ
default 12000000

View File

@@ -0,0 +1,6 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_IP_K66F
select SOC_MK66F18
select SOC_PART_NUMBER_MK66FN2M0VMD18

View File

@@ -0,0 +1,5 @@
board:
name: ip_k66f
vendor: segger
socs:
- name: mk66f18

View File

@@ -61,7 +61,7 @@ The ip_k66f board configuration supports the following hardware features:
The default configuration can be found in the defconfig file:
``boards/arm/ip_k66f/ip_k66f_defconfig``
``boards/segger/ip_k66f/ip_k66f_defconfig``
Micrel/Microchip KSZ8794CNX Ethernet Switch is not currently
supported.

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_MK66F18=y
CONFIG_SOC_SERIES_KINETIS_K6X=y
CONFIG_BOARD_IP_K66F=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=180000000