blob: f4e5407bd004ae960965bdd73e332500b1fe1f6f [file] [log] [blame]
Russell Kinga09e64f2008-08-05 16:14:15 +01001/*
2 * arch/arm/mach-ebsa110/include/mach/hardware.h
3 *
4 * Copyright (C) 1996-2000 Russell King.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * This file contains the hardware definitions of the EBSA-110.
11 */
12#ifndef __ASM_ARCH_HARDWARE_H
13#define __ASM_ARCH_HARDWARE_H
14
Russell Kinga09e64f2008-08-05 16:14:15 +010015#define ISAMEM_BASE 0xe0000000
16#define ISAIO_BASE 0xf0000000
17
Russell Kinga09e64f2008-08-05 16:14:15 +010018/*
19 * RAM definitions
20 */
21#define UNCACHEABLE_ADDR 0xff000000 /* IRQ_STAT */
22
23#endif
24