Googler | e00b8eb | 2019-07-08 16:37:07 -0700 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2010,2011 |
| 3 | * NVIDIA Corporation <www.nvidia.com> |
Googler | 695f9d9 | 2023-09-11 15:38:29 +0800 | [diff] [blame^] | 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0+ |
Googler | e00b8eb | 2019-07-08 16:37:07 -0700 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef _TEGRA20_H_ |
| 9 | #define _TEGRA20_H_ |
| 10 | |
| 11 | #define NV_PA_SDRAM_BASE 0x00000000 |
| 12 | #define NV_PA_MC_BASE 0x7000F000 |
| 13 | |
| 14 | #include <asm/arch-tegra/tegra.h> |
| 15 | |
| 16 | #define TEGRA_USB1_BASE 0xC5000000 |
| 17 | |
| 18 | #define BCT_ODMDATA_OFFSET 4068 /* 12 bytes from end of BCT */ |
| 19 | |
| 20 | #define MAX_NUM_CPU 2 |
| 21 | |
| 22 | #endif /* TEGRA20_H */ |