tegra.h 409 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2010,2011
  4. * NVIDIA Corporation <www.nvidia.com>
  5. */
  6. #ifndef _TEGRA20_H_
  7. #define _TEGRA20_H_
  8. #define NV_PA_SDRAM_BASE 0x00000000
  9. #define NV_PA_MC_BASE 0x7000F000
  10. #include <asm/arch-tegra/tegra.h>
  11. #define TEGRA_USB1_BASE 0xC5000000
  12. #define BCT_ODMDATA_OFFSET 4068 /* 12 bytes from end of BCT */
  13. #define MAX_NUM_CPU 2
  14. #endif /* TEGRA20_H */