xref: /openbmc/u-boot/include/configs/P4080DS.h (revision c6d33901)
1d1712369SKumar Gala /*
2d621da00SJerry Huang  * Copyright 2009-2011 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 
30*c6d33901SKumar Gala #define CONFIG_FSL_NGPIXIS		/* use common ngPIXIS code */
31*c6d33901SKumar Gala 
32*c6d33901SKumar Gala #define CONFIG_MMC
33*c6d33901SKumar Gala #define CONFIG_PCIE3
34*c6d33901SKumar Gala 
350ce8437fSKumar Gala #define CONFIG_ICS307_REFCLK_HZ		33333000  /* ICS307 ref clk freq */
360ce8437fSKumar Gala 
37d1712369SKumar Gala #include "corenet_ds.h"
38