2014-07-09 20:44:46 +00:00
|
|
|
/*
|
|
|
|
* K2HK EVM : Board common header
|
|
|
|
*
|
|
|
|
* (C) Copyright 2014
|
|
|
|
* Texas Instruments Incorporated, <www.ti.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _KS2_BOARD
|
|
|
|
#define _KS2_BOARD
|
|
|
|
|
2014-09-29 19:17:22 +00:00
|
|
|
#include <asm/ti-common/keystone_net.h>
|
2014-07-09 20:44:46 +00:00
|
|
|
|
|
|
|
extern struct eth_priv_t eth_priv_cfg[];
|
|
|
|
|
|
|
|
int get_num_eth_ports(void);
|
2014-10-22 13:32:31 +00:00
|
|
|
void spl_init_keystone_plls(void);
|
2014-07-09 20:44:46 +00:00
|
|
|
|
|
|
|
#endif
|