xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/hardware.h (revision 10a03382f0f8e774e58df7143e1a8ea52903ae1f)
1 /*
2  * hardware.h
3  *
4  * hardware specific header
5  *
6  * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
7  *
8  * SPDX-License-Identifier:	GPL-2.0+
9  */
10 
11 #ifndef __OMAP_HARDWARE_H
12 #define __OMAP_HARDWARE_H
13 
14 #include <asm/arch/omap.h>
15 
16 /*
17  * Common hardware definitions
18  */
19 
20 /* BCH Error Location Module */
21 #define ELM_BASE			0x48078000
22 
23 /* GPMC Base address */
24 #define GPMC_BASE			0x50000000
25 
26 #endif
27