]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/harmony.h
tegra: omap: alpha-sort USB ethernet items for Asix and SMSC
[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 13
f3d93309 14/* Enable fdt support for Harmony. Flash the image in u-boot-dtb.bin */
00a2749d 15#define CONFIG_DEFAULT_DEVICE_TREE tegra20-harmony
f3d93309
SW
16#define CONFIG_OF_CONTROL
17#define CONFIG_OF_SEPARATE
18
efc05ae1 19/* High-level configuration options */
00a2749d 20#define V_PROMPT "Tegra20 (Harmony) # "
29f3e3f2 21#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Harmony"
efc05ae1
TW
22
23/* Board-specific serial config */
29f3e3f2 24#define CONFIG_TEGRA_ENABLE_UARTD
efc05ae1
TW
25
26/* UARTD: keyboard satellite board UART, default */
27#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
29f3e3f2 28#ifdef CONFIG_TEGRA_ENABLE_UARTA
efc05ae1
TW
29/* UARTA: debug board UART */
30#define CONFIG_SYS_NS16550_COM2 NV_PA_APB_UARTA_BASE
31#endif
32
33#define CONFIG_MACH_TYPE MACH_TYPE_HARMONY
efc05ae1 34
74652cf6 35#define CONFIG_BOARD_EARLY_INIT_F
b46694df 36#define CONFIG_BOARD_LATE_INIT /* Make sure LCD init is complete */
83800959
TW
37
38/* SD/MMC */
39#define CONFIG_MMC
40#define CONFIG_GENERIC_MMC
3f82d89d 41#define CONFIG_TEGRA_MMC
83800959
TW
42#define CONFIG_CMD_MMC
43
9614a1e9
SW
44/* NAND support */
45#define CONFIG_CMD_NAND
46#define CONFIG_TEGRA_NAND
47#define CONFIG_SYS_MAX_NAND_DEVICE 1
9614a1e9
SW
48
49/* Environment in NAND (which is 512M), aligned to start of last sector */
50#define CONFIG_ENV_IS_IN_NAND
51#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
bea2674c 52
f3d93309 53/* USB Host support */
699c40e8 54#define CONFIG_USB_MAX_CONTROLLER_COUNT 3
f3d93309
SW
55#define CONFIG_USB_EHCI
56#define CONFIG_USB_EHCI_TEGRA
699c40e8
SW
57#define CONFIG_USB_ULPI
58#define CONFIG_USB_ULPI_VIEWPORT
f3d93309
SW
59#define CONFIG_USB_STORAGE
60#define CONFIG_CMD_USB
61
62/* USB networking support */
63#define CONFIG_USB_HOST_ETHER
f3d93309 64#define CONFIG_USB_ETHER_ASIX
eddf6d28 65#define CONFIG_USB_ETHER_SMSC95XX
f3d93309
SW
66
67/* General networking support */
68#define CONFIG_CMD_NET
69#define CONFIG_CMD_DHCP
70
b46694df
SW
71/* LCD support */
72#define CONFIG_LCD
73#define CONFIG_PWM_TEGRA
74#define CONFIG_VIDEO_TEGRA
75#define LCD_BPP LCD_COLOR16
76#define CONFIG_SYS_WHITE_ON_BLACK
77#define CONFIG_CONSOLE_SCROLL_LINES 10
78
29f3e3f2 79#include "tegra-common-post.h"
bea2674c 80
efc05ae1 81#endif /* __CONFIG_H */