initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / asm-arm / arch-shark / hardware.h
blob4d35f8c154c308ec7abf0437eab8ab258a35633a
1 /*
2 * linux/include/asm-arm/arch-shark/hardware.h
4 * by Alexander Schulz
6 * derived from:
7 * linux/include/asm-arm/arch-ebsa110/hardware.h
8 * Copyright (C) 1996-1999 Russell King.
9 */
10 #ifndef __ASM_ARCH_HARDWARE_H
11 #define __ASM_ARCH_HARDWARE_H
13 #ifndef __ASSEMBLY__
16 * Mapping areas
18 #define IO_BASE 0xe0000000
21 * RAM definitions
23 #define FLUSH_BASE_PHYS 0x80000000
25 #else
27 #define IO_BASE 0
29 #endif
31 #define IO_SIZE 0x08000000
32 #define IO_START 0x40000000
33 #define ROMCARD_SIZE 0x08000000
34 #define ROMCARD_START 0x10000000
36 #define FLUSH_BASE 0xdf000000
37 #define PCIO_BASE 0xe0000000
40 /* defines for the Framebuffer */
41 #define FB_START 0x06000000
42 #define FB_SIZE 0x01000000
44 #define UNCACHEABLE_ADDR 0xdf010000
46 #define SEQUOIA_LED_GREEN (1<<6)
47 #define SEQUOIA_LED_AMBER (1<<5)
48 #define SEQUOIA_LED_BACK (1<<7)
50 #define pcibios_assign_all_busses() 1
52 #define PCIBIOS_MIN_IO 0x6000
53 #define PCIBIOS_MIN_MEM 0x50000000
54 #define PCIMEM_BASE 0xe8000000
56 #endif