blob: 81f6967683f68603294df627104b5b9418424091 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * arch/arm/mach-ebsa110/include/mach/hardware.h
4 *
5 * Copyright (C) 1996-2000 Russell King.
6 *
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
12#define ISAMEM_BASE 0xe0000000
13#define ISAIO_BASE 0xf0000000
14
15/*
16 * RAM definitions
17 */
18#define UNCACHEABLE_ADDR 0xff000000 /* IRQ_STAT */
19
20#endif
21