2010-07-16 05:49:03 +08:00
|
|
|
/*
|
2011-01-07 13:42:19 +08:00
|
|
|
* Copyright 2009-2011 Freescale Semiconductor, Inc.
|
2010-07-16 05:49:03 +08:00
|
|
|
*
|
2013-07-08 15:37:19 +08:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2010-07-16 05:49:03 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* P4080 DS board configuration file
|
2012-08-14 18:14:51 +08:00
|
|
|
* Also supports P4040 DS
|
2010-07-16 05:49:03 +08:00
|
|
|
*/
|
2011-08-31 22:50:13 +08:00
|
|
|
#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
|
|
|
|
|
|
|
|
#define CONFIG_PCIE3
|
|
|
|
|
2013-11-08 10:46:44 +08:00
|
|
|
#define CONFIG_SYS_SATA_MAX_DEVICE 2
|
|
|
|
#define CONFIG_LBA48
|
|
|
|
|
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
|
2010-10-01 04:47:16 +08:00
|
|
|
#define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */
|
|
|
|
|
2010-07-16 05:49:03 +08:00
|
|
|
#include "corenet_ds.h"
|