Blame view

include/configs/P3041DS.h 572 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  /* SPDX-License-Identifier: GPL-2.0+ */
e02aea61c   Kumar Gala   powerpc: Add P304...
2
3
  /*
   * Copyright 2010-2011 Freescale Semiconductor, Inc.
e02aea61c   Kumar Gala   powerpc: Add P304...
4
5
6
7
8
9
   */
  
  /*
   * P3041 DS board configuration file
   *
   */
c6d339016   Kumar Gala   powerpc/85xx: Ref...
10
  #define CONFIG_FSL_NGPIXIS		/* use common ngPIXIS code */
c6d339016   Kumar Gala   powerpc/85xx: Ref...
11
  #define CONFIG_NAND_FSL_ELBC
9760b274d   Zang Roy-R61911   powerpc/corenet_d...
12
  #define CONFIG_FSL_SATA_V2
c6d339016   Kumar Gala   powerpc/85xx: Ref...
13
  #define CONFIG_PCIE3
e02aea61c   Kumar Gala   powerpc: Add P304...
14
  #define CONFIG_PCIE4
4d28db8a1   Kumar Gala   powerpc/85xx: Add...
15
  #define CONFIG_SYS_DPAA_RMAN
e02aea61c   Kumar Gala   powerpc: Add P304...
16

11860d888   Timur Tabi   powerpc/85xx: mov...
17
18
19
  #define CONFIG_SYS_SRIO
  #define CONFIG_SRIO1			/* SRIO port 1 */
  #define CONFIG_SRIO2			/* SRIO port 2 */
c8b281524   Liu Gang   powerpc/boot: Cha...
20
  #define CONFIG_SRIO_PCIE_BOOT_MASTER
e02aea61c   Kumar Gala   powerpc: Add P304...
21
22
23
  #define CONFIG_ICS307_REFCLK_HZ		25000000  /* ICS307 ref clk freq */
  
  #include "corenet_ds.h"