Skip to content

Commit

Permalink
boards: nxp: convert ip_k66f to hwmv2
Browse files Browse the repository at this point in the history
Convert ip_k66f to hardware model v2

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
  • Loading branch information
danieldegrasse committed Feb 15, 2024
1 parent 15da677 commit a165303
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 14 deletions.
7 changes: 0 additions & 7 deletions boards/boards_legacy/arm/ip_k66f/Kconfig.board

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

if BOARD_IP_K66F

config BOARD
default "ip_k66f"

config OSC_XTAL0_FREQ
default 12000000

Expand Down
6 changes: 6 additions & 0 deletions boards/segger/ip_k66f/Kconfig.ip_k66f
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/segger/ip_k66f/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: ip_k66f
vendor: segger
socs:
- name: mk66f18
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a165303

Please sign in to comment.