blob: 5e52bbb98f81dcb7730d4a04f6a11ade3cca7e43 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Vitaly Andrianovef509b92014-04-04 13:16:53 -04002/*
3 * Configuration header file for TI's k2hk-evm
4 *
5 * (C) Copyright 2012-2014
6 * Texas Instruments Incorporated, <www.ti.com>
Vitaly Andrianovef509b92014-04-04 13:16:53 -04007 */
8
9#ifndef __CONFIG_K2HK_EVM_H
10#define __CONFIG_K2HK_EVM_H
11
Nishanth Menone8428d62015-07-22 18:05:44 -050012#include <configs/ti_armv7_keystone2.h>
Vitaly Andrianovef509b92014-04-04 13:16:53 -040013
Hao Zhang2221cd12014-07-09 23:44:48 +030014/* Network */
Tom Rini21bd2042022-12-04 10:04:25 -050015#define CFG_KSNET_CPSW_NUM_PORTS 5
Vitaly Andrianovef509b92014-04-04 13:16:53 -040016
Vitaly Andrianovef509b92014-04-04 13:16:53 -040017#endif /* __CONFIG_K2HK_EVM_H */