2 * (C) Copyright 2006-2008
7 * Configuration settings for the TI OMAP3530 Beagle board.
9 * SPDX-License-Identifier: GPL-2.0+
15 #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
18 * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
19 * 64 bytes before this address should be set aside for u-boot.img's
20 * header. That is 0x800FFFC0--0x80100000 should not be used for any
21 * other needs. We use this rather than the inherited defines from
22 * ti_armv7_common.h for backwards compatibility.
24 #define CONFIG_SYS_TEXT_BASE 0x80100000
25 #define CONFIG_SPL_BSS_START_ADDR 0x80000000
26 #define CONFIG_SPL_BSS_MAX_SIZE (512 << 10) /* 512 KB */
27 #define CONFIG_SYS_SPL_MALLOC_START 0x80208000
28 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000
30 #include <configs/ti_omap3_common.h>
33 * Display CPU and Board information
35 #define CONFIG_DISPLAY_CPUINFO 1
36 #define CONFIG_DISPLAY_BOARDINFO 1
38 #define CONFIG_MISC_INIT_R
40 #define CONFIG_REVISION_TAG 1
41 #define CONFIG_ENV_OVERWRITE
44 #define CONFIG_STATUS_LED 1
45 #define CONFIG_BOARD_SPECIFIC_LED 1
46 #define STATUS_LED_BIT 0x01
47 #define STATUS_LED_STATE STATUS_LED_ON
48 #define STATUS_LED_PERIOD (CONFIG_SYS_HZ / 2)
49 #define STATUS_LED_BIT1 0x02
50 #define STATUS_LED_STATE1 STATUS_LED_ON
51 #define STATUS_LED_PERIOD1 (CONFIG_SYS_HZ / 2)
52 #define STATUS_LED_BOOT STATUS_LED_BIT
53 #define STATUS_LED_GREEN STATUS_LED_BIT1
55 /* Enable Multi Bus support for I2C */
56 #define CONFIG_I2C_MULTI_BUS 1
58 /* Probe all devices */
59 #define CONFIG_SYS_I2C_NOPROBES {{0x0, 0x0}}
62 #define CONFIG_USB_MUSB_GADGET
63 #define CONFIG_USB_MUSB_OMAP2PLUS
64 #define CONFIG_USB_MUSB_PIO_ONLY
65 #define CONFIG_USB_GADGET_DUALSPEED
66 #define CONFIG_TWL4030_USB 1
67 #define CONFIG_USB_ETHER
68 #define CONFIG_USB_ETHER_RNDIS
69 #define CONFIG_USB_GADGET_VBUS_DRAW 0
70 #define CONFIG_USB_GADGET_DOWNLOAD
71 #define CONFIG_G_DNL_VENDOR_NUM 0x0451
72 #define CONFIG_G_DNL_PRODUCT_NUM 0xd022
73 #define CONFIG_G_DNL_MANUFACTURER "TI"
74 #define CONFIG_USB_FUNCTION_FASTBOOT
75 #define CONFIG_CMD_FASTBOOT
76 #define CONFIG_ANDROID_BOOT_IMAGE
77 #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
78 #define CONFIG_FASTBOOT_BUF_SIZE 0x07000000
81 #define CONFIG_CMD_USB
82 #define CONFIG_USB_EHCI
84 #define CONFIG_USB_EHCI_OMAP
85 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 147
87 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
88 #define CONFIG_USB_HOST_ETHER
89 #define CONFIG_USB_ETHER_ASIX
90 #define CONFIG_USB_ETHER_MCS7830
91 #define CONFIG_USB_ETHER_SMSC95XX
94 #define CONFIG_OMAP3_GPIO_5 /* GPIO128..159 is in GPIO bank 5 */
95 #define CONFIG_OMAP3_GPIO_6 /* GPIO160..191 is in GPIO bank 6 */
97 /* commands to include */
98 #define CONFIG_CMD_ASKENV
100 #define CONFIG_CMD_CACHE
102 #define MTDIDS_DEFAULT "nand0=nand"
103 #define MTDPARTS_DEFAULT "mtdparts=nand:512k(x-loader),"\
104 "1920k(u-boot),128k(u-boot-env),"\
107 #define CONFIG_USB_STORAGE /* USB storage support */
108 #define CONFIG_CMD_NAND /* NAND support */
109 #define CONFIG_CMD_LED /* LED support */
110 #define CONFIG_CMD_DHCP
112 #define CONFIG_VIDEO_OMAP3 /* DSS Support */
117 #define CONFIG_TWL4030_LED 1
122 #define CONFIG_NAND_OMAP_GPMC
123 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */
126 #define CONFIG_EXTRA_ENV_SETTINGS \
127 "loadaddr=0x80200000\0" \
128 "rdaddr=0x81000000\0" \
129 "fdt_high=0xffffffff\0" \
130 "fdtaddr=0x80f80000\0" \
132 "bootfile=uImage\0" \
133 "ramdisk=ramdisk.gz\0" \
136 "console=ttyO2,115200n8\0" \
142 "dvimode=640x480MR-16@60\0" \
143 "defaultdisplay=dvi\0" \
145 "mmcroot=/dev/mmcblk0p2 rw\0" \
146 "mmcrootfstype=ext3 rootwait\0" \
147 "nandroot=ubi0:rootfs ubi.mtd=4\0" \
148 "nandrootfstype=ubifs\0" \
149 "ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M\0" \
150 "ramrootfstype=ext2\0" \
151 "mmcargs=setenv bootargs console=${console} " \
153 "mpurate=${mpurate} " \
157 "omapfb.mode=dvi:${dvimode} " \
158 "omapdss.def_disp=${defaultdisplay} " \
160 "rootfstype=${mmcrootfstype}\0" \
161 "nandargs=setenv bootargs console=${console} " \
163 "mpurate=${mpurate} " \
167 "omapfb.mode=dvi:${dvimode} " \
168 "omapdss.def_disp=${defaultdisplay} " \
169 "root=${nandroot} " \
170 "rootfstype=${nandrootfstype}\0" \
172 "if test $beaglerev = AxBx; then " \
173 "setenv fdtfile omap3-beagle.dtb; fi; " \
174 "if test $beaglerev = Cx; then " \
175 "setenv fdtfile omap3-beagle.dtb; fi; " \
176 "if test $beaglerev = C4; then " \
177 "setenv fdtfile omap3-beagle.dtb; fi; " \
178 "if test $beaglerev = xMAB; then " \
179 "setenv fdtfile omap3-beagle-xm-ab.dtb; fi; " \
180 "if test $beaglerev = xMC; then " \
181 "setenv fdtfile omap3-beagle-xm.dtb; fi; " \
182 "if test $fdtfile = undefined; then " \
183 "echo WARNING: Could not determine device tree to use; fi; \0" \
185 "if test $beaglerev = xMAB; then " \
186 "if test ! -e mmc ${bootpart} ${bootdir}/${fdtfile}; then " \
187 "setenv fdtfile omap3-beagle-xm.dtb; " \
190 "bootenv=uEnv.txt\0" \
191 "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
192 "importbootenv=echo Importing environment from mmc ...; " \
193 "env import -t -r $loadaddr $filesize\0" \
194 "ramargs=setenv bootargs console=${console} " \
196 "mpurate=${mpurate} " \
199 "omapfb.mode=dvi:${dvimode} " \
200 "omapdss.def_disp=${defaultdisplay} " \
202 "rootfstype=${ramrootfstype}\0" \
203 "loadramdisk=load mmc ${bootpart} ${rdaddr} ${bootdir}/${ramdisk}\0" \
204 "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
205 "loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
206 "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
207 "source ${loadaddr}\0" \
208 "loadfdt=run validatefdt; load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
209 "mmcboot=echo Booting from mmc ...; " \
211 "bootm ${loadaddr}\0" \
212 "mmcbootz=echo Booting with DT from mmc${mmcdev} ...; " \
214 "bootz ${loadaddr} - ${fdtaddr}\0" \
215 "nandboot=echo Booting from nand ...; " \
217 "nand read ${loadaddr} 280000 400000; " \
218 "bootm ${loadaddr}\0" \
219 "ramboot=echo Booting from ramdisk ...; " \
221 "bootm ${loadaddr}\0" \
222 "userbutton=if gpio input 173; then run userbutton_xm; " \
223 "else run userbutton_nonxm; fi;\0" \
224 "userbutton_xm=gpio input 4;\0" \
225 "userbutton_nonxm=gpio input 7;\0"
226 /* "run userbutton" will return 1 (false) if pressed and 0 (true) if not */
227 #define CONFIG_BOOTCOMMAND \
229 "mmc dev ${mmcdev}; if mmc rescan; then " \
230 "if run userbutton; then " \
231 "setenv bootenv uEnv.txt;" \
233 "setenv bootenv user.txt;" \
235 "echo SD/MMC found on device ${mmcdev};" \
236 "if run loadbootenv; then " \
237 "echo Loaded environment from ${bootenv};" \
238 "run importbootenv;" \
240 "if test -n $uenvcmd; then " \
241 "echo Running uenvcmd ...;" \
244 "if run loadbootscript; then " \
247 "if run loadimage; then " \
253 "setenv bootfile zImage;" \
254 "if run loadimage; then " \
260 * OMAP3 has 12 GP timers, they can be driven by the system clock
261 * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK).
262 * This rate is divided by a local divisor.
264 #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */
266 /*-----------------------------------------------------------------------
267 * FLASH and environment organization
270 /* **** PISMO SUPPORT *** */
271 #if defined(CONFIG_CMD_NAND)
272 #define CONFIG_SYS_FLASH_BASE NAND_BASE
275 /* Monitor at start of flash */
276 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
277 #define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
279 #define CONFIG_ENV_IS_IN_NAND 1
280 #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
281 #define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
282 #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
284 #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
285 #define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
286 #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
288 #define CONFIG_OMAP3_SPI
290 #define CONFIG_SYS_CACHELINE_SIZE 64
292 /* Defines for SPL */
293 #define CONFIG_SPL_OMAP3_ID_NAND
295 /* NAND boot config */
296 #define CONFIG_SYS_NAND_BUSWIDTH_16BIT
297 #define CONFIG_SYS_NAND_5_ADDR_CYCLE
298 #define CONFIG_SYS_NAND_PAGE_COUNT 64
299 #define CONFIG_SYS_NAND_PAGE_SIZE 2048
300 #define CONFIG_SYS_NAND_OOBSIZE 64
301 #define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024)
302 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
303 #define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9,\
305 #define CONFIG_SYS_NAND_ECCSIZE 512
306 #define CONFIG_SYS_NAND_ECCBYTES 3
307 #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_HW
308 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
309 /* NAND: SPL falcon mode configs */
310 #ifdef CONFIG_SPL_OS_BOOT
311 #define CONFIG_CMD_SPL_NAND_OFS 0x240000
312 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
313 #define CONFIG_CMD_SPL_WRITE_SIZE 0x2000
316 #endif /* __CONFIG_H */