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