1 /*
2  * (C) Copyright 2006-2008
3  * Texas Instruments.
4  * Richard Woodruff <r-woodruff2@ti.com>
5  * Syed Mohammed Khasim <x0khasim@ti.com>
6  *
7  * Configuration settings for the TI OMAP3530 Beagle board.
8  *
9  * SPDX-License-Identifier:	GPL-2.0+
10  */
11 
12 #ifndef __CONFIG_H
13 #define __CONFIG_H
14 
15 #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */
16 
17 /*
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.
23  */
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
29 
30 #include <configs/ti_omap3_common.h>
31 
32 #define CONFIG_MISC_INIT_R
33 
34 #define CONFIG_REVISION_TAG		1
35 #define CONFIG_ENV_OVERWRITE
36 
37 /* Status LED */
38 
39 /* Enable Multi Bus support for I2C */
40 #define CONFIG_I2C_MULTI_BUS		1
41 
42 /* Probe all devices */
43 #define CONFIG_SYS_I2C_NOPROBES		{{0x0, 0x0}}
44 
45 /* USB */
46 #define CONFIG_USB_MUSB_OMAP2PLUS
47 #define CONFIG_USB_MUSB_PIO_ONLY
48 #define CONFIG_TWL4030_USB		1
49 #define CONFIG_USB_ETHER
50 #define CONFIG_USB_ETHER_RNDIS
51 #define CONFIG_USB_FUNCTION_FASTBOOT
52 #define CONFIG_CMD_FASTBOOT
53 #define CONFIG_ANDROID_BOOT_IMAGE
54 #define CONFIG_FASTBOOT_BUF_ADDR	CONFIG_SYS_LOAD_ADDR
55 #define CONFIG_FASTBOOT_BUF_SIZE	0x07000000
56 
57 /* USB EHCI */
58 #define CONFIG_USB_EHCI_HCD
59 
60 #define CONFIG_USB_EHCI_OMAP
61 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO	147
62 
63 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
64 #define CONFIG_USB_HOST_ETHER
65 #define CONFIG_USB_ETHER_ASIX
66 #define CONFIG_USB_ETHER_MCS7830
67 #define CONFIG_USB_ETHER_SMSC95XX
68 
69 /* commands to include */
70 
71 #define MTDIDS_DEFAULT			"nand0=nand"
72 #define MTDPARTS_DEFAULT		"mtdparts=nand:512k(x-loader),"\
73 					"1920k(u-boot),128k(u-boot-env),"\
74 					"4m(kernel),-(fs)"
75 
76 #define CONFIG_CMD_NAND		/* NAND support			*/
77 
78 #define CONFIG_VIDEO_OMAP3	/* DSS Support			*/
79 
80 /*
81  * TWL4030
82  */
83 #define CONFIG_TWL4030_LED		1
84 
85 /*
86  * Board NAND Info.
87  */
88 #define CONFIG_NAND_OMAP_GPMC
89 #define CONFIG_SYS_MAX_NAND_DEVICE	1		/* Max number of NAND */
90 							/* devices */
91 
92 #define BOOT_TARGET_DEVICES(func) \
93 	func(MMC, mmc, 0)
94 
95 #define CONFIG_BOOTCOMMAND \
96 	"run findfdt; " \
97 	"run distro_bootcmd; " \
98 	"mmc dev ${mmcdev}; if mmc rescan; then " \
99 		"if run userbutton; then " \
100 			"setenv bootenv uEnv.txt;" \
101 		"else " \
102 			"setenv bootenv user.txt;" \
103 		"fi;" \
104 		"echo SD/MMC found on device ${mmcdev};" \
105 		"if run loadbootenv; then " \
106 			"echo Loaded environment from ${bootenv};" \
107 			"run importbootenv;" \
108 		"fi;" \
109 		"if test -n $uenvcmd; then " \
110 			"echo Running uenvcmd ...;" \
111 			"run uenvcmd;" \
112 		"fi;" \
113 		"if run loadbootscript; then " \
114 			"run bootscript; " \
115 		"else " \
116 			"if run loadimage; then " \
117 				"run mmcboot;" \
118 			"fi;" \
119 		"fi; " \
120 	"fi;" \
121 	"run nandboot;" \
122 	"setenv bootfile zImage;" \
123 	"if run loadimage; then " \
124 		"run loadfdt;" \
125 		"run mmcbootz; " \
126 	"fi; " \
127 
128 #include <config_distro_bootcmd.h>
129 
130 #define CONFIG_EXTRA_ENV_SETTINGS \
131 	"loadaddr=0x80200000\0" \
132 	"kernel_addr_r=0x80200000\0" \
133 	"rdaddr=0x81000000\0" \
134 	"initrd_addr_r=0x81000000\0" \
135 	"fdt_high=0xffffffff\0" \
136 	"fdtaddr=0x80f80000\0" \
137 	"fdt_addr_r=0x80f80000\0" \
138 	"usbtty=cdc_acm\0" \
139 	"bootfile=uImage\0" \
140 	"ramdisk=ramdisk.gz\0" \
141 	"bootdir=/boot\0" \
142 	"bootpart=0:2\0" \
143 	"console=ttyO2,115200n8\0" \
144 	"mpurate=auto\0" \
145 	"buddy=none\0" \
146 	"optargs=\0" \
147 	"camera=none\0" \
148 	"vram=12M\0" \
149 	"dvimode=640x480MR-16@60\0" \
150 	"defaultdisplay=dvi\0" \
151 	"mmcdev=0\0" \
152 	"mmcroot=/dev/mmcblk0p2 rw\0" \
153 	"mmcrootfstype=ext3 rootwait\0" \
154 	"nandroot=ubi0:rootfs ubi.mtd=4\0" \
155 	"nandrootfstype=ubifs\0" \
156 	"ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M\0" \
157 	"ramrootfstype=ext2\0" \
158 	"mmcargs=setenv bootargs console=${console} " \
159 		"${optargs} " \
160 		"mpurate=${mpurate} " \
161 		"buddy=${buddy} "\
162 		"camera=${camera} "\
163 		"vram=${vram} " \
164 		"omapfb.mode=dvi:${dvimode} " \
165 		"omapdss.def_disp=${defaultdisplay} " \
166 		"root=${mmcroot} " \
167 		"rootfstype=${mmcrootfstype}\0" \
168 	"nandargs=setenv bootargs console=${console} " \
169 		"${optargs} " \
170 		"mpurate=${mpurate} " \
171 		"buddy=${buddy} "\
172 		"camera=${camera} "\
173 		"vram=${vram} " \
174 		"omapfb.mode=dvi:${dvimode} " \
175 		"omapdss.def_disp=${defaultdisplay} " \
176 		"root=${nandroot} " \
177 		"rootfstype=${nandrootfstype}\0" \
178 	"findfdt=" \
179 		"if test $beaglerev = AxBx; then " \
180 			"setenv fdtfile omap3-beagle.dtb; fi; " \
181 		"if test $beaglerev = Cx; then " \
182 			"setenv fdtfile omap3-beagle.dtb; fi; " \
183 		"if test $beaglerev = C4; then " \
184 			"setenv fdtfile omap3-beagle.dtb; fi; " \
185 		"if test $beaglerev = xMAB; then " \
186 			"setenv fdtfile omap3-beagle-xm-ab.dtb; fi; " \
187 		"if test $beaglerev = xMC; then " \
188 			"setenv fdtfile omap3-beagle-xm.dtb; fi; " \
189 		"if test $fdtfile = undefined; then " \
190 			"echo WARNING: Could not determine device tree to use; fi; \0" \
191 	"validatefdt=" \
192 		"if test $beaglerev = xMAB; then " \
193 			"if test ! -e mmc ${bootpart} ${bootdir}/${fdtfile}; then " \
194 				"setenv fdtfile omap3-beagle-xm.dtb; " \
195 			"fi; " \
196 		"fi; \0" \
197 	"bootenv=uEnv.txt\0" \
198 	"loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
199 	"importbootenv=echo Importing environment from mmc ...; " \
200 		"env import -t -r $loadaddr $filesize\0" \
201 	"ramargs=setenv bootargs console=${console} " \
202 		"${optargs} " \
203 		"mpurate=${mpurate} " \
204 		"buddy=${buddy} "\
205 		"vram=${vram} " \
206 		"omapfb.mode=dvi:${dvimode} " \
207 		"omapdss.def_disp=${defaultdisplay} " \
208 		"root=${ramroot} " \
209 		"rootfstype=${ramrootfstype}\0" \
210 	"loadramdisk=load mmc ${bootpart} ${rdaddr} ${bootdir}/${ramdisk}\0" \
211 	"loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
212 	"loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
213 	"bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
214 		"source ${loadaddr}\0" \
215 	"loadfdt=run validatefdt; load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
216 	"mmcboot=echo Booting from mmc ...; " \
217 		"run mmcargs; " \
218 		"bootm ${loadaddr}\0" \
219 	"mmcbootz=echo Booting with DT from mmc${mmcdev} ...; " \
220 		"run mmcargs; " \
221 		"bootz ${loadaddr} - ${fdtaddr}\0" \
222 	"nandboot=echo Booting from nand ...; " \
223 		"run nandargs; " \
224 		"nand read ${loadaddr} 280000 400000; " \
225 		"bootm ${loadaddr}\0" \
226 	"ramboot=echo Booting from ramdisk ...; " \
227 		"run ramargs; " \
228 		"bootm ${loadaddr}\0" \
229 	"userbutton=if gpio input 173; then run userbutton_xm; " \
230 		"else run userbutton_nonxm; fi;\0" \
231 	"userbutton_xm=gpio input 4;\0" \
232 	"userbutton_nonxm=gpio input 7;\0" \
233 	BOOTENV
234 
235 /*
236  * OMAP3 has 12 GP timers, they can be driven by the system clock
237  * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK).
238  * This rate is divided by a local divisor.
239  */
240 #define CONFIG_SYS_PTV			2       /* Divisor: 2^(PTV+1) => 8 */
241 
242 /*-----------------------------------------------------------------------
243  * FLASH and environment organization
244  */
245 
246 /* **** PISMO SUPPORT *** */
247 #if defined(CONFIG_CMD_NAND)
248 #define CONFIG_SYS_FLASH_BASE		NAND_BASE
249 #endif
250 
251 /* Monitor at start of flash */
252 #define CONFIG_SYS_MONITOR_BASE		CONFIG_SYS_FLASH_BASE
253 #define CONFIG_SYS_ONENAND_BASE		ONENAND_MAP
254 
255 #define CONFIG_ENV_IS_IN_NAND		1
256 #define CONFIG_ENV_SIZE			(128 << 10)	/* 128 KiB */
257 #define ONENAND_ENV_OFFSET		0x260000 /* environment starts here */
258 #define SMNAND_ENV_OFFSET		0x260000 /* environment starts here */
259 
260 #define CONFIG_SYS_ENV_SECT_SIZE	(128 << 10)	/* 128 KiB */
261 #define CONFIG_ENV_OFFSET		SMNAND_ENV_OFFSET
262 #define CONFIG_ENV_ADDR			SMNAND_ENV_OFFSET
263 
264 #define CONFIG_OMAP3_SPI
265 
266 /* Defines for SPL */
267 #define CONFIG_SPL_OMAP3_ID_NAND
268 
269 /* NAND boot config */
270 #define CONFIG_SYS_NAND_BUSWIDTH_16BIT
271 #define CONFIG_SYS_NAND_5_ADDR_CYCLE
272 #define CONFIG_SYS_NAND_PAGE_COUNT	64
273 #define CONFIG_SYS_NAND_PAGE_SIZE	2048
274 #define CONFIG_SYS_NAND_OOBSIZE		64
275 #define CONFIG_SYS_NAND_BLOCK_SIZE	(128*1024)
276 #define CONFIG_SYS_NAND_BAD_BLOCK_POS	0
277 #define CONFIG_SYS_NAND_ECCPOS		{2, 3, 4, 5, 6, 7, 8, 9,\
278 						10, 11, 12, 13}
279 #define CONFIG_SYS_NAND_ECCSIZE		512
280 #define CONFIG_SYS_NAND_ECCBYTES	3
281 #define CONFIG_NAND_OMAP_ECCSCHEME	OMAP_ECC_HAM1_CODE_HW
282 #define CONFIG_SYS_NAND_U_BOOT_OFFS	0x80000
283 /* NAND: SPL falcon mode configs */
284 #ifdef CONFIG_SPL_OS_BOOT
285 #define CONFIG_CMD_SPL_NAND_OFS		0x240000
286 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS	0x280000
287 #define CONFIG_CMD_SPL_WRITE_SIZE	0x2000
288 #endif
289 
290 #endif /* __CONFIG_H */
291