2 * (C) Copyright 2010-2012
3 * NVIDIA Corporation <www.nvidia.com>
5 * SPDX-License-Identifier: GPL-2.0+
11 #include <linux/sizes.h>
12 #include "tegra20-common.h"
14 /* High-level configuration options */
15 #define CONFIG_TEGRA_BOARD_STRING "NVIDIA Harmony"
17 /* Board-specific serial config */
18 #define CONFIG_TEGRA_ENABLE_UARTD
20 /* UARTD: keyboard satellite board UART, default */
21 #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
22 #ifdef CONFIG_TEGRA_ENABLE_UARTA
23 /* UARTA: debug board UART */
24 #define CONFIG_SYS_NS16550_COM2 NV_PA_APB_UARTA_BASE
27 #define CONFIG_MACH_TYPE MACH_TYPE_HARMONY
30 #define CONFIG_TEGRA_NAND
31 #define CONFIG_SYS_MAX_NAND_DEVICE 1
33 /* Environment in NAND (which is 512M), aligned to start of last sector */
34 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
36 /* USB Host support */
37 #define CONFIG_USB_EHCI_TEGRA
39 /* USB networking support */
41 #include "tegra-common-post.h"
43 #endif /* __CONFIG_H */