blob: 67e3dae7bcead36db389addd1c88f8ff44f7266f [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
pekon guptaf56eb012014-05-08 21:43:45 +05302/*
3 * hardware.h
4 *
5 * hardware specific header
6 *
Nishanth Menoneaa39c62023-11-01 15:56:03 -05007 * Copyright (C) 2013, Texas Instruments, Incorporated - https://www.ti.com/
pekon guptaf56eb012014-05-08 21:43:45 +05308 */
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
25#endif