hardware.h 570 B

12345678910111213141516171819202122232425
  1. /*
  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. #define ISAMEM_BASE 0xe0000000
  15. #define ISAIO_BASE 0xf0000000
  16. /*
  17. * RAM definitions
  18. */
  19. #define UNCACHEABLE_ADDR 0xff000000 /* IRQ_STAT */
  20. #endif