]> Git Repo - J-u-boot.git/blame - include/configs/tec.h
SPDX: Convert all of our single license tags to Linux Kernel style
[J-u-boot.git] / include / configs / tec.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
d70575b6
TR
2/*
3 * (C) Copyright 2010,2011
4 * NVIDIA Corporation <www.nvidia.com>
5 * (C) Copyright 2011-2012
6 * Avionic Design GmbH <www.avionic-design.de>
d70575b6
TR
7 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
00a2749d 12#include "tegra20-common.h"
d70575b6 13
d70575b6 14/* High-level configuration options */
29f3e3f2 15#define CONFIG_TEGRA_BOARD_STRING "Avionic Design Tamonten Evaluation Carrier"
d70575b6
TR
16
17/* Board-specific serial config */
29f3e3f2 18#define CONFIG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */
d70575b6
TR
19#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
20
0bc069b2 21/* NAND support */
0bc069b2
TR
22#define CONFIG_TEGRA_NAND
23#define CONFIG_SYS_MAX_NAND_DEVICE 1
0bc069b2
TR
24
25/* Environment in NAND, aligned to start of last sector */
0bc069b2
TR
26#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
27
d70575b6 28/* USB host support */
d70575b6 29#define CONFIG_USB_EHCI_TEGRA
d70575b6
TR
30
31/* USB networking support */
d70575b6 32
29f3e3f2 33#include "tegra-common-post.h"
ba5dcb34 34
d70575b6 35#endif /* __CONFIG_H */
This page took 0.664955 seconds and 4 git commands to generate.