xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/tegra.h (revision f29f086a098a8462f8b375da0509246843f7fdd1)
1150c2493STom Warren /*
2150c2493STom Warren  * (C) Copyright 2010,2011
3150c2493STom Warren  * NVIDIA Corporation <www.nvidia.com>
4150c2493STom Warren  *
5150c2493STom Warren  * See file CREDITS for list of people who contributed to this
6150c2493STom Warren  * project.
7150c2493STom Warren  *
8150c2493STom Warren  * This program is free software; you can redistribute it and/or
9150c2493STom Warren  * modify it under the terms of the GNU General Public License as
10150c2493STom Warren  * published by the Free Software Foundation; either version 2 of
11150c2493STom Warren  * the License, or (at your option) any later version.
12150c2493STom Warren  *
13150c2493STom Warren  * This program is distributed in the hope that it will be useful,
14150c2493STom Warren  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15150c2493STom Warren  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16150c2493STom Warren  * GNU General Public License for more details.
17150c2493STom Warren  *
18150c2493STom Warren  * You should have received a copy of the GNU General Public License
19150c2493STom Warren  * along with this program; if not, write to the Free Software
20150c2493STom Warren  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21150c2493STom Warren  * MA 02111-1307 USA
22150c2493STom Warren  */
23150c2493STom Warren 
24150c2493STom Warren #ifndef _TEGRA20_H_
25150c2493STom Warren #define _TEGRA20_H_
26150c2493STom Warren 
27150c2493STom Warren #define NV_PA_SDRAM_BASE	0x00000000
28150c2493STom Warren 
29150c2493STom Warren #include <asm/arch-tegra/tegra.h>
30150c2493STom Warren 
31150c2493STom Warren #define TEGRA_USB1_BASE		0xC5000000
32150c2493STom Warren #define TEGRA_USB3_BASE		0xC5008000
33150c2493STom Warren 
34150c2493STom Warren #define BCT_ODMDATA_OFFSET	4068	/* 12 bytes from end of BCT */
35150c2493STom Warren 
36*f29f086aSTom Warren #define MAX_NUM_CPU		2
37*f29f086aSTom Warren 
38150c2493STom Warren #endif	/* TEGRA20_H */
39