Blame view

include/configs/spear6xx_evb.h 864 Bytes
566c9c16f   Vipin KUMAR   SPEAr : Support a...
1
2
3
4
  /*
   * (C) Copyright 2009
   * Vipin Kumar, STMicroelectronics, <vipin.kumar@st.com>
   *
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
5
   * SPDX-License-Identifier:	GPL-2.0+
566c9c16f   Vipin KUMAR   SPEAr : Support a...
6
7
8
9
10
11
12
13
14
   */
  
  #ifndef __CONFIG_H
  #define __CONFIG_H
  
  /*
   * High Level Configuration Options
   * (easy to change)
   */
6ef2e7503   Simon Glass   spear: Use upper ...
15
  #if defined(CONFIG_USBTTY)
f273e5b2a   Vipin KUMAR   SPEAr: Add config...
16
17
  #define CONFIG_SPEAR_USBTTY
  #endif
566c9c16f   Vipin KUMAR   SPEAr : Support a...
18
19
20
21
22
23
24
  #include <configs/spear-common.h>
  
  /* Serial Configuration (PL011) */
  #define CONFIG_SYS_SERIAL0			0xD0000000
  #define CONFIG_SYS_SERIAL1			0xD0080000
  #define CONFIG_PL01x_PORTS			{ (void *)CONFIG_SYS_SERIAL0, \
  						(void *)CONFIG_SYS_SERIAL1 }
1fa943b99   Vipin KUMAR   SPEAr: Configure ...
25
26
27
  /* NAND flash configuration */
  #define CONFIG_SYS_FSMC_NAND_SP
  #define CONFIG_SYS_FSMC_NAND_8BIT
bc0bdf4c2   Amit Virdi   cleanup/SPEAr: Re...
28
  #define CONFIG_SYS_NAND_BASE			0xD2000000
566c9c16f   Vipin KUMAR   SPEAr : Support a...
29

92a190aaa   Alexey Brodkin   net/designware - ...
30
31
  /* Ethernet PHY configuration */
  #define CONFIG_PHY_NATSEMI
1b7935cd9   Vipin KUMAR   SPEAr: Change the...
32
33
  /* Environment Settings */
  #define CONFIG_EXTRA_ENV_SETTINGS              CONFIG_EXTRA_ENV_USBTTY
566c9c16f   Vipin KUMAR   SPEAr : Support a...
34
  #endif  /* __CONFIG_H */