xref: /openbmc/u-boot/include/configs/P5040DS.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2d31e53b4STimur Tabi /*
3d31e53b4STimur Tabi  * Copyright 2009-2011 Freescale Semiconductor, Inc.
4d31e53b4STimur Tabi  */
5d31e53b4STimur Tabi 
6d31e53b4STimur Tabi /*
7d31e53b4STimur Tabi  * P5040 DS board configuration file
8d31e53b4STimur Tabi  *
9d31e53b4STimur Tabi  */
10d31e53b4STimur Tabi #define CONFIG_FSL_NGPIXIS		/* use common ngPIXIS code */
11d31e53b4STimur Tabi 
12d31e53b4STimur Tabi #define CONFIG_NAND_FSL_ELBC
13d31e53b4STimur Tabi #define CONFIG_PCIE3
141ccd94fbSShaohui Xie #define CONFIG_FSL_SATA_V2
15d31e53b4STimur Tabi #define CONFIG_SYS_FSL_RAID_ENGINE
16d31e53b4STimur Tabi 
17d31e53b4STimur Tabi #define CONFIG_ICS307_REFCLK_HZ		25000000  /* ICS307 ref clk freq */
18d31e53b4STimur Tabi 
19d31e53b4STimur Tabi #include "corenet_ds.h"
20