blob: 6615dd091e20e7acda9d30e5c412aadbd7656efa [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kumar Galae1c09492010-07-15 16:49:03 -05002/*
Jerry Huanged413672011-01-06 23:42:19 -06003 * Copyright 2009-2011 Freescale Semiconductor, Inc.
Kumar Galae1c09492010-07-15 16:49:03 -05004 */
5
6/*
7 * P4080 DS board configuration file
Scott Wooda1ef48c2012-08-14 10:14:51 +00008 * Also supports P4040 DS
Kumar Galae1c09492010-07-15 16:49:03 -05009 */
Kumar Galad0af3b92011-08-31 09:50:13 -050010#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
11
Kumar Galad0af3b92011-08-31 09:50:13 -050012#define CONFIG_PCIE3
13
Timur Tabi830b76f2012-10-05 09:48:53 +000014#define CONFIG_SYS_SRIO
15#define CONFIG_SRIO1 /* SRIO port 1 */
16#define CONFIG_SRIO2 /* SRIO port 2 */
Liu Gang27afb9c2013-05-07 16:30:46 +080017#define CONFIG_SRIO_PCIE_BOOT_MASTER
Kumar Gala3b2a1af2010-09-30 15:47:16 -050018#define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */
19
Kumar Galae1c09492010-07-15 16:49:03 -050020#include "corenet_ds.h"