2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-09-19 16:26:56 +05:30
|
|
|
/*
|
|
|
|
* Configuration header file for TI's k2g-evm
|
|
|
|
*
|
|
|
|
* (C) Copyright 2015
|
|
|
|
* Texas Instruments Incorporated, <www.ti.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_K2G_EVM_H
|
|
|
|
#define __CONFIG_K2G_EVM_H
|
|
|
|
|
|
|
|
/* Network */
|
2022-12-04 10:04:25 -05:00
|
|
|
#define CFG_KSNET_CPSW_NUM_PORTS 2
|
2016-03-11 08:23:04 -05:00
|
|
|
#define PHY_ANEG_TIMEOUT 10000 /* PHY needs longer aneg time */
|
2015-09-19 16:26:56 +05:30
|
|
|
|
2017-06-02 17:54:01 +05:30
|
|
|
#include <configs/ti_armv7_keystone2.h>
|
|
|
|
|
2015-09-19 16:26:56 +05:30
|
|
|
#endif /* __CONFIG_K2G_EVM_H */
|