2 * (C) Copyright 2010-2012
3 * NVIDIA Corporation <www.nvidia.com>
5 * See file CREDITS for list of people who contributed to this
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
27 #include <asm/sizes.h>
28 #include "tegra2-common.h"
30 /* Enable fdt support for Whistler. Flash the image in u-boot-dtb.bin */
31 #define CONFIG_DEFAULT_DEVICE_TREE tegra2-whistler
32 #define CONFIG_OF_CONTROL
33 #define CONFIG_OF_SEPARATE
35 /* High-level configuration options */
36 #define TEGRA2_SYSMEM "mem=512M@0M"
37 #define V_PROMPT "Tegra2 (Whistler) # "
38 #define CONFIG_TEGRA2_BOARD_STRING "NVIDIA Whistler"
40 /* Board-specific serial config */
41 #define CONFIG_SERIAL_MULTI
42 #define CONFIG_TEGRA2_ENABLE_UARTA
43 #define CONFIG_TEGRA2_UARTA_UAA_UAB
44 #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
46 #define CONFIG_MACH_TYPE MACH_TYPE_WHISTLER
47 #define CONFIG_SYS_BOARD_ODMDATA 0x2B080105 /* lp?, 512MB, UARTA */
49 #define CONFIG_BOARD_EARLY_INIT_F
52 #define CONFIG_TEGRA_I2C
53 #define CONFIG_SYS_I2C_INIT_BOARD
54 #define CONFIG_I2C_MULTI_BUS
55 #define CONFIG_SYS_MAX_I2C_BUS 4
56 #define CONFIG_SYS_I2C_SPEED 100000
57 #define CONFIG_CMD_I2C
61 #define CONFIG_GENERIC_MMC
62 #define CONFIG_TEGRA2_MMC
63 #define CONFIG_CMD_MMC
65 #define CONFIG_DOS_PARTITION
66 #define CONFIG_EFI_PARTITION
67 #define CONFIG_CMD_EXT2
68 #define CONFIG_CMD_FAT
70 /* Environment not stored */
71 #define CONFIG_ENV_IS_NOWHERE
73 /* USB Host support */
74 #define CONFIG_USB_EHCI
75 #define CONFIG_USB_EHCI_TEGRA
76 #define CONFIG_USB_STORAGE
77 #define CONFIG_CMD_USB
78 #define CONFIG_USB_HOST_ETHER
79 #define CONFIG_USB_ETHER_SMSC95XX
80 #define CONFIG_USB_ETHER_ASIX
81 #define CONFIG_USB_HOST_ETHER
82 #define CONFIG_USB_ETHER_SMSC95XX
83 #define CONFIG_USB_ETHER_ASIX
85 #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
86 #define CONFIG_CMD_NFS /* NFS support */
87 #define CONFIG_CMD_PING
88 #define CONFIG_CMD_DHCP
90 #endif /* __CONFIG_H */