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