Kumar Gala | e02aea6 | 2011-02-09 02:00:08 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2009-2011 Freescale Semiconductor, Inc. |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Kumar Gala | e02aea6 | 2011-02-09 02:00:08 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | /* |
| 8 | * P5020 DS board configuration file |
Scott Wood | 3e978f5 | 2012-08-14 10:14:51 +0000 | [diff] [blame] | 9 | * Also supports P5010 DS |
Kumar Gala | e02aea6 | 2011-02-09 02:00:08 +0000 | [diff] [blame] | 10 | */ |
| 11 | #define CONFIG_P5020DS |
| 12 | #define CONFIG_PHYS_64BIT |
| 13 | #define CONFIG_PPC_P5020 |
| 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_NAND_FSL_ELBC |
Zang Roy-R61911 | 9760b27 | 2012-11-26 00:05:38 +0000 | [diff] [blame] | 19 | #define CONFIG_FSL_SATA_V2 |
Kumar Gala | c6d3390 | 2011-08-31 09:50:13 -0500 | [diff] [blame] | 20 | #define CONFIG_PCIE3 |
Kumar Gala | e02aea6 | 2011-02-09 02:00:08 +0000 | [diff] [blame] | 21 | #define CONFIG_PCIE4 |
Kumar Gala | 6b3a8d0 | 2011-09-10 10:44:13 -0500 | [diff] [blame] | 22 | #define CONFIG_SYS_FSL_RAID_ENGINE |
Kumar Gala | 4d28db8 | 2011-10-14 13:28:52 -0500 | [diff] [blame] | 23 | #define CONFIG_SYS_DPAA_RMAN |
Kumar Gala | e02aea6 | 2011-02-09 02:00:08 +0000 | [diff] [blame] | 24 | |
Timur Tabi | 11860d8 | 2012-10-05 09:48:53 +0000 | [diff] [blame] | 25 | #define CONFIG_SYS_SRIO |
| 26 | #define CONFIG_SRIO1 /* SRIO port 1 */ |
| 27 | #define CONFIG_SRIO2 /* SRIO port 2 */ |
Liu Gang | c8b2815 | 2013-05-07 16:30:46 +0800 | [diff] [blame] | 28 | #define CONFIG_SRIO_PCIE_BOOT_MASTER |
Kumar Gala | e02aea6 | 2011-02-09 02:00:08 +0000 | [diff] [blame] | 29 | #define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ |
| 30 | |
| 31 | #include "corenet_ds.h" |