blob: 0f28278fc2223a71cb36bb3d7e52f57b46d9a914 [file] [log] [blame]
Dirk Behmebab104e2009-01-28 21:40:16 +01001/*
2 * (C) Copyright 2006-2008
3 * Texas Instruments.
4 * Richard Woodruff <r-woodruff2@ti.com>
5 * Syed Mohammed Khasim <x0khasim@ti.com>
6 * Nishanth Menon <nm@ti.com>
7 *
8 * Configuration settings for the TI OMAP3430 Zoom MDK board.
9 *
Wolfgang Denkbd8ec7e2013-10-07 13:07:26 +020010 * SPDX-License-Identifier: GPL-2.0+
Dirk Behmebab104e2009-01-28 21:40:16 +010011 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
Dirk Behmebab104e2009-01-28 21:40:16 +010015
16/*
17 * High Level Configuration Options
18 */
Dirk Behmebab104e2009-01-28 21:40:16 +010019#define CONFIG_OMAP3_ZOOM1 1 /* working with Zoom MDK Rev1 */
20
Nishanth Menon91039282014-04-08 09:50:58 -050021#define CONFIG_NAND
22#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Dirk Behmebab104e2009-01-28 21:40:16 +010023#include <asm/arch/cpu.h> /* get chip and board defs */
Nishanth Menonfa96c962015-03-09 17:12:04 -050024#include <asm/arch/omap.h>
Nishanth Menon91039282014-04-08 09:50:58 -050025#include <configs/ti_omap3_common.h>
26
27/* Remove SPL boot option - we do not support that on LDP yet */
Nishanth Menon91039282014-04-08 09:50:58 -050028#undef CONFIG_SPL_FRAMEWORK
Nishanth Menon91039282014-04-08 09:50:58 -050029
30/* Generic NAND definition conflicts with debug_base */
31#undef CONFIG_SYS_NAND_BASE
Dirk Behmebab104e2009-01-28 21:40:16 +010032
Dirk Behmebab104e2009-01-28 21:40:16 +010033#define CONFIG_MISC_INIT_R
34
Dirk Behmebab104e2009-01-28 21:40:16 +010035#define CONFIG_REVISION_TAG 1
36
Sandeep Paulraj6a87b3f2009-09-09 11:50:40 -040037#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Dirk Behmebab104e2009-01-28 21:40:16 +010038
39/*
40 * Hardware drivers
41 */
Dirk Behmebab104e2009-01-28 21:40:16 +010042
Tom Rixdd679ff2009-10-31 12:37:42 -050043/* USB */
Paul Kocialkowskif34dfcb2015-08-04 17:04:06 +020044#define CONFIG_USB_MUSB_UDC 1
Tom Rixdd679ff2009-10-31 12:37:42 -050045#define CONFIG_USB_OMAP3 1
46#define CONFIG_TWL4030_USB 1
47
48/* USB device configuration */
49#define CONFIG_USB_DEVICE 1
50#define CONFIG_USB_TTY 1
51#define CONFIG_SYS_CONSOLE_IS_IN_ENV 1
52/* Change these to suit your needs */
53#define CONFIG_USBD_VENDORID 0x0451
54#define CONFIG_USBD_PRODUCTID 0x5678
55#define CONFIG_USBD_MANUFACTURER "Texas Instruments"
56#define CONFIG_USBD_PRODUCT_NAME "Zoom1"
57
Nishanth Menon34f5e0a2014-04-08 09:50:55 -050058#define MTDIDS_DEFAULT "nand0=nand"
59#define MTDPARTS_DEFAULT "mtdparts=nand:512k(x-loader),"\
60 "1920k(u-boot),128k(u-boot-env),"\
61 "4m(kernel),-(fs)"
Dirk Behmebab104e2009-01-28 21:40:16 +010062
Nishanth Menon91039282014-04-08 09:50:58 -050063#if defined(CONFIG_CMD_NAND)
pekon gupta7909b6d2014-07-18 17:59:42 +053064/* NAND: SPL falcon mode configs */
65#ifdef CONFIG_SPL_OS_BOOT
66#define CONFIG_CMD_SPL_NAND_OFS 0x240000
67#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
68#define CONFIG_CMD_SPL_WRITE_SIZE 0x2000
69#endif
Nishanth Menoneb7b1882009-02-02 18:20:12 -060070#define CONFIG_CMD_NAND_LOCK_UNLOCK /* Enable lock/unlock support */
Nishanth Menon91039282014-04-08 09:50:58 -050071#endif
Dirk Behmebab104e2009-01-28 21:40:16 +010072
Nishanth Menon91039282014-04-08 09:50:58 -050073#undef CONFIG_SYS_I2C_OMAP24XX
Heiko Schocherf53f2b82013-10-22 11:03:18 +020074#define CONFIG_SYS_I2C_OMAP34XX
Dirk Behmebab104e2009-01-28 21:40:16 +010075
76/*
Tom Rix330a90a2009-06-28 12:52:29 -050077 * TWL4030
78 */
Tom Rix0f2a8042009-06-28 12:52:30 -050079#define CONFIG_TWL4030_LED 1
Tom Rix330a90a2009-06-28 12:52:29 -050080
81/*
Dirk Behmebab104e2009-01-28 21:40:16 +010082 * Board NAND Info.
83 */
Dirk Behmebab104e2009-01-28 21:40:16 +010084#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
85 /* to access nand */
86#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
87 /* to access nand at */
88 /* CS0 */
Stefano Babic0cd41182015-07-26 15:18:15 +020089#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
Dirk Behmebab104e2009-01-28 21:40:16 +010090
91/* Environment information */
Dirk Behmebab104e2009-01-28 21:40:16 +010092
93#define CONFIG_EXTRA_ENV_SETTINGS \
94 "loadaddr=0x82000000\0" \
Nishanth Menon84218b52014-04-08 09:50:56 -050095 "fdtaddr=0x80f80000\0" \
Nishanth Menon34f5e0a2014-04-08 09:50:55 -050096 "bootfile=uImage\0" \
Nishanth Menon84218b52014-04-08 09:50:56 -050097 "fdtfile=omap3-ldp.dtb\0" \
Nishanth Menon34f5e0a2014-04-08 09:50:55 -050098 "bootdir=/\0" \
99 "bootpart=0:1\0" \
Tom Rixdd679ff2009-10-31 12:37:42 -0500100 "usbtty=cdc_acm\0" \
Nishanth Menon46c11122014-04-08 09:50:57 -0500101 "console=ttyO2,115200n8\0" \
Tom Rinifba34162011-09-03 21:50:35 -0400102 "mmcdev=0\0" \
Dirk Behmebab104e2009-01-28 21:40:16 +0100103 "videomode=1024x768@60,vxres=1024,vyres=768\0" \
104 "videospec=omapfb:vram:2M,vram:4M\0" \
105 "mmcargs=setenv bootargs console=${console} " \
106 "video=${videospec},mode:${videomode} " \
107 "root=/dev/mmcblk0p2 rw " \
108 "rootfstype=ext3 rootwait\0" \
109 "nandargs=setenv bootargs console=${console} " \
110 "video=${videospec},mode:${videomode} " \
111 "root=/dev/mtdblock4 rw " \
112 "rootfstype=jffs2\0" \
Tom Rinifba34162011-09-03 21:50:35 -0400113 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
Dirk Behmebab104e2009-01-28 21:40:16 +0100114 "bootscript=echo Running bootscript from mmc ...; " \
Wolfgang Denk85c25df2009-04-01 23:34:12 +0200115 "source ${loadaddr}\0" \
Nishanth Menon34f5e0a2014-04-08 09:50:55 -0500116 "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
Nishanth Menon84218b52014-04-08 09:50:56 -0500117 "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
118 "loadzimage=setenv bootfile zImage; if run loadimage; then run loadfdt;fi\0"\
Dirk Behmebab104e2009-01-28 21:40:16 +0100119 "mmcboot=echo Booting from mmc ...; " \
120 "run mmcargs; " \
121 "bootm ${loadaddr}\0" \
Nishanth Menon84218b52014-04-08 09:50:56 -0500122 "mmczboot=echo Booting from mmc ...; " \
123 "run mmcargs; " \
124 "bootz ${loadaddr} - ${fdtaddr}\0" \
Dirk Behmebab104e2009-01-28 21:40:16 +0100125 "nandboot=echo Booting from nand ...; " \
126 "run nandargs; " \
127 "nand read ${loadaddr} 280000 400000; " \
128 "bootm ${loadaddr}\0" \
129
130#define CONFIG_BOOTCOMMAND \
Andrew Bradforde1c7c8a2012-10-01 05:06:52 +0000131 "mmc dev ${mmcdev}; if mmc rescan; then " \
Dirk Behmebab104e2009-01-28 21:40:16 +0100132 "if run loadbootscript; then " \
133 "run bootscript; " \
134 "else " \
Nishanth Menon34f5e0a2014-04-08 09:50:55 -0500135 "if run loadimage; then " \
Dirk Behmebab104e2009-01-28 21:40:16 +0100136 "run mmcboot; " \
Nishanth Menon84218b52014-04-08 09:50:56 -0500137 "else if run loadzimage; then " \
138 "run mmczboot; " \
Dirk Behmebab104e2009-01-28 21:40:16 +0100139 "else run nandboot; " \
Nishanth Menon84218b52014-04-08 09:50:56 -0500140 "fi; fi;" \
Dirk Behmebab104e2009-01-28 21:40:16 +0100141 "fi; " \
142 "else run nandboot; fi"
143
Dirk Behmebab104e2009-01-28 21:40:16 +0100144/*
145 * Miscellaneous configurable options
146 */
Nishanth Menon91039282014-04-08 09:50:58 -0500147#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1) /* memtest */
148#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_2 + \
Dirk Behmebab104e2009-01-28 21:40:16 +0100149 0x01F00000) /* 31MB */
150
Dirk Behmebab104e2009-01-28 21:40:16 +0100151/*-----------------------------------------------------------------------
152 * FLASH and environment organization
153 */
154
155/* **** PISMO SUPPORT *** */
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400156#if defined(CONFIG_CMD_NAND)
pekon gupta0a9ec452014-07-18 17:59:41 +0530157#define CONFIG_SYS_FLASH_BASE NAND_BASE
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400158#endif
Dirk Behmebab104e2009-01-28 21:40:16 +0100159
160/* Monitor at start of flash */
161#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
162#define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
163
164#define CONFIG_ENV_IS_IN_NAND 1
165#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
166#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
167
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400168#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
169#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
Dirk Behmebab104e2009-01-28 21:40:16 +0100170#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
171
Nishanth Menon71770702014-04-08 09:50:53 -0500172#ifdef CONFIG_CMD_NET
173/* Ethernet (LAN9211 from SMSC9118 family) */
174#define CONFIG_SMC911X
175#define CONFIG_SMC911X_32_BIT
176#define CONFIG_SMC911X_BASE DEBUG_BASE
177
178#endif
179
Dirk Behmebab104e2009-01-28 21:40:16 +0100180#endif /* __CONFIG_H */