blob: 317b4bc14e4199e91af3ff51813c0ca736bcf0df [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warrenc47e7172013-01-28 13:32:07 +00002/*
3 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
Tom Warrenc47e7172013-01-28 13:32:07 +00004 */
5
6#ifndef _TEGRA114_H_
7#define _TEGRA114_H_
8
9#define NV_PA_SDRAM_BASE 0x80000000 /* 0x80000000 for real T114 */
Tom Warrenfbef3552013-04-01 15:48:54 -070010#define NV_PA_TSC_BASE 0x700F0000 /* System Counter TSC regs */
Marcel Ziswilerc5ecf272014-10-10 23:32:32 +020011#define NV_PA_MC_BASE 0x70019000
Tom Warrenc47e7172013-01-28 13:32:07 +000012
13#include <asm/arch-tegra/tegra.h>
14
15#define BCT_ODMDATA_OFFSET 1752 /* offset to ODMDATA word */
16
17#undef NVBOOTINFOTABLE_BCTSIZE
18#undef NVBOOTINFOTABLE_BCTPTR
19#define NVBOOTINFOTABLE_BCTSIZE 0x48 /* BCT size in BIT in IRAM */
20#define NVBOOTINFOTABLE_BCTPTR 0x4C /* BCT pointer in BIT in IRAM */
21
22#define MAX_NUM_CPU 4
23
24#endif /* TEGRA114_H */