]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/P3041DS.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / include / configs / P3041DS.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
e02aea61
KG
2/*
3 * Copyright 2010-2011 Freescale Semiconductor, Inc.
e02aea61
KG
4 */
5
6/*
7 * P3041 DS board configuration file
8 *
9 */
c6d33901
KG
10#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
11
c6d33901 12#define CONFIG_NAND_FSL_ELBC
9760b274 13#define CONFIG_FSL_SATA_V2
c6d33901 14#define CONFIG_PCIE3
e02aea61 15#define CONFIG_PCIE4
4d28db8a 16#define CONFIG_SYS_DPAA_RMAN
e02aea61 17
11860d88
TT
18#define CONFIG_SYS_SRIO
19#define CONFIG_SRIO1 /* SRIO port 1 */
20#define CONFIG_SRIO2 /* SRIO port 2 */
c8b28152 21#define CONFIG_SRIO_PCIE_BOOT_MASTER
e02aea61
KG
22#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
23
24#include "corenet_ds.h"