18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * arch/arm/mach-ebsa110/include/mach/hardware.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 1996-2000 Russell King. 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * This file contains the hardware definitions of the EBSA-110. 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci#ifndef __ASM_ARCH_HARDWARE_H 108c2ecf20Sopenharmony_ci#define __ASM_ARCH_HARDWARE_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define ISAMEM_BASE 0xe0000000 138c2ecf20Sopenharmony_ci#define ISAIO_BASE 0xf0000000 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci/* 168c2ecf20Sopenharmony_ci * RAM definitions 178c2ecf20Sopenharmony_ci */ 188c2ecf20Sopenharmony_ci#define UNCACHEABLE_ADDR 0xff000000 /* IRQ_STAT */ 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif 218c2ecf20Sopenharmony_ci 22