1 /*
2  * (C) Copyright 2010,2011
3  * NVIDIA Corporation <www.nvidia.com>
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef _TEGRA20_H_
9 #define _TEGRA20_H_
10 
11 #define CONFIG_TEGRA20
12 
13 #define NV_PA_SDRAM_BASE	0x00000000
14 
15 #include <asm/arch-tegra/tegra.h>
16 
17 #define TEGRA_USB1_BASE		0xC5000000
18 
19 #define BCT_ODMDATA_OFFSET	4068	/* 12 bytes from end of BCT */
20 
21 #define MAX_NUM_CPU		2
22 
23 #endif	/* TEGRA20_H */
24