Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 2 | /* |
| 3 | * arch/arm/mach-ebsa110/include/mach/hardware.h |
| 4 | * |
| 5 | * Copyright (C) 1996-2000 Russell King. |
| 6 | * |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 7 | * 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 King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 12 | #define ISAMEM_BASE 0xe0000000 |
| 13 | #define ISAIO_BASE 0xf0000000 |
| 14 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 15 | /* |
| 16 | * RAM definitions |
| 17 | */ |
| 18 | #define UNCACHEABLE_ADDR 0xff000000 /* IRQ_STAT */ |
| 19 | |
| 20 | #endif |
| 21 | |