blob: c0b80905cfbe458e974d34fcb19b7f7f3f0a9fd6 [file] [log] [blame]
Tom Warrenee4bbbc2011-01-27 10:58:08 +00001/*
2 * (C) Copyright 2010,2011
3 * NVIDIA Corporation <www.nvidia.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Tom Warrenee4bbbc2011-01-27 10:58:08 +00006 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
Alexey Brodkin1ace4022014-02-26 17:47:58 +040011#include <linux/sizes.h>
Simon Glass649d0ff2012-04-02 13:19:03 +000012
13/* LP0 suspend / resume */
Tom Warren29f3e3f2012-09-04 17:00:24 -070014#define CONFIG_TEGRA_LP0
Simon Glass649d0ff2012-04-02 13:19:03 +000015#define CONFIG_TEGRA_PMU
16#define CONFIG_TPS6586X_POWER
17#define CONFIG_TEGRA_CLOCK_SCALING
18
Allen Martin00a27492012-08-31 08:30:00 +000019#include "tegra20-common.h"
Tom Warrenee4bbbc2011-01-27 10:58:08 +000020
21/* High-level configuration options */
Tom Warren29f3e3f2012-09-04 17:00:24 -070022#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Seaboard"
Tom Warrenee4bbbc2011-01-27 10:58:08 +000023
24/* Board-specific serial config */
Tom Warren29f3e3f2012-09-04 17:00:24 -070025#define CONFIG_TEGRA_ENABLE_UARTD
Tom Warrenee4bbbc2011-01-27 10:58:08 +000026#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
27
Tom Warren05858732011-02-23 09:54:31 +000028#define CONFIG_MACH_TYPE MACH_TYPE_SEABOARD
Tom Warrenee4bbbc2011-01-27 10:58:08 +000029
Simon Glass905fe992012-02-03 15:14:00 +000030/* I2C */
Simon Glass1f2ba722012-10-30 07:28:53 +000031#define CONFIG_SYS_I2C_TEGRA
Simon Glass905fe992012-02-03 15:14:00 +000032
Stephen Warrenf9f2f122012-05-24 11:38:39 +000033/* Environment in eMMC, at the end of 2nd "boot sector" */
Stephen Warren91171092013-06-11 15:14:03 -060034#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
Stephen Warrenf9f2f122012-05-24 11:38:39 +000035#define CONFIG_SYS_MMC_ENV_DEV 0
Stephen Warren573668a2012-07-30 10:55:45 +000036#define CONFIG_SYS_MMC_ENV_PART 2
Simon Glassdb44ebd2012-02-27 10:52:52 +000037
38/* USB Host support */
Simon Glassdb44ebd2012-02-27 10:52:52 +000039#define CONFIG_USB_EHCI_TEGRA
Simon Glassdb44ebd2012-02-27 10:52:52 +000040
Stephen Warrendefd5e42012-05-16 06:36:12 +000041/* USB networking support */
Stephen Warrendefd5e42012-05-16 06:36:12 +000042
Simon Glass2cacf512012-04-17 09:01:37 +000043/* Enable keyboard */
Tom Warren29f3e3f2012-09-04 17:00:24 -070044#define CONFIG_TEGRA_KEYBOARD
Simon Glass2cacf512012-04-17 09:01:37 +000045#define CONFIG_KEYBOARD
46
Simon Glass0dd84082012-07-29 20:53:30 +000047/* NAND support */
Simon Glass0dd84082012-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 Glassef24c382012-11-05 13:21:01 +000052
53#include "tegra-common-post.h"
54
Tom Warrenee4bbbc2011-01-27 10:58:08 +000055#endif /* __CONFIG_H */