blob: 2543e52684a103b2b44910745b6a5194552ca73c [file] [log] [blame]
# IP-K66F board
# Copyright (c) 2020 DENX Software Engineering GmbH
# SPDX-License-Identifier: Apache-2.0
if BOARD_IP_K66F
config BOARD
default "ip_k66f"
config OSC_XTAL0_FREQ
default 12000000
config MCG_PRDIV0
default 0x0
config MCG_VDIV0
default 0xe
config MCG_FCRDIV
default 1
if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_MCUX_RMII_EXT_CLK
default y if ETH_MCUX
config ETH_MCUX_NO_PHY_SMI
default y if ETH_MCUX
endif # NETWORKING
endif # BOARD_IP_K66F