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