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:
committed by
Carles Cufi
parent
34e3852a54
commit
a20c113fbd
@@ -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
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_IP_K66F
|
||||
|
||||
config BOARD
|
||||
default "ip_k66f"
|
||||
|
||||
config OSC_XTAL0_FREQ
|
||||
default 12000000
|
||||
|
||||
6
boards/segger/ip_k66f/Kconfig.ip_k66f
Normal file
6
boards/segger/ip_k66f/Kconfig.ip_k66f
Normal 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
|
||||
5
boards/segger/ip_k66f/board.yml
Normal file
5
boards/segger/ip_k66f/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: ip_k66f
|
||||
vendor: segger
|
||||
socs:
|
||||
- name: mk66f18
|
||||
@@ -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.
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user