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