blob: 1b6ba8c85d241a595d1676b451b54d86335fc377 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warren60179542013-04-12 11:20:51 -07002/*
3 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
Tom Warren60179542013-04-12 11:20:51 -07004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Alexey Brodkin1ace4022014-02-26 17:47:58 +04009#include <linux/sizes.h>
Tom Warren60179542013-04-12 11:20:51 -070010
11#include "tegra30-common.h"
12
Stephen Warren2364e152014-05-08 09:33:45 -060013/* VDD core PMIC */
14#define CONFIG_TEGRA_VDD_CORE_TPS62366A_SET1
15
Tom Warren60179542013-04-12 11:20:51 -070016/* High-level configuration options */
Tom Warren60179542013-04-12 11:20:51 -070017#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Beaver"
18
19/* Board-specific serial config */
Tom Warren60179542013-04-12 11:20:51 -070020#define CONFIG_TEGRA_ENABLE_UARTA
21#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
22
Tom Warren60179542013-04-12 11:20:51 -070023#define CONFIG_MACH_TYPE MACH_TYPE_BEAVER
24
Tom Warren60179542013-04-12 11:20:51 -070025/* Environment in eMMC, at the end of 2nd "boot sector" */
Tom Warren60179542013-04-12 11:20:51 -070026#define CONFIG_SYS_MMC_ENV_DEV 0
27#define CONFIG_SYS_MMC_ENV_PART 2
28
29/* SPI */
Tom Warren60179542013-04-12 11:20:51 -070030#define CONFIG_TEGRA_SLINK_CTRLS 6
Tom Warren60179542013-04-12 11:20:51 -070031#define CONFIG_SPI_FLASH_SIZE (4 << 20)
32
Stephen Warren39446bc2014-07-25 17:16:54 -060033#include "tegra-common-usb-gadget.h"
Tom Warren60179542013-04-12 11:20:51 -070034#include "tegra-common-post.h"
35
36#endif /* __CONFIG_H */