blob: bc8aa3ce05498477f53b509226709863bb0b3b95 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kumar Galae38209e2011-02-09 02:00:08 +00002/*
3 * Copyright 2010-2011 Freescale Semiconductor, Inc.
Kumar Galae38209e2011-02-09 02:00:08 +00004 */
5
6/*
7 * P3041 DS board configuration file
8 *
9 */
Kumar Galad0af3b92011-08-31 09:50:13 -050010#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
11
Kumar Gala4eb3c372011-10-14 13:28:52 -050012#define CONFIG_SYS_DPAA_RMAN
Kumar Galae38209e2011-02-09 02:00:08 +000013
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 Galae38209e2011-02-09 02:00:08 +000018#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
19
20#include "corenet_ds.h"