Home | History | Annotate | Download | only in arch-tegra30
      1 /* SPDX-License-Identifier: GPL-2.0 */
      2 /*
      3  * Copyright (c) 2010-2012, NVIDIA CORPORATION.  All rights reserved.
      4  */
      5 
      6 #ifndef _TEGRA30_H_
      7 #define _TEGRA30_H_
      8 
      9 #define NV_PA_MC_BASE		0x7000F000
     10 #define NV_PA_SDRAM_BASE	0x80000000	/* 0x80000000 for real T30 */
     11 
     12 #include <asm/arch-tegra/tegra.h>
     13 
     14 #define TEGRA_USB1_BASE		0x7D000000
     15 
     16 #define BCT_ODMDATA_OFFSET	6116	/* 12 bytes from end of BCT */
     17 
     18 #define MAX_NUM_CPU		4
     19 
     20 #endif	/* TEGRA30_H */
     21