Blame view

include/configs/medcom-wide.h 860 Bytes
c91915e90   Thierry Reding   tegra2: Add Avion...
1
2
3
  /*
   *  (C) Copyright 2010,2011
   *  NVIDIA Corporation <www.nvidia.com>
1cbdf2d7e   Thierry Reding   tegra: medcom: Ad...
4
   *  (C) Copyright 2011-2012
c91915e90   Thierry Reding   tegra2: Add Avion...
5
6
   *  Avionic Design GmbH <www.avionic-design.de>
   *
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
7
   * SPDX-License-Identifier:	GPL-2.0+
c91915e90   Thierry Reding   tegra2: Add Avion...
8
9
10
11
   */
  
  #ifndef __CONFIG_H
  #define __CONFIG_H
00a2749d7   Allen Martin   tegra20: rename t...
12
  #include "tegra20-common.h"
c91915e90   Thierry Reding   tegra2: Add Avion...
13
14
  
  /* High-level configuration options */
66b796a56   Thierry Reding   tegra: Rename Med...
15
  #define CONFIG_TEGRA_BOARD_STRING	"Avionic Design Medcom-Wide"
c91915e90   Thierry Reding   tegra2: Add Avion...
16
17
  
  /* Board-specific serial config */
29f3e3f24   Tom Warren   Tegra: Change Teg...
18
  #define CONFIG_TEGRA_ENABLE_UARTD	/* UARTD: debug UART */
c91915e90   Thierry Reding   tegra2: Add Avion...
19
  #define CONFIG_SYS_NS16550_COM1		NV_PA_APB_UARTD_BASE
9dc9caf45   Thierry Reding   Tegra: Medcom-Wid...
20
  /* NAND support */
9dc9caf45   Thierry Reding   Tegra: Medcom-Wid...
21
22
23
24
  #define CONFIG_TEGRA_NAND
  #define CONFIG_SYS_MAX_NAND_DEVICE	1
  
  /* Environment in NAND, aligned to start of last sector */
9dc9caf45   Thierry Reding   Tegra: Medcom-Wid...
25
  #define CONFIG_ENV_OFFSET		(SZ_512M - SZ_128K) /* 128K sectors */
1cbdf2d7e   Thierry Reding   tegra: medcom: Ad...
26
  /* USB host support */
1cbdf2d7e   Thierry Reding   tegra: medcom: Ad...
27
  #define CONFIG_USB_EHCI_TEGRA
1cbdf2d7e   Thierry Reding   tegra: medcom: Ad...
28
29
  
  /* USB networking support */
1cbdf2d7e   Thierry Reding   tegra: medcom: Ad...
30

29f3e3f24   Tom Warren   Tegra: Change Teg...
31
  #include "tegra-common-post.h"
bea2674cc   Stephen Warren   tegra: flesh out ...
32

c91915e90   Thierry Reding   tegra2: Add Avion...
33
  #endif /* __CONFIG_H */