xref: /openbmc/u-boot/include/configs/P5040DS.h (revision d31e53b4)
1*d31e53b4STimur Tabi /*
2*d31e53b4STimur Tabi  * Copyright 2009-2011 Freescale Semiconductor, Inc.
3*d31e53b4STimur Tabi  *
4*d31e53b4STimur Tabi  * See file CREDITS for list of people who contributed to this
5*d31e53b4STimur Tabi  * project.
6*d31e53b4STimur Tabi  *
7*d31e53b4STimur Tabi  * This program is free software; you can redistribute it and/or
8*d31e53b4STimur Tabi  * modify it under the terms of the GNU General Public License as
9*d31e53b4STimur Tabi  * published by the Free Software Foundation; either version 2 of
10*d31e53b4STimur Tabi  * the License, or (at your option) any later version.
11*d31e53b4STimur Tabi  *
12*d31e53b4STimur Tabi  * This program is distributed in the hope that it will be useful,
13*d31e53b4STimur Tabi  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14*d31e53b4STimur Tabi  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15*d31e53b4STimur Tabi  * GNU General Public License for more details.
16*d31e53b4STimur Tabi  *
17*d31e53b4STimur Tabi  * You should have received a copy of the GNU General Public License
18*d31e53b4STimur Tabi  * along with this program; if not, write to the Free Software
19*d31e53b4STimur Tabi  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
20*d31e53b4STimur Tabi  * MA 02111-1307 USA
21*d31e53b4STimur Tabi  */
22*d31e53b4STimur Tabi 
23*d31e53b4STimur Tabi /*
24*d31e53b4STimur Tabi  * P5040 DS board configuration file
25*d31e53b4STimur Tabi  *
26*d31e53b4STimur Tabi  */
27*d31e53b4STimur Tabi #define CONFIG_P5040DS
28*d31e53b4STimur Tabi #define CONFIG_PHYS_64BIT
29*d31e53b4STimur Tabi #define CONFIG_PPC_P5040
30*d31e53b4STimur Tabi 
31*d31e53b4STimur Tabi #define CONFIG_FSL_NGPIXIS		/* use common ngPIXIS code */
32*d31e53b4STimur Tabi 
33*d31e53b4STimur Tabi #define CONFIG_MMC
34*d31e53b4STimur Tabi #define CONFIG_NAND_FSL_ELBC
35*d31e53b4STimur Tabi #define CONFIG_PCIE3
36*d31e53b4STimur Tabi #define CONFIG_SYS_FSL_RAID_ENGINE
37*d31e53b4STimur Tabi 
38*d31e53b4STimur Tabi #define CONFIG_ICS307_REFCLK_HZ		25000000  /* ICS307 ref clk freq */
39*d31e53b4STimur Tabi 
40*d31e53b4STimur Tabi #include "corenet_ds.h"
41