blob: 7d1ff2afd147b0fbd34cee3329eac30510a2f80d [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stephen Warrena69a33d2012-05-16 13:54:07 +00002/*
3 * (C) Copyright 2010-2012
4 * NVIDIA Corporation <www.nvidia.com>
Stephen Warrena69a33d2012-05-16 13:54:07 +00005 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
Alexey Brodkin267d8e22014-02-26 17:47:58 +040010#include <linux/sizes.h>
Allen Martin55d98a12012-08-31 08:30:00 +000011#include "tegra20-common.h"
Stephen Warrena69a33d2012-05-16 13:54:07 +000012
Stephen Warrena69a33d2012-05-16 13:54:07 +000013/* High-level configuration options */
Tom Rinica2e1a52022-12-04 10:13:58 -050014#define CFG_TEGRA_BOARD_STRING "Compulab Trimslice"
Stephen Warrena69a33d2012-05-16 13:54:07 +000015
16/* Board-specific serial config */
Tom Rinidf6a2152022-11-16 13:10:28 -050017#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
Stephen Warrena69a33d2012-05-16 13:54:07 +000018
Stephen Warren367f51d2012-05-24 11:38:37 +000019/* SPI */
Stephen Warren367f51d2012-05-24 11:38:37 +000020
Stephen Warren367f51d2012-05-24 11:38:37 +000021/* Environment in SPI */
Stephen Warrenc6322352016-08-08 13:56:35 -060022/* 1MiB flash, environment located as high as possible */
Stephen Warrena69a33d2012-05-16 13:54:07 +000023
Tom Warren22562a42012-09-04 17:00:24 -070024#include "tegra-common-post.h"
Stephen Warrena69a33d2012-05-16 13:54:07 +000025
26#endif /* __CONFIG_H */