blob: 7e0e47796073cbb9efd120224ea5abc421e7e192 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warren0abb7022013-04-12 11:20:51 -07002/*
3 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
Tom Warren0abb7022013-04-12 11:20:51 -07004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Alexey Brodkin267d8e22014-02-26 17:47:58 +04009#include <linux/sizes.h>
Tom Warren0abb7022013-04-12 11:20:51 -070010
11#include "tegra30-common.h"
12
Tom Warren0abb7022013-04-12 11:20:51 -070013/* High-level configuration options */
Tom Warren0abb7022013-04-12 11:20:51 -070014#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Beaver"
15
16/* Board-specific serial config */
Tom Rinidf6a2152022-11-16 13:10:28 -050017#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
Tom Warren0abb7022013-04-12 11:20:51 -070018
Tom Warren0abb7022013-04-12 11:20:51 -070019#include "tegra-common-post.h"
20
21#endif /* __CONFIG_H */