]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-tegra30/tegra.h
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / arch / arm / include / asm / arch-tegra30 / tegra.h
CommitLineData
dc89ad14
TW
1/*
2 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
3 *
5b8031cc 4 * SPDX-License-Identifier: GPL-2.0
dc89ad14
TW
5 */
6
7#ifndef _TEGRA30_H_
8#define _TEGRA30_H_
9
8c33ba7b 10#define NV_PA_MC_BASE 0x7000F000
dc89ad14
TW
11#define NV_PA_SDRAM_BASE 0x80000000 /* 0x80000000 for real T30 */
12
13#include <asm/arch-tegra/tegra.h>
14
7ae18f37
LS
15#define TEGRA_USB1_BASE 0x7D000000
16
dc89ad14
TW
17#define BCT_ODMDATA_OFFSET 6116 /* 12 bytes from end of BCT */
18
f29f086a
TW
19#define MAX_NUM_CPU 4
20
dc89ad14 21#endif /* TEGRA30_H */