]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/ventana.h
nand_spl: display warning message to inform the end of nand_spl
[people/ms/u-boot.git] / include / configs / ventana.h
CommitLineData
d5ef19b9
SW
1/*
2 * (C) Copyright 2010,2011
3 * NVIDIA Corporation <www.nvidia.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
d5ef19b9
SW
6 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
11#include <asm/sizes.h>
00a2749d 12#include "tegra20-common.h"
d5ef19b9 13
66d6a91d 14/* Enable fdt support for Ventana. Flash the image in u-boot-dtb.bin */
00a2749d 15#define CONFIG_DEFAULT_DEVICE_TREE tegra20-ventana
66d6a91d
TW
16#define CONFIG_OF_CONTROL
17#define CONFIG_OF_SEPARATE
18
d5ef19b9 19/* High-level configuration options */
00a2749d 20#define V_PROMPT "Tegra20 (Ventana) # "
29f3e3f2 21#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Ventana"
d5ef19b9
SW
22
23/* Board-specific serial config */
29f3e3f2 24#define CONFIG_TEGRA_ENABLE_UARTD
d5ef19b9
SW
25#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
26
27#define CONFIG_MACH_TYPE MACH_TYPE_VENTANA
d5ef19b9
SW
28
29#define CONFIG_BOARD_EARLY_INIT_F
d035fcf9 30#define CONFIG_BOARD_LATE_INIT /* Make sure LCD init is complete */
d5ef19b9
SW
31
32/* SD/MMC */
33#define CONFIG_MMC
34#define CONFIG_GENERIC_MMC
3f82d89d 35#define CONFIG_TEGRA_MMC
d5ef19b9
SW
36#define CONFIG_CMD_MMC
37
294cd67c
SW
38/* Environment in eMMC, at the end of 2nd "boot sector" */
39#define CONFIG_ENV_IS_IN_MMC
91171091 40#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
294cd67c 41#define CONFIG_SYS_MMC_ENV_DEV 0
573668a2 42#define CONFIG_SYS_MMC_ENV_PART 2
bea2674c 43
b1b9e4ce
SW
44/* USB Host support */
45#define CONFIG_USB_EHCI
46#define CONFIG_USB_EHCI_TEGRA
47#define CONFIG_USB_STORAGE
48#define CONFIG_CMD_USB
49
50/* USB networking support */
51#define CONFIG_USB_HOST_ETHER
52#define CONFIG_USB_ETHER_ASIX
53
54/* General networking support */
55#define CONFIG_CMD_NET
56#define CONFIG_CMD_DHCP
57
5ddcc38b
AM
58/* USB keyboard */
59#define CONFIG_USB_KEYBOARD
60
d035fcf9
SW
61/* LCD support */
62#define CONFIG_LCD
63#define CONFIG_PWM_TEGRA
64#define CONFIG_VIDEO_TEGRA
65#define LCD_BPP LCD_COLOR16
66#define CONFIG_SYS_WHITE_ON_BLACK
67#define CONFIG_CONSOLE_SCROLL_LINES 10
68
29f3e3f2 69#include "tegra-common-post.h"
bea2674c 70
d5ef19b9 71#endif /* __CONFIG_H */