]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/P4080DS.h
powerpc: P4080: Remove macro CONFIG_PPC_P4080
[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
d1712369 12
c6d33901
KG
13#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
14
15#define CONFIG_MMC
16#define CONFIG_PCIE3
17
70672a29
SX
18#define CONFIG_CMD_SATA
19#define CONFIG_SATA_SIL
20#define CONFIG_SYS_SATA_MAX_DEVICE 2
21#define CONFIG_LIBATA
22#define CONFIG_LBA48
23
11860d88
TT
24#define CONFIG_SYS_SRIO
25#define CONFIG_SRIO1 /* SRIO port 1 */
26#define CONFIG_SRIO2 /* SRIO port 2 */
c8b28152 27#define CONFIG_SRIO_PCIE_BOOT_MASTER
0ce8437f
KG
28#define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */
29
d1712369 30#include "corenet_ds.h"