summaryrefslogtreecommitdiffstats
path: root/include/configs/ast-g5-phy.h
blob: 9b10d06212e760bc80c77e2523fcaf07443626b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 * Copyright 2016 IBM Corporation
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 */

#ifndef __AST_G5_PHY_CONFIG_H
#define __AST_G5_PHY_CONFIG_H

#define CONFIG_ARCH_AST2500
#define CONFIG_SYS_LOAD_ADDR		0x83000000

#include <configs/ast-common.h>

/* arm1176/start.S */
#define CONFIG_SYS_UBOOT_BASE		CONFIG_SYS_TEXT_BASE

/* Ethernet */
#define CONFIG_MAC_NUM			2
#define CONFIG_FTGMAC100
#define CONFIG_PHY_MAX_ADDR		32
#define CONFIG_FTGMAC100_EGIGA

/* platform.S */
#define	CONFIG_DRAM_ECC_SIZE		0x10000000

#endif	/* __AST_G5_PHY_CONFIG_H */
OpenPOWER on IntegriCloud