blob: 069892182d084b327220e9950bb2b899fb337dd1 [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
Khoronzhuk, Ivan0935cac2014-09-29 22:17:22 +030013#include <asm/ti-common/keystone_net.h>
Cooper Jr., Frankline820f522017-06-16 17:25:17 -050014#include "../common/board_detect.h"
Hao Zhange5951072014-07-09 23:44:46 +030015
16extern struct eth_priv_t eth_priv_cfg[];
17
18int get_num_eth_ports(void);
Hao Zhang5ec66b12014-10-22 16:32:31 +030019void spl_init_keystone_plls(void);
Hao Zhange5951072014-07-09 23:44:46 +030020
21#endif