1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration header file for TI's k2g-evm
4 *
5 * (C) Copyright 2015
6 *     Texas Instruments Incorporated, <www.ti.com>
7 */
8
9#ifndef __CONFIG_K2G_EVM_H
10#define __CONFIG_K2G_EVM_H
11
12/* Network */
13#define CFG_KSNET_CPSW_NUM_PORTS	2
14#define PHY_ANEG_TIMEOUT	10000 /* PHY needs longer aneg time */
15
16#include <configs/ti_armv7_keystone2.h>
17
18#endif /* __CONFIG_K2G_EVM_H */
19