blob: 095554157faea2140851c8ccbce1695c8b97f514 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warren07067142013-01-28 13:32:13 +00002/*
3 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
Tom Warren07067142013-01-28 13:32:13 +00004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Alexey Brodkin1ace4022014-02-26 17:47:58 +04009#include <linux/sizes.h>
Tom Warren07067142013-01-28 13:32:13 +000010
11#include "tegra114-common.h"
12
Tom Warren07067142013-01-28 13:32:13 +000013/* High-level configuration options */
Tom Rinie660e972022-12-04 10:13:58 -050014#define CFG_TEGRA_BOARD_STRING "NVIDIA Dalmore"
Tom Warren07067142013-01-28 13:32:13 +000015
16/* Board-specific serial config */
Tom Rini91092132022-11-16 13:10:28 -050017#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
Tom Warren07067142013-01-28 13:32:13 +000018
Tom Warrenf789be62013-03-18 14:52:26 -070019/* Environment in eMMC, at the end of 2nd "boot sector" */
Tom Warren07067142013-01-28 13:32:13 +000020
Tom Warren07067142013-01-28 13:32:13 +000021#include "tegra-common-post.h"
22
23#endif /* __CONFIG_H */