blob: 7a613ac817bcd85c8a6dec8e804ccfa905f2a6be [file] [log] [blame]
Hao Zhange5951072014-07-09 23:44:46 +03001/*
2 * K2HK EVM : Board common header
3 *
4 * (C) Copyright 2014
5 * Texas Instruments Incorporated, <www.ti.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef _KS2_BOARD
11#define _KS2_BOARD
12
13#include <asm/arch/emac_defs.h>
14
15extern struct eth_priv_t eth_priv_cfg[];
16
17int get_num_eth_ports(void);
Hao Zhang5ec66b12014-10-22 16:32:31 +030018void spl_init_keystone_plls(void);
Hao Zhange5951072014-07-09 23:44:46 +030019
20#endif