2012-10-23 09:40:22 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2009-2011 Freescale Semiconductor, Inc.
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2012-10-23 09:40:22 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* P5040 DS board configuration file
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#define CONFIG_P5040DS
|
|
|
|
#define CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_PPC_P5040
|
|
|
|
|
|
|
|
#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
|
|
|
|
|
|
|
|
#define CONFIG_MMC
|
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_PCIE3
|
2014-11-04 11:53:30 +00:00
|
|
|
#define CONFIG_FSL_SATA_V2
|
2012-10-23 09:40:22 +00:00
|
|
|
#define CONFIG_SYS_FSL_RAID_ENGINE
|
|
|
|
|
|
|
|
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
|
|
|
|
|
|
|
#include "corenet_ds.h"
|