Kumar Gala | d171236 | 2010-07-15 16:49:03 -0500 | [diff] [blame] | 1 | /* |
Jerry Huang | d621da0 | 2011-01-06 23:42:19 -0600 | [diff] [blame] | 2 | * Copyright 2009-2011 Freescale Semiconductor, Inc. |
Kumar Gala | d171236 | 2010-07-15 16:49:03 -0500 | [diff] [blame] | 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Kumar Gala | d171236 | 2010-07-15 16:49:03 -0500 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | /* |
| 8 | * P4080 DS board configuration file |
Scott Wood | 3e978f5 | 2012-08-14 10:14:51 +0000 | [diff] [blame] | 9 | * Also supports P4040 DS |
Kumar Gala | d171236 | 2010-07-15 16:49:03 -0500 | [diff] [blame] | 10 | */ |
| 11 | #define CONFIG_P4080DS |
| 12 | #define CONFIG_PHYS_64BIT |
| 13 | #define CONFIG_PPC_P4080 |
Kumar Gala | d171236 | 2010-07-15 16:49:03 -0500 | [diff] [blame] | 14 | |
Kumar Gala | c6d3390 | 2011-08-31 09:50:13 -0500 | [diff] [blame] | 15 | #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ |
| 16 | |
| 17 | #define CONFIG_MMC |
| 18 | #define CONFIG_PCIE3 |
| 19 | |
Shaohui Xie | 70672a2 | 2013-11-08 10:46:44 +0800 | [diff] [blame] | 20 | #define CONFIG_CMD_SATA |
| 21 | #define CONFIG_SATA_SIL |
| 22 | #define CONFIG_SYS_SATA_MAX_DEVICE 2 |
| 23 | #define CONFIG_LIBATA |
| 24 | #define CONFIG_LBA48 |
| 25 | |
Timur Tabi | 11860d8 | 2012-10-05 09:48:53 +0000 | [diff] [blame] | 26 | #define CONFIG_SYS_SRIO |
| 27 | #define CONFIG_SRIO1 /* SRIO port 1 */ |
| 28 | #define CONFIG_SRIO2 /* SRIO port 2 */ |
Liu Gang | c8b2815 | 2013-05-07 16:30:46 +0800 | [diff] [blame] | 29 | #define CONFIG_SRIO_PCIE_BOOT_MASTER |
Kumar Gala | 0ce8437 | 2010-09-30 15:47:16 -0500 | [diff] [blame] | 30 | #define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */ |
| 31 | |
Kumar Gala | d171236 | 2010-07-15 16:49:03 -0500 | [diff] [blame] | 32 | #include "corenet_ds.h" |