]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/omap3_zoom2.h
75ab98098cb515f0d0915b32762cf22e5ac5631c
[karo-tx-uboot.git] / include / configs / omap3_zoom2.h
1 /*
2  * (C) Copyright 2006-2009
3  * Texas Instruments.
4  * Richard Woodruff <r-woodruff2@ti.com>
5  * Syed Mohammed Khasim <x0khasim@ti.com>
6  * Nishanth Menon <nm@ti.com>
7  * Tom Rix <Tom.Rix@windriver.com>
8  *
9  * Configuration settings for the TI OMAP3430 Zoom II board.
10  *
11  * See file CREDITS for list of people who contributed to this
12  * project.
13  *
14  * This program is free software; you can redistribute it and/or
15  * modify it under the terms of the GNU General Public License as
16  * published by the Free Software Foundation; either version 2 of
17  * the License, or (at your option) any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  * GNU General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License
25  * along with this program; if not, write to the Free Software
26  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
27  * MA 02111-1307 USA
28  */
29
30 #ifndef __CONFIG_H
31 #define __CONFIG_H
32 #include <asm/sizes.h>
33
34 /*
35  * High Level Configuration Options
36  */
37 #define CONFIG_ARMCORTEXA8      1       /* This is an ARM V7 CPU core */
38 #define CONFIG_OMAP             1       /* in a TI OMAP core */
39 #define CONFIG_OMAP34XX         1       /* which is a 34XX */
40 #define CONFIG_OMAP3430         1       /* which is in a 3430 */
41 #define CONFIG_OMAP3_ZOOM2      1       /* working with Zoom II */
42
43 #include <asm/arch/cpu.h>       /* get chip and board defs */
44 #include <asm/arch/omap3.h>
45
46 /*
47  * Display CPU and Board information
48  */
49 #define CONFIG_DISPLAY_CPUINFO          1
50 #define CONFIG_DISPLAY_BOARDINFO        1
51
52 /* Clock Defines */
53 #define V_OSCK                  26000000        /* Clock output from T2 */
54 #define V_SCLK                  (V_OSCK >> 1)
55
56 #undef CONFIG_USE_IRQ           /* no support for IRQs */
57 #define CONFIG_MISC_INIT_R
58
59 #define CONFIG_CMDLINE_TAG              1       /* enable passing of ATAGs */
60 #define CONFIG_SETUP_MEMORY_TAGS        1
61 #define CONFIG_INITRD_TAG               1
62 #define CONFIG_REVISION_TAG             1
63
64 /*
65  * Size of malloc() pool
66  */
67 #define CONFIG_ENV_SIZE                 SZ_128K /* Total Size Environment */
68                                                 /* Sector */
69 #define CONFIG_SYS_MALLOC_LEN           (CONFIG_ENV_SIZE + SZ_128K)
70 #define CONFIG_SYS_GBL_DATA_SIZE        128     /* bytes reserved for */
71                                                 /* initial data */
72 /*
73  * Hardware drivers
74  */
75
76 /*
77  * NS16550 Configuration
78  * Zoom2 uses the TL16CP754C on the debug board
79  */
80 #define CONFIG_SERIAL_MULTI             1
81 /*
82  * 0 - 1 : first  USB with respect to the left edge of the debug board
83  * 2 - 3 : second USB with respect to the left edge of the debug board
84  */
85 #define ZOOM2_DEFAULT_SERIAL_DEVICE     (&zoom2_serial_device0)
86
87 #define V_NS16550_CLK                   (1843200)       /* 1.8432 Mhz */
88
89 #define CONFIG_SYS_NS16550
90 #define CONFIG_SYS_NS16550_REG_SIZE     (-2)
91 #define CONFIG_SYS_NS16550_CLK          V_NS16550_CLK
92 #define CONFIG_BAUDRATE                 115200
93 #define CONFIG_SYS_BAUDRATE_TABLE       {115200}
94
95 /* allow to overwrite serial and ethaddr */
96 #define CONFIG_ENV_OVERWRITE
97
98 #define CONFIG_MMC                      1
99 #define CONFIG_OMAP3_MMC                1
100 #define CONFIG_DOS_PARTITION            1
101
102 /* Status LED */
103 #define CONFIG_STATUS_LED               1 /* Status LED enabled */
104 #define CONFIG_BOARD_SPECIFIC_LED       1
105 #define STATUS_LED_BLUE                 0
106 #define STATUS_LED_RED                  1
107 /* Blue */
108 #define STATUS_LED_BIT                  STATUS_LED_BLUE
109 #define STATUS_LED_STATE                STATUS_LED_ON
110 #define STATUS_LED_PERIOD               (CONFIG_SYS_HZ / 2)
111 /* Red */
112 #define STATUS_LED_BIT1                 STATUS_LED_RED
113 #define STATUS_LED_STATE1               STATUS_LED_OFF
114 #define STATUS_LED_PERIOD1              (CONFIG_SYS_HZ / 2)
115 /* Optional value */
116 #define STATUS_LED_BOOT                 STATUS_LED_BIT
117
118 /* GPIO banks */
119 #ifdef CONFIG_STATUS_LED
120 #define CONFIG_OMAP3_GPIO_2 /* ZOOM2_LED_BLUE2 */
121 #define CONFIG_OMAP3_GPIO_6 /* ZOOM2_LED_RED */
122 #endif
123 #define CONFIG_OMAP3_GPIO_3 /* board revision */
124 #define CONFIG_OMAP3_GPIO_5 /* debug board detection, ZOOM2_LED_BLUE */
125
126 /* commands to include */
127 #include <config_cmd_default.h>
128
129 #define CONFIG_CMD_FAT                  /* FAT support                  */
130 #define CONFIG_CMD_I2C                  /* I2C serial bus support       */
131 #define CONFIG_CMD_MMC                  /* MMC support                  */
132 #define CONFIG_CMD_NAND                 /* NAND support                 */
133 #define CONFIG_CMD_NAND_LOCK_UNLOCK     /* Enable lock/unlock support   */
134
135 #undef CONFIG_CMD_FLASH                 /* flinfo, erase, protect       */
136 #undef CONFIG_CMD_FPGA                  /* FPGA configuration Support   */
137 #undef CONFIG_CMD_IMI                   /* iminfo                       */
138 #undef CONFIG_CMD_IMLS                  /* List all found images        */
139 #undef CONFIG_CMD_NET                   /* bootp, tftpboot, rarpboot    */
140 #undef CONFIG_CMD_NFS                   /* NFS support                  */
141
142 #define CONFIG_SYS_NO_FLASH
143 #define CONFIG_HARD_I2C                 1
144 #define CONFIG_SYS_I2C_SPEED            100000
145 #define CONFIG_SYS_I2C_SLAVE            1
146 #define CONFIG_SYS_I2C_BUS              0
147 #define CONFIG_SYS_I2C_BUS_SELECT       1
148 #define CONFIG_DRIVER_OMAP34XX_I2C      1
149
150 /*
151  * TWL4030
152  */
153 #define CONFIG_TWL4030_POWER            1
154 #define CONFIG_TWL4030_LED              1
155
156 /*
157  * Board NAND Info.
158  */
159 #define CONFIG_NAND_OMAP_GPMC
160 #define CONFIG_SYS_NAND_ADDR            NAND_BASE       /* physical address */
161                                                         /* to access nand */
162 #define CONFIG_SYS_NAND_BASE            NAND_BASE       /* physical address */
163                                                         /* to access nand at */
164                                                         /* CS0 */
165 #define GPMC_NAND_ECC_LP_x16_LAYOUT     1
166 #define CONFIG_SYS_MAX_NAND_DEVICE      1
167
168 #define CONFIG_SYS_64BIT_VSPRINTF               /* needed for nand_util.c */
169
170 /* Environment information */
171 #define CONFIG_BOOTDELAY                10
172
173 /*
174  * Miscellaneous configurable options
175  */
176
177 #define CONFIG_SYS_PROMPT               "OMAP3 Zoom2 # "
178 #define CONFIG_SYS_LONGHELP
179 #define CONFIG_SYS_CBSIZE               256
180 #define CONFIG_SYS_PBSIZE               (CONFIG_SYS_CBSIZE + \
181                                          sizeof(CONFIG_SYS_PROMPT) + 16)
182 #define CONFIG_SYS_MAXARGS              16
183 #define CONFIG_SYS_BARGSIZE             (CONFIG_SYS_CBSIZE)
184 /* Memtest from start of memory to 31MB */
185 #define CONFIG_SYS_MEMTEST_START        (OMAP34XX_SDRC_CS0)
186 #define CONFIG_SYS_MEMTEST_END          (OMAP34XX_SDRC_CS0 + 0x01F00000)
187 /* The default load address is the start of memory */
188 #define CONFIG_SYS_LOAD_ADDR            (OMAP34XX_SDRC_CS0)
189 /* everything, incl board info, in Hz */
190 #undef CONFIG_SYS_CLKS_IN_HZ
191 /*
192  * 2430 has 12 GP timers, they can be driven by the SysClk (12/13/19.2) or by
193  * 32KHz clk, or from external sig. This rate is divided by a local divisor.
194  */
195 #define CONFIG_SYS_TIMERBASE            (OMAP34XX_GPT2)
196 #define CONFIG_SYS_PTV                  7       /* 2^(PTV+1) */
197 #define CONFIG_SYS_HZ                   ((V_SCLK) / (2 << CONFIG_SYS_PTV))
198
199 /*-----------------------------------------------------------------------
200  * Stack sizes
201  *
202  * The stack sizes are set up in start.S using these settings
203  */
204 #define CONFIG_STACKSIZE        SZ_128K
205 #ifdef CONFIG_USE_IRQ
206 #define CONFIG_STACKSIZE_IRQ    SZ_4K
207 #define CONFIG_STACKSIZE_FIQ    SZ_4K
208 #endif
209
210 /*-----------------------------------------------------------------------
211  * Physical Memory Map
212  */
213 #define CONFIG_NR_DRAM_BANKS    2       /* CS1 may or may not be populated */
214 #define PHYS_SDRAM_1            OMAP34XX_SDRC_CS0
215 #define PHYS_SDRAM_1_SIZE       SZ_32M  /* at least 32 meg */
216 #define PHYS_SDRAM_2            OMAP34XX_SDRC_CS1
217
218 /* SDRAM Bank Allocation method */
219 #define SDRC_R_B_C              1
220
221 /*-----------------------------------------------------------------------
222  * FLASH and environment organization
223  */
224
225 /* **** PISMO SUPPORT *** */
226
227 /* Configure the PISMO */
228 #define PISMO1_NAND_SIZE                GPMC_SIZE_128M
229 #define PISMO1_ONEN_SIZE                GPMC_SIZE_128M
230
231 #define CONFIG_SYS_MAX_FLASH_SECT       520     /* max number of sectors on */
232                                                 /* one chip */
233 #define CONFIG_SYS_MAX_FLASH_BANKS      2       /* max number of flash banks */
234 #define CONFIG_SYS_MONITOR_LEN          SZ_256K /* Reserve 2 sectors */
235
236 #define CONFIG_SYS_FLASH_BASE           boot_flash_base
237
238 /* Monitor at start of flash */
239 #define CONFIG_SYS_MONITOR_BASE         CONFIG_SYS_FLASH_BASE
240
241 #define CONFIG_ENV_IS_IN_NAND           1
242 #define SMNAND_ENV_OFFSET               0x0c0000 /* environment starts here */
243
244 #define CONFIG_SYS_ENV_SECT_SIZE        boot_flash_sec
245 #define CONFIG_ENV_OFFSET               boot_flash_off
246 #define CONFIG_ENV_ADDR                 SMNAND_ENV_OFFSET
247
248 /*-----------------------------------------------------------------------
249  * CFI FLASH driver setup
250  */
251 /* timeout values are in ticks */
252 #define CONFIG_SYS_FLASH_ERASE_TOUT     (100 * CONFIG_SYS_HZ)
253 #define CONFIG_SYS_FLASH_WRITE_TOUT     (100 * CONFIG_SYS_HZ)
254
255 #ifndef __ASSEMBLY__
256 extern struct gpmc *gpmc_cfg;
257 extern unsigned int boot_flash_base;
258 extern volatile unsigned int boot_flash_env_addr;
259 extern unsigned int boot_flash_off;
260 extern unsigned int boot_flash_sec;
261 extern unsigned int boot_flash_type;
262 #endif
263
264 #endif /* __CONFIG_H */