]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/include/asm/arch-omap5/hardware.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-omap5 / hardware.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
cd324a6d 2/*
3 * hardware.h
4 *
5 * hardware specific header
6 *
7 * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
cd324a6d 8 */
9
10#ifndef __OMAP_HARDWARE_H
11#define __OMAP_HARDWARE_H
12
13#include <asm/arch/omap.h>
14
15/*
16 * Common hardware definitions
17 */
18
19/* BCH Error Location Module */
20#define ELM_BASE 0x48078000
21
22/* GPMC Base address */
23#define GPMC_BASE 0x50000000
24
fc5e2200 25/* EDMA3 Base address for DRA7XX and AM57XX */
3891a54f 26#if defined(CONFIG_DRA7XX)
fc5e2200
V
27#define EDMA3_BASE 0x43300000
28#endif
29
cd324a6d 30#endif