blob: 1de7d2ff26faac9f3db2f0b99c1af95b766e1c71 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warren13ac5442012-12-11 13:34:12 +00002/*
3 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
Tom Warren13ac5442012-12-11 13:34:12 +00004 */
5
6#ifndef _TEGRA30_H_
7#define _TEGRA30_H_
8
Marcel Ziswilerc5ecf272014-10-10 23:32:32 +02009#define NV_PA_MC_BASE 0x7000F000
Tom Warren13ac5442012-12-11 13:34:12 +000010#define NV_PA_SDRAM_BASE 0x80000000 /* 0x80000000 for real T30 */
11
12#include <asm/arch-tegra/tegra.h>
13
Lucas Stach26c32162013-02-07 07:16:29 +000014#define TEGRA_USB1_BASE 0x7D000000
15
Tom Warren13ac5442012-12-11 13:34:12 +000016#define BCT_ODMDATA_OFFSET 6116 /* 12 bytes from end of BCT */
17
Tom Warren795f9d72013-01-23 14:01:01 -070018#define MAX_NUM_CPU 4
19
Tom Warren13ac5442012-12-11 13:34:12 +000020#endif /* TEGRA30_H */