blob: 6a4b40ec7608a906e21983f4f34d48275922e795 [file] [log] [blame]
Tom Warren150c2492012-09-19 15:50:56 -07001/*
2 * (C) Copyright 2010,2011
3 * NVIDIA Corporation <www.nvidia.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Tom Warren150c2492012-09-19 15:50:56 -07006 */
7
8#ifndef _TEGRA20_H_
9#define _TEGRA20_H_
10
Stephen Warrencd7efc22014-02-03 14:03:24 -070011#define CONFIG_TEGRA20
12
Tom Warren150c2492012-09-19 15:50:56 -070013#define NV_PA_SDRAM_BASE 0x00000000
14
15#include <asm/arch-tegra/tegra.h>
16
17#define TEGRA_USB1_BASE 0xC5000000
Tom Warren150c2492012-09-19 15:50:56 -070018
19#define BCT_ODMDATA_OFFSET 4068 /* 12 bytes from end of BCT */
20
Tom Warrenf29f0862013-01-23 14:01:01 -070021#define MAX_NUM_CPU 2
22
Tom Warren150c2492012-09-19 15:50:56 -070023#endif /* TEGRA20_H */