blob: f7011b4e904aaf2f17faf2d88bae173e626e49e3 [file] [log] [blame]
pekon guptacd324a62014-05-08 21:43:46 +05301/*
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