summaryrefslogtreecommitdiff
path: root/include/configs/k2g_evm.h
blob: 2f25d393a378421e794c24f874d77708f816aa90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * 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 */
#define CFG_KSNET_CPSW_NUM_PORTS	2
#define PHY_ANEG_TIMEOUT	10000 /* PHY needs longer aneg time */

#include <configs/ti_armv7_keystone2.h>

#endif /* __CONFIG_K2G_EVM_H */