2011-01-27 10:58:05 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2010,2011
|
|
|
|
* NVIDIA Corporation <www.nvidia.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2011-01-27 10:58:05 +00:00
|
|
|
*/
|
|
|
|
|
2012-09-19 22:50:56 +00:00
|
|
|
#ifndef _TEGRA20_H_
|
|
|
|
#define _TEGRA20_H_
|
2011-01-27 10:58:05 +00:00
|
|
|
|
2012-09-19 22:50:56 +00:00
|
|
|
#define NV_PA_SDRAM_BASE 0x00000000
|
2014-10-10 21:32:32 +00:00
|
|
|
#define NV_PA_MC_BASE 0x7000F000
|
2011-01-27 10:58:05 +00:00
|
|
|
|
2012-09-19 22:50:56 +00:00
|
|
|
#include <asm/arch-tegra/tegra.h>
|
2011-01-27 10:58:05 +00:00
|
|
|
|
2012-09-19 22:50:56 +00:00
|
|
|
#define TEGRA_USB1_BASE 0xC5000000
|
2011-01-27 10:58:05 +00:00
|
|
|
|
2012-09-19 22:50:56 +00:00
|
|
|
#define BCT_ODMDATA_OFFSET 4068 /* 12 bytes from end of BCT */
|
|
|
|
|
2013-01-23 21:01:01 +00:00
|
|
|
#define MAX_NUM_CPU 2
|
|
|
|
|
2012-09-19 22:50:56 +00:00
|
|
|
#endif /* TEGRA20_H */
|