blob: b8d02f039737250c10b59d6fecc1e2862d0029a5 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Tom Warrenee4bbbc2011-01-27 10:58:08 +00002/*
3 * (C) Copyright 2010,2011
4 * NVIDIA Corporation <www.nvidia.com>
Tom Warrenee4bbbc2011-01-27 10:58:08 +00005 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
Alexey Brodkin1ace4022014-02-26 17:47:58 +040010#include <linux/sizes.h>
Simon Glass649d0ff2012-04-02 13:19:03 +000011
12/* LP0 suspend / resume */
Tom Warren29f3e3f2012-09-04 17:00:24 -070013#define CONFIG_TEGRA_LP0
Simon Glass649d0ff2012-04-02 13:19:03 +000014#define CONFIG_TEGRA_PMU
15#define CONFIG_TPS6586X_POWER
16#define CONFIG_TEGRA_CLOCK_SCALING
17
Allen Martin00a27492012-08-31 08:30:00 +000018#include "tegra20-common.h"
Tom Warrenee4bbbc2011-01-27 10:58:08 +000019
20/* High-level configuration options */
Tom Warren29f3e3f2012-09-04 17:00:24 -070021#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Seaboard"
Tom Warrenee4bbbc2011-01-27 10:58:08 +000022
23/* Board-specific serial config */
Tom Warren29f3e3f2012-09-04 17:00:24 -070024#define CONFIG_TEGRA_ENABLE_UARTD
Tom Warrenee4bbbc2011-01-27 10:58:08 +000025#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
26
Tom Warren05858732011-02-23 09:54:31 +000027#define CONFIG_MACH_TYPE MACH_TYPE_SEABOARD
Tom Warrenee4bbbc2011-01-27 10:58:08 +000028
Simon Glass905fe992012-02-03 15:14:00 +000029/* I2C */
Simon Glass1f2ba722012-10-30 07:28:53 +000030#define CONFIG_SYS_I2C_TEGRA
Simon Glass905fe992012-02-03 15:14:00 +000031
Stephen Warrenf9f2f122012-05-24 11:38:39 +000032/* Environment in eMMC, at the end of 2nd "boot sector" */
Stephen Warren91171092013-06-11 15:14:03 -060033#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
Stephen Warrenf9f2f122012-05-24 11:38:39 +000034#define CONFIG_SYS_MMC_ENV_DEV 0
Stephen Warren573668a2012-07-30 10:55:45 +000035#define CONFIG_SYS_MMC_ENV_PART 2
Simon Glassdb44ebd2012-02-27 10:52:52 +000036
37/* USB Host support */
Simon Glassdb44ebd2012-02-27 10:52:52 +000038#define CONFIG_USB_EHCI_TEGRA
Simon Glassdb44ebd2012-02-27 10:52:52 +000039
Stephen Warrendefd5e42012-05-16 06:36:12 +000040/* USB networking support */
Stephen Warrendefd5e42012-05-16 06:36:12 +000041
Simon Glass2cacf512012-04-17 09:01:37 +000042/* Enable keyboard */
Tom Warren29f3e3f2012-09-04 17:00:24 -070043#define CONFIG_TEGRA_KEYBOARD
Simon Glass2cacf512012-04-17 09:01:37 +000044#define CONFIG_KEYBOARD
45
Simon Glass0dd84082012-07-29 20:53:30 +000046/* NAND support */
Simon Glass0dd84082012-07-29 20:53:30 +000047#define CONFIG_TEGRA_NAND
48
49/* Max number of NAND devices */
50#define CONFIG_SYS_MAX_NAND_DEVICE 1
Simon Glassef24c382012-11-05 13:21:01 +000051
52#include "tegra-common-post.h"
53
Tom Warrenee4bbbc2011-01-27 10:58:08 +000054#endif /* __CONFIG_H */