]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/harmony.h
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
[people/ms/u-boot.git] / include / configs / harmony.h
CommitLineData
efc05ae1 1/*
f3d93309 2 * (C) Copyright 2010-2012
efc05ae1
TW
3 * NVIDIA Corporation <www.nvidia.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
efc05ae1
TW
6 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
1ace4022 11#include <linux/sizes.h>
00a2749d 12#include "tegra20-common.h"
efc05ae1
TW
13
14/* High-level configuration options */
29f3e3f2 15#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Harmony"
efc05ae1
TW
16
17/* Board-specific serial config */
29f3e3f2 18#define CONFIG_TEGRA_ENABLE_UARTD
efc05ae1
TW
19
20/* UARTD: keyboard satellite board UART, default */
21#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
29f3e3f2 22#ifdef CONFIG_TEGRA_ENABLE_UARTA
efc05ae1
TW
23/* UARTA: debug board UART */
24#define CONFIG_SYS_NS16550_COM2 NV_PA_APB_UARTA_BASE
25#endif
26
27#define CONFIG_MACH_TYPE MACH_TYPE_HARMONY
efc05ae1 28
9614a1e9
SW
29/* NAND support */
30#define CONFIG_CMD_NAND
31#define CONFIG_TEGRA_NAND
32#define CONFIG_SYS_MAX_NAND_DEVICE 1
9614a1e9
SW
33
34/* Environment in NAND (which is 512M), aligned to start of last sector */
9614a1e9 35#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
bea2674c 36
f3d93309 37/* USB Host support */
f3d93309 38#define CONFIG_USB_EHCI_TEGRA
f3d93309
SW
39
40/* USB networking support */
41#define CONFIG_USB_HOST_ETHER
f3d93309 42#define CONFIG_USB_ETHER_ASIX
a743415f 43#define CONFIG_USB_ETHER_MCS7830
eddf6d28 44#define CONFIG_USB_ETHER_SMSC95XX
f3d93309 45
29f3e3f2 46#include "tegra-common-post.h"
bea2674c 47
efc05ae1 48#endif /* __CONFIG_H */