xref: /openbmc/u-boot/include/configs/P5020DS.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2e02aea61SKumar Gala /*
3e02aea61SKumar Gala  * Copyright 2009-2011 Freescale Semiconductor, Inc.
4e02aea61SKumar Gala  */
5e02aea61SKumar Gala 
6e02aea61SKumar Gala /*
7e02aea61SKumar Gala  * P5020 DS board configuration file
83e978f5dSScott Wood  * Also supports P5010 DS
9e02aea61SKumar Gala  */
10c6d33901SKumar Gala #define CONFIG_FSL_NGPIXIS		/* use common ngPIXIS code */
11c6d33901SKumar Gala 
12c6d33901SKumar Gala #define CONFIG_NAND_FSL_ELBC
139760b274SZang Roy-R61911 #define CONFIG_FSL_SATA_V2
14c6d33901SKumar Gala #define CONFIG_PCIE3
15e02aea61SKumar Gala #define CONFIG_PCIE4
166b3a8d00SKumar Gala #define CONFIG_SYS_FSL_RAID_ENGINE
174d28db8aSKumar Gala #define CONFIG_SYS_DPAA_RMAN
18e02aea61SKumar Gala 
1911860d88STimur Tabi #define CONFIG_SYS_SRIO
2011860d88STimur Tabi #define CONFIG_SRIO1			/* SRIO port 1 */
2111860d88STimur Tabi #define CONFIG_SRIO2			/* SRIO port 2 */
22c8b28152SLiu Gang #define CONFIG_SRIO_PCIE_BOOT_MASTER
23e02aea61SKumar Gala #define CONFIG_ICS307_REFCLK_HZ		25000000  /* ICS307 ref clk freq */
24e02aea61SKumar Gala 
25e02aea61SKumar Gala #include "corenet_ds.h"
26