2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-09-19 10:56:56 +00:00
|
|
|
/*
|
|
|
|
* 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 15:04:25 +00:00
|
|
|
#define CFG_KSNET_CPSW_NUM_PORTS 2
|
2016-03-11 13:23:04 +00:00
|
|
|
#define PHY_ANEG_TIMEOUT 10000 /* PHY needs longer aneg time */
|
2015-09-19 10:56:56 +00:00
|
|
|
|
2017-06-02 12:24:01 +00:00
|
|
|
#include <configs/ti_armv7_keystone2.h>
|
|
|
|
|
2015-09-19 10:56:56 +00:00
|
|
|
#endif /* __CONFIG_K2G_EVM_H */
|