blob: c0b80905cfbe458e974d34fcb19b7f7f3f0a9fd6 [file] [log] [blame]
Tom Warrend50f9052011-01-27 10:58:08 +00001/*
2 * (C) Copyright 2010,2011
3 * NVIDIA Corporation <www.nvidia.com>
4 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Tom Warrend50f9052011-01-27 10:58:08 +00006 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
Alexey Brodkin267d8e22014-02-26 17:47:58 +040011#include <linux/sizes.h>
Simon Glassef2fb1a2012-04-02 13:19:03 +000012
13/* LP0 suspend / resume */
Tom Warren22562a42012-09-04 17:00:24 -070014#define CONFIG_TEGRA_LP0
Simon Glassef2fb1a2012-04-02 13:19:03 +000015#define CONFIG_TEGRA_PMU
16#define CONFIG_TPS6586X_POWER
17#define CONFIG_TEGRA_CLOCK_SCALING
18
Allen Martin55d98a12012-08-31 08:30:00 +000019#include "tegra20-common.h"
Tom Warrend50f9052011-01-27 10:58:08 +000020
21/* High-level configuration options */
Tom Warren22562a42012-09-04 17:00:24 -070022#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Seaboard"
Tom Warrend50f9052011-01-27 10:58:08 +000023
24/* Board-specific serial config */
Tom Warren22562a42012-09-04 17:00:24 -070025#define CONFIG_TEGRA_ENABLE_UARTD
Tom Warrend50f9052011-01-27 10:58:08 +000026#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
27
Tom Warren10ae8972011-02-23 09:54:31 +000028#define CONFIG_MACH_TYPE MACH_TYPE_SEABOARD
Tom Warrend50f9052011-01-27 10:58:08 +000029
Simon Glassa05a32b2012-02-03 15:14:00 +000030/* I2C */
Simon Glass026fefb2012-10-30 07:28:53 +000031#define CONFIG_SYS_I2C_TEGRA
Simon Glassa05a32b2012-02-03 15:14:00 +000032
Stephen Warrenade0d5c2012-05-24 11:38:39 +000033/* Environment in eMMC, at the end of 2nd "boot sector" */
Stephen Warren46597a32013-06-11 15:14:03 -060034#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
Stephen Warrenade0d5c2012-05-24 11:38:39 +000035#define CONFIG_SYS_MMC_ENV_DEV 0
Stephen Warren20da39b2012-07-30 10:55:45 +000036#define CONFIG_SYS_MMC_ENV_PART 2
Simon Glass3e094a82012-02-27 10:52:52 +000037
38/* USB Host support */
Simon Glass3e094a82012-02-27 10:52:52 +000039#define CONFIG_USB_EHCI_TEGRA
Simon Glass3e094a82012-02-27 10:52:52 +000040
Stephen Warren96a025a2012-05-16 06:36:12 +000041/* USB networking support */
Stephen Warren96a025a2012-05-16 06:36:12 +000042
Simon Glass9e838a32012-04-17 09:01:37 +000043/* Enable keyboard */
Tom Warren22562a42012-09-04 17:00:24 -070044#define CONFIG_TEGRA_KEYBOARD
Simon Glass9e838a32012-04-17 09:01:37 +000045#define CONFIG_KEYBOARD
46
Simon Glassbad90ee2012-07-29 20:53:30 +000047/* NAND support */
Simon Glassbad90ee2012-07-29 20:53:30 +000048#define CONFIG_TEGRA_NAND
49
50/* Max number of NAND devices */
51#define CONFIG_SYS_MAX_NAND_DEVICE 1
Simon Glass3e7b3292012-11-05 13:21:01 +000052
53#include "tegra-common-post.h"
54
Tom Warrend50f9052011-01-27 10:58:08 +000055#endif /* __CONFIG_H */