]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/P4080DS.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / include / configs / P4080DS.h
CommitLineData
d1712369 1/*
d621da00 2 * Copyright 2009-2011 Freescale Semiconductor, Inc.
d1712369 3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
d1712369
KG
5 */
6
7/*
8 * P4080 DS board configuration file
3e978f5d 9 * Also supports P4040 DS
d1712369
KG
10 */
11#define CONFIG_P4080DS
12#define CONFIG_PHYS_64BIT
13#define CONFIG_PPC_P4080
d1712369 14
c6d33901
KG
15#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
16
17#define CONFIG_MMC
18#define CONFIG_PCIE3
19
11860d88
TT
20#define CONFIG_SYS_SRIO
21#define CONFIG_SRIO1 /* SRIO port 1 */
22#define CONFIG_SRIO2 /* SRIO port 2 */
c8b28152 23#define CONFIG_SRIO_PCIE_BOOT_MASTER
0ce8437f
KG
24#define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */
25
d1712369 26#include "corenet_ds.h"