blob: e622b7127e366aff9de3ae569d56b2d65cb70a91 [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 Rinica2e1a52022-12-04 10:13:58 -050014#define CFG_TEGRA_BOARD_STRING "NVIDIA Beaver"
Tom Warren0abb7022013-04-12 11:20:51 -070015
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 */