blob: 2f6cc5d8e14d0c4f1e5b2b45e698604f49dce950 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kumar Galae02aea62011-02-09 02:00:08 +00002/*
3 * Copyright 2010-2011 Freescale Semiconductor, Inc.
Kumar Galae02aea62011-02-09 02:00:08 +00004 */
5
6/*
7 * P3041 DS board configuration file
8 *
9 */
Kumar Galac6d33902011-08-31 09:50:13 -050010#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
11
Kumar Galac6d33902011-08-31 09:50:13 -050012#define CONFIG_NAND_FSL_ELBC
Zang Roy-R619119760b272012-11-26 00:05:38 +000013#define CONFIG_FSL_SATA_V2
Kumar Galac6d33902011-08-31 09:50:13 -050014#define CONFIG_PCIE3
Kumar Galae02aea62011-02-09 02:00:08 +000015#define CONFIG_PCIE4
Kumar Gala4d28db82011-10-14 13:28:52 -050016#define CONFIG_SYS_DPAA_RMAN
Kumar Galae02aea62011-02-09 02:00:08 +000017
Timur Tabi11860d82012-10-05 09:48:53 +000018#define CONFIG_SYS_SRIO
19#define CONFIG_SRIO1 /* SRIO port 1 */
20#define CONFIG_SRIO2 /* SRIO port 2 */
Liu Gangc8b28152013-05-07 16:30:46 +080021#define CONFIG_SRIO_PCIE_BOOT_MASTER
Kumar Galae02aea62011-02-09 02:00:08 +000022#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
23
24#include "corenet_ds.h"