diff options
Diffstat (limited to 'arch/arm/mach-spear3xx/include/mach/spear300.h')
-rw-r--r-- | arch/arm/mach-spear3xx/include/mach/spear300.h | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/arch/arm/mach-spear3xx/include/mach/spear300.h b/arch/arm/mach-spear3xx/include/mach/spear300.h new file mode 100644 index 000000000000..40c16f385cfa --- /dev/null +++ b/arch/arm/mach-spear3xx/include/mach/spear300.h | |||
@@ -0,0 +1,67 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-spear3xx/include/mach/spear300.h | ||
3 | * | ||
4 | * SPEAr300 Machine specific definition | ||
5 | * | ||
6 | * Copyright (C) 2009 ST Microelectronics | ||
7 | * Viresh Kumar<viresh.kumar@st.com> | ||
8 | * | ||
9 | * This file is licensed under the terms of the GNU General Public | ||
10 | * License version 2. This program is licensed "as is" without any | ||
11 | * warranty of any kind, whether express or implied. | ||
12 | */ | ||
13 | |||
14 | #ifdef CONFIG_MACH_SPEAR300 | ||
15 | |||
16 | #ifndef __MACH_SPEAR300_H | ||
17 | #define __MACH_SPEAR300_H | ||
18 | |||
19 | /* Base address of various IPs */ | ||
20 | #define SPEAR300_TELECOM_BASE 0x50000000 | ||
21 | #define SPEAR300_TELECOM_SIZE 0x10000000 | ||
22 | |||
23 | #define SPEAR300_CLCD_BASE 0x60000000 | ||
24 | #define SPEAR300_CLCD_SIZE 0x10000000 | ||
25 | |||
26 | #define SPEAR300_SDIO_BASE 0x70000000 | ||
27 | #define SPEAR300_SDIO_SIZE 0x10000000 | ||
28 | |||
29 | #define SPEAR300_NAND_0_BASE 0x80000000 | ||
30 | #define SPEAR300_NAND_0_SIZE 0x04000000 | ||
31 | |||
32 | #define SPEAR300_NAND_1_BASE 0x84000000 | ||
33 | #define SPEAR300_NAND_1_SIZE 0x04000000 | ||
34 | |||
35 | #define SPEAR300_NAND_2_BASE 0x88000000 | ||
36 | #define SPEAR300_NAND_2_SIZE 0x04000000 | ||
37 | |||
38 | #define SPEAR300_NAND_3_BASE 0x8c000000 | ||
39 | #define SPEAR300_NAND_3_SIZE 0x04000000 | ||
40 | |||
41 | #define SPEAR300_NOR_0_BASE 0x90000000 | ||
42 | #define SPEAR300_NOR_0_SIZE 0x01000000 | ||
43 | |||
44 | #define SPEAR300_NOR_1_BASE 0x91000000 | ||
45 | #define SPEAR300_NOR_1_SIZE 0x01000000 | ||
46 | |||
47 | #define SPEAR300_NOR_2_BASE 0x92000000 | ||
48 | #define SPEAR300_NOR_2_SIZE 0x01000000 | ||
49 | |||
50 | #define SPEAR300_NOR_3_BASE 0x93000000 | ||
51 | #define SPEAR300_NOR_3_SIZE 0x01000000 | ||
52 | |||
53 | #define SPEAR300_FSMC_BASE 0x94000000 | ||
54 | #define SPEAR300_FSMC_SIZE 0x05000000 | ||
55 | |||
56 | #define SPEAR300_SOC_CONFIG_BASE 0x99000000 | ||
57 | #define SPEAR300_SOC_CONFIG_SIZE 0x00000008 | ||
58 | |||
59 | #define SPEAR300_KEYBOARD_BASE 0xA0000000 | ||
60 | #define SPEAR300_KEYBOARD_SIZE 0x09000000 | ||
61 | |||
62 | #define SPEAR300_GPIO_BASE 0xA9000000 | ||
63 | #define SPEAR300_GPIO_SIZE 0x07000000 | ||
64 | |||
65 | #endif /* __MACH_SPEAR300_H */ | ||
66 | |||
67 | #endif /* CONFIG_MACH_SPEAR300 */ | ||