2011-02-09 10:00:08 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2010-2011 Freescale Semiconductor, Inc.
|
|
|
|
*
|
2013-07-08 15:37:19 +08:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2011-02-09 10:00:08 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* P3041 DS board configuration file
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#define CONFIG_P3041DS
|
|
|
|
#define CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_PPC_P3041
|
|
|
|
|
2011-08-31 22:50:13 +08:00
|
|
|
#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
|
|
|
|
|
|
|
|
#define CONFIG_MMC
|
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
2012-11-26 08:05:38 +08:00
|
|
|
#define CONFIG_FSL_SATA_V2
|
2011-08-31 22:50:13 +08:00
|
|
|
#define CONFIG_PCIE3
|
2011-02-09 10:00:08 +08:00
|
|
|
#define CONFIG_PCIE4
|
2011-10-15 02:28:52 +08:00
|
|
|
#define CONFIG_SYS_DPAA_RMAN
|
2011-02-09 10:00:08 +08:00
|
|
|
|
2012-10-05 17:48:53 +08:00
|
|
|
#define CONFIG_SYS_SRIO
|
|
|
|
#define CONFIG_SRIO1 /* SRIO port 1 */
|
|
|
|
#define CONFIG_SRIO2 /* SRIO port 2 */
|
2013-05-07 16:30:46 +08:00
|
|
|
#define CONFIG_SRIO_PCIE_BOOT_MASTER
|
2011-02-09 10:00:08 +08:00
|
|
|
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
|
|
|
|
|
|
|
#include "corenet_ds.h"
|