blob: e622b7127e366aff9de3ae569d56b2d65cb70a91 [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
Tom Warren60179542013-04-12 11:20:51 -070013/* High-level configuration options */
Tom Rinie660e972022-12-04 10:13:58 -050014#define CFG_TEGRA_BOARD_STRING "NVIDIA Beaver"
Tom Warren60179542013-04-12 11:20:51 -070015
16/* Board-specific serial config */
Tom Rini91092132022-11-16 13:10:28 -050017#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
Tom Warren60179542013-04-12 11:20:51 -070018
Tom Warren60179542013-04-12 11:20:51 -070019#include "tegra-common-post.h"
20
21#endif /* __CONFIG_H */