2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2011-02-09 02:00:08 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2009-2011 Freescale Semiconductor, Inc.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* P5020 DS board configuration file
|
2012-08-14 10:14:51 +00:00
|
|
|
* Also supports P5010 DS
|
2011-02-09 02:00:08 +00:00
|
|
|
*/
|
2011-08-31 14:50:13 +00:00
|
|
|
#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
|
|
|
|
|
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
2012-11-26 00:05:38 +00:00
|
|
|
#define CONFIG_FSL_SATA_V2
|
2011-08-31 14:50:13 +00:00
|
|
|
#define CONFIG_PCIE3
|
2011-02-09 02:00:08 +00:00
|
|
|
#define CONFIG_PCIE4
|
2011-09-10 15:44:13 +00:00
|
|
|
#define CONFIG_SYS_FSL_RAID_ENGINE
|
2011-10-14 18:28:52 +00:00
|
|
|
#define CONFIG_SYS_DPAA_RMAN
|
2011-02-09 02:00:08 +00:00
|
|
|
|
2012-10-05 09:48:53 +00:00
|
|
|
#define CONFIG_SYS_SRIO
|
|
|
|
#define CONFIG_SRIO1 /* SRIO port 1 */
|
|
|
|
#define CONFIG_SRIO2 /* SRIO port 2 */
|
2013-05-07 08:30:46 +00:00
|
|
|
#define CONFIG_SRIO_PCIE_BOOT_MASTER
|
2011-02-09 02:00:08 +00:00
|
|
|
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
|
|
|
|
|
|
|
#include "corenet_ds.h"
|