blob: c62b373de3068705eec00bb498fe44ef1eb1597b [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Dirk Behme7379f452009-01-28 21:40:16 +01002/*
3 * (C) Copyright 2006-2008
4 * Texas Instruments.
5 * Richard Woodruff <r-woodruff2@ti.com>
6 * Syed Mohammed Khasim <x0khasim@ti.com>
7 * Nishanth Menon <nm@ti.com>
8 *
9 * Configuration settings for the TI OMAP3430 Zoom MDK board.
Dirk Behme7379f452009-01-28 21:40:16 +010010 */
11
12#ifndef __CONFIG_H
13#define __CONFIG_H
Dirk Behme7379f452009-01-28 21:40:16 +010014
Nishanth Menon161d2d52014-04-08 09:50:58 -050015#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Dirk Behme7379f452009-01-28 21:40:16 +010016#include <asm/arch/cpu.h> /* get chip and board defs */
Nishanth Menon987ec582015-03-09 17:12:04 -050017#include <asm/arch/omap.h>
Nishanth Menon161d2d52014-04-08 09:50:58 -050018#include <configs/ti_omap3_common.h>
19
20/* Remove SPL boot option - we do not support that on LDP yet */
Nishanth Menon161d2d52014-04-08 09:50:58 -050021
22/* Generic NAND definition conflicts with debug_base */
23#undef CONFIG_SYS_NAND_BASE
Dirk Behme7379f452009-01-28 21:40:16 +010024
Dirk Behme7379f452009-01-28 21:40:16 +010025#define CONFIG_MISC_INIT_R
26
Dirk Behme7379f452009-01-28 21:40:16 +010027#define CONFIG_REVISION_TAG 1
28
Sandeep Paulraj9c44ddc2009-09-09 11:50:40 -040029#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Dirk Behme7379f452009-01-28 21:40:16 +010030
31/*
32 * Hardware drivers
33 */
34
Tom Rix05be5a62009-10-31 12:37:42 -050035/* USB device configuration */
36#define CONFIG_USB_DEVICE 1
37#define CONFIG_USB_TTY 1
Tom Rix05be5a62009-10-31 12:37:42 -050038/* Change these to suit your needs */
39#define CONFIG_USBD_VENDORID 0x0451
40#define CONFIG_USBD_PRODUCTID 0x5678
41#define CONFIG_USBD_MANUFACTURER "Texas Instruments"
42#define CONFIG_USBD_PRODUCT_NAME "Zoom1"
43
Nishanth Menon161d2d52014-04-08 09:50:58 -050044#if defined(CONFIG_CMD_NAND)
pekon gupta434f2cf2014-07-18 17:59:42 +053045/* NAND: SPL falcon mode configs */
46#ifdef CONFIG_SPL_OS_BOOT
pekon gupta434f2cf2014-07-18 17:59:42 +053047#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
pekon gupta434f2cf2014-07-18 17:59:42 +053048#endif
Nishanth Menon161d2d52014-04-08 09:50:58 -050049#endif
Dirk Behme7379f452009-01-28 21:40:16 +010050
Dirk Behme7379f452009-01-28 21:40:16 +010051/*
Tom Rixcd782632009-06-28 12:52:29 -050052 * TWL4030
53 */
Tom Rix2c155132009-06-28 12:52:30 -050054#define CONFIG_TWL4030_LED 1
Tom Rixcd782632009-06-28 12:52:29 -050055
56/*
Dirk Behme7379f452009-01-28 21:40:16 +010057 * Board NAND Info.
58 */
Dirk Behme7379f452009-01-28 21:40:16 +010059#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
60 /* to access nand */
61#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
62 /* to access nand at */
63 /* CS0 */
Dirk Behme7379f452009-01-28 21:40:16 +010064
65/* Environment information */
Dirk Behme7379f452009-01-28 21:40:16 +010066
67#define CONFIG_EXTRA_ENV_SETTINGS \
68 "loadaddr=0x82000000\0" \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -050069 "fdtaddr=0x80f80000\0" \
Nishanth Menon4e8183b2014-04-08 09:50:55 -050070 "bootfile=uImage\0" \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -050071 "fdtfile=omap3-ldp.dtb\0" \
Nishanth Menon4e8183b2014-04-08 09:50:55 -050072 "bootdir=/\0" \
73 "bootpart=0:1\0" \
Tom Rix05be5a62009-10-31 12:37:42 -050074 "usbtty=cdc_acm\0" \
Nishanth Menonea467c72014-04-08 09:50:57 -050075 "console=ttyO2,115200n8\0" \
Tom Rinid6906cb2011-09-03 21:50:35 -040076 "mmcdev=0\0" \
Dirk Behme7379f452009-01-28 21:40:16 +010077 "videomode=1024x768@60,vxres=1024,vyres=768\0" \
78 "videospec=omapfb:vram:2M,vram:4M\0" \
79 "mmcargs=setenv bootargs console=${console} " \
80 "video=${videospec},mode:${videomode} " \
81 "root=/dev/mmcblk0p2 rw " \
82 "rootfstype=ext3 rootwait\0" \
83 "nandargs=setenv bootargs console=${console} " \
84 "video=${videospec},mode:${videomode} " \
85 "root=/dev/mtdblock4 rw " \
86 "rootfstype=jffs2\0" \
Tom Rinid6906cb2011-09-03 21:50:35 -040087 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
Dirk Behme7379f452009-01-28 21:40:16 +010088 "bootscript=echo Running bootscript from mmc ...; " \
Wolfgang Denk74de7ae2009-04-01 23:34:12 +020089 "source ${loadaddr}\0" \
Nishanth Menon4e8183b2014-04-08 09:50:55 -050090 "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -050091 "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
92 "loadzimage=setenv bootfile zImage; if run loadimage; then run loadfdt;fi\0"\
Dirk Behme7379f452009-01-28 21:40:16 +010093 "mmcboot=echo Booting from mmc ...; " \
94 "run mmcargs; " \
95 "bootm ${loadaddr}\0" \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -050096 "mmczboot=echo Booting from mmc ...; " \
97 "run mmcargs; " \
98 "bootz ${loadaddr} - ${fdtaddr}\0" \
Dirk Behme7379f452009-01-28 21:40:16 +010099 "nandboot=echo Booting from nand ...; " \
100 "run nandargs; " \
101 "nand read ${loadaddr} 280000 400000; " \
102 "bootm ${loadaddr}\0" \
103
104#define CONFIG_BOOTCOMMAND \
Andrew Bradford66968112012-10-01 05:06:52 +0000105 "mmc dev ${mmcdev}; if mmc rescan; then " \
Dirk Behme7379f452009-01-28 21:40:16 +0100106 "if run loadbootscript; then " \
107 "run bootscript; " \
108 "else " \
Nishanth Menon4e8183b2014-04-08 09:50:55 -0500109 "if run loadimage; then " \
Dirk Behme7379f452009-01-28 21:40:16 +0100110 "run mmcboot; " \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -0500111 "else if run loadzimage; then " \
112 "run mmczboot; " \
Dirk Behme7379f452009-01-28 21:40:16 +0100113 "else run nandboot; " \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -0500114 "fi; fi;" \
Dirk Behme7379f452009-01-28 21:40:16 +0100115 "fi; " \
116 "else run nandboot; fi"
117
Dirk Behme7379f452009-01-28 21:40:16 +0100118/*
119 * Miscellaneous configurable options
120 */
Nishanth Menon161d2d52014-04-08 09:50:58 -0500121#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1) /* memtest */
122#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_2 + \
Dirk Behme7379f452009-01-28 21:40:16 +0100123 0x01F00000) /* 31MB */
124
Dirk Behme7379f452009-01-28 21:40:16 +0100125/*-----------------------------------------------------------------------
126 * FLASH and environment organization
127 */
128
129/* **** PISMO SUPPORT *** */
Luca Ceresoli6cbec7b2011-04-20 11:02:05 -0400130#if defined(CONFIG_CMD_NAND)
pekon gupta222a3112014-07-18 17:59:41 +0530131#define CONFIG_SYS_FLASH_BASE NAND_BASE
Luca Ceresoli6cbec7b2011-04-20 11:02:05 -0400132#endif
Dirk Behme7379f452009-01-28 21:40:16 +0100133
134/* Monitor at start of flash */
135#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
136#define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
137
Dirk Behme7379f452009-01-28 21:40:16 +0100138#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
Dirk Behme7379f452009-01-28 21:40:16 +0100139
Luca Ceresoli6cbec7b2011-04-20 11:02:05 -0400140#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
Adam Ford7672d9d2017-09-04 21:08:02 -0500141#define CONFIG_ENV_OFFSET 0x260000
142#define CONFIG_ENV_ADDR 0x260000
Dirk Behme7379f452009-01-28 21:40:16 +0100143
Dirk Behme7379f452009-01-28 21:40:16 +0100144#endif /* __CONFIG_H */