blob: 81f6967683f68603294df627104b5b9418424091 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Russell Kinga09e64f2008-08-05 16:14:15 +01002/*
3 * arch/arm/mach-ebsa110/include/mach/hardware.h
4 *
5 * Copyright (C) 1996-2000 Russell King.
6 *
Russell Kinga09e64f2008-08-05 16:14:15 +01007 * This file contains the hardware definitions of the EBSA-110.
8 */
9#ifndef __ASM_ARCH_HARDWARE_H
10#define __ASM_ARCH_HARDWARE_H
11
Russell Kinga09e64f2008-08-05 16:14:15 +010012#define ISAMEM_BASE 0xe0000000
13#define ISAIO_BASE 0xf0000000
14
Russell Kinga09e64f2008-08-05 16:14:15 +010015/*
16 * RAM definitions
17 */
18#define UNCACHEABLE_ADDR 0xff000000 /* IRQ_STAT */
19
20#endif
21