aboutsummaryrefslogtreecommitdiff
path: root/include/configs/k2e_evm.h
blob: 5cdd87c0a179243cdbc669ced14c1a963f3d4f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Configuration header file for TI's k2e-evm
 *
 * (C) Copyright 2012-2014
 *     Texas Instruments Incorporated, <www.ti.com>
 */

#ifndef __CONFIG_K2E_EVM_H
#define __CONFIG_K2E_EVM_H

#include <configs/ti_armv7_keystone2.h>

/* Network */
#define CFG_KSNET_CPSW_NUM_PORTS	9

#endif /* __CONFIG_K2E_EVM_H */