blob: 11d7b86eb10d0e9285ca4ea6ae8e28bcd9a31803 [file] [log] [blame]
Dirk Behme7b84a7b2009-01-28 21:39:58 +01001/*
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -05002 * (C) Copyright 2008-2010
3 * GraÅžvydas Ignotas <notasas@gmail.com>
Dirk Behme7b84a7b2009-01-28 21:39:58 +01004 *
5 * Configuration settings for the OMAP3 Pandora.
6 *
Wolfgang Denkbd8ec7e2013-10-07 13:07:26 +02007 * SPDX-License-Identifier: GPL-2.0+
Dirk Behme7b84a7b2009-01-28 21:39:58 +01008 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
Dirk Behme7b84a7b2009-01-28 21:39:58 +010012
13/*
14 * High Level Configuration Options
15 */
Dirk Behme7b84a7b2009-01-28 21:39:58 +010016#define CONFIG_OMAP 1 /* in a TI OMAP core */
Dirk Behme7b84a7b2009-01-28 21:39:58 +010017#define CONFIG_OMAP3_PANDORA 1 /* working with pandora */
Marek Vasutaede1882012-07-21 05:02:23 +000018#define CONFIG_OMAP_GPIO
Lokesh Vutla56055052013-07-30 11:36:30 +053019#define CONFIG_OMAP_COMMON
Nishanth Menon3e46e3e2015-03-09 17:12:08 -050020/* Common ARM Erratas */
21#define CONFIG_ARM_ERRATA_454179
22#define CONFIG_ARM_ERRATA_430973
23#define CONFIG_ARM_ERRATA_621766
Dirk Behme7b84a7b2009-01-28 21:39:58 +010024
Vaibhav Hiremath558d23d2010-06-07 15:20:34 -040025#define CONFIG_SDRC /* The chip has SDRC controller */
26
Dirk Behme7b84a7b2009-01-28 21:39:58 +010027#include <asm/arch/cpu.h> /* get chip and board defs */
Nishanth Menonfa96c962015-03-09 17:12:04 -050028#include <asm/arch/omap.h>
Dirk Behme7b84a7b2009-01-28 21:39:58 +010029
Sanjeev Premie32ef2e2009-04-27 21:27:27 +053030/*
31 * Display CPU and Board information
32 */
33#define CONFIG_DISPLAY_CPUINFO 1
34#define CONFIG_DISPLAY_BOARDINFO 1
35
Dirk Behme7b84a7b2009-01-28 21:39:58 +010036/* Clock Defines */
37#define V_OSCK 26000000 /* Clock output from T2 */
38#define V_SCLK (V_OSCK >> 1)
39
Dirk Behme7b84a7b2009-01-28 21:39:58 +010040#define CONFIG_MISC_INIT_R
41
42#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
43#define CONFIG_SETUP_MEMORY_TAGS 1
44#define CONFIG_INITRD_TAG 1
45#define CONFIG_REVISION_TAG 1
46
Grant Likely100b8492011-03-28 09:59:07 +000047#define CONFIG_OF_LIBFDT 1
48
Dirk Behme7b84a7b2009-01-28 21:39:58 +010049/*
50 * Size of malloc() pool
51 */
Sandeep Paulraj6a87b3f2009-09-09 11:50:40 -040052#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -050053#define CONFIG_SYS_MALLOC_LEN (1024 * 1024 + CONFIG_ENV_SIZE)
Dirk Behme7b84a7b2009-01-28 21:39:58 +010054
55/*
56 * Hardware drivers
57 */
58
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -050059#define CONFIG_SYS_CONSOLE_IS_IN_ENV 1
60#define CONFIG_SYS_DEVICE_NULLDEV 1
61
62/* USB */
63#define CONFIG_MUSB_UDC 1
64#define CONFIG_USB_OMAP3 1
65#define CONFIG_TWL4030_USB 1
66
67/* USB device configuration */
68#define CONFIG_USB_DEVICE 1
69#define CONFIG_USB_TTY 1
70
Dirk Behme7b84a7b2009-01-28 21:39:58 +010071/*
72 * NS16550 Configuration
73 */
74#define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */
75
76#define CONFIG_SYS_NS16550
77#define CONFIG_SYS_NS16550_SERIAL
78#define CONFIG_SYS_NS16550_REG_SIZE (-4)
79#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
80
81/*
82 * select serial console configuration
83 */
84#define CONFIG_CONS_INDEX 3
85#define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
86#define CONFIG_SERIAL3 3
87
88/* allow to overwrite serial and ethaddr */
89#define CONFIG_ENV_OVERWRITE
90#define CONFIG_BAUDRATE 115200
91#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \
92 115200}
Tom Rini83922512011-09-03 21:51:25 -040093#define CONFIG_GENERIC_MMC 1
Dirk Behme7b84a7b2009-01-28 21:39:58 +010094#define CONFIG_MMC 1
Tom Rini83922512011-09-03 21:51:25 -040095#define CONFIG_OMAP_HSMMC 1
Dirk Behme7b84a7b2009-01-28 21:39:58 +010096#define CONFIG_DOS_PARTITION 1
97
98/* commands to include */
99#include <config_cmd_default.h>
100
101#define CONFIG_CMD_EXT2 /* EXT2 Support */
102#define CONFIG_CMD_FAT /* FAT support */
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100103
104#define CONFIG_CMD_I2C /* I2C serial bus support */
105#define CONFIG_CMD_MMC /* MMC support */
106#define CONFIG_CMD_NAND /* NAND support */
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -0500107#define CONFIG_CMD_CACHE /* Cache control */
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100108
109#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
110#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
111#undef CONFIG_CMD_IMI /* iminfo */
112#undef CONFIG_CMD_IMLS /* List all found images */
113#undef CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
114#undef CONFIG_CMD_NFS /* NFS support */
115
116#define CONFIG_SYS_NO_FLASH
Heiko Schocherf53f2b82013-10-22 11:03:18 +0200117#define CONFIG_SYS_I2C
118#define CONFIG_SYS_OMAP24_I2C_SPEED 100000
119#define CONFIG_SYS_OMAP24_I2C_SLAVE 1
120#define CONFIG_SYS_I2C_OMAP34XX
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100121
122/*
Tom Rix0f2a8042009-06-28 12:52:30 -0500123 * TWL4030
124 */
125#define CONFIG_TWL4030_POWER 1
126#define CONFIG_TWL4030_LED 1
127
128/*
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100129 * Board NAND Info.
130 */
131#define CONFIG_NAND_OMAP_GPMC
132#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
133 /* to access nand */
134#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
135 /* to access nand */
136 /* at CS0 */
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100137#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */
138 /* devices */
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -0500139
140#ifdef CONFIG_CMD_NAND
141#define CONFIG_CMD_MTDPARTS
142#define CONFIG_MTD_PARTITIONS
143#define CONFIG_MTD_DEVICE
144#define CONFIG_CMD_UBI
145#define CONFIG_CMD_UBIFS
146#define CONFIG_RBTREE
147#define CONFIG_LZO
148
149#define MTDIDS_DEFAULT "nand0=nand"
150#define MTDPARTS_DEFAULT "mtdparts=nand:512k(xloader),"\
151 "1920k(uboot),128k(uboot-env),"\
152 "10m(boot),-(rootfs)"
153#else
154#define MTDPARTS_DEFAULT
155#endif
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100156
157/* Environment information */
158#define CONFIG_BOOTDELAY 1
159
160#define CONFIG_EXTRA_ENV_SETTINGS \
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -0500161 "usbtty=cdc_acm\0" \
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100162 "loadaddr=0x82000000\0" \
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -0500163 "bootargs=ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs " \
Grazvydas Ignotas0c8345b2012-03-22 13:49:23 +0000164 "rw rootflags=bulk_read vram=6272K omapfb.vram=0:3000K\0" \
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -0500165 "mtdparts=" MTDPARTS_DEFAULT "\0" \
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100166
167#define CONFIG_BOOTCOMMAND \
Tom Rini83922512011-09-03 21:51:25 -0400168 "if mmc rescan && fatload mmc1 0 ${loadaddr} autoboot.scr || " \
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -0500169 "ext2load mmc1 0 ${loadaddr} autoboot.scr; then " \
170 "source ${loadaddr}; " \
171 "fi; " \
Joe Hershberger108458a2012-11-01 16:54:18 +0000172 "ubi part boot && ubifsmount ubi:boot && " \
173 "ubifsload ${loadaddr} uImage && bootm ${loadaddr}"
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100174
175#define CONFIG_AUTO_COMPLETE 1
176/*
177 * Miscellaneous configurable options
178 */
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100179#define CONFIG_SYS_LONGHELP /* undef to save memory */
180#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
Robert P. J. Day23f5a2d2009-12-12 12:10:33 -0500181#define CONFIG_SYS_PROMPT "Pandora # "
Vaibhav Hiremathe1832902011-09-03 21:24:19 -0400182#define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100183/* Print Buffer Size */
184#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
185 sizeof(CONFIG_SYS_PROMPT) + 16)
186#define CONFIG_SYS_MAXARGS 16 /* max number of command */
187 /* args */
188/* Boot Argument Buffer Size */
189#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
190/* memtest works on */
191#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
192#define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \
193 0x01F00000) /* 31MB */
194
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100195#define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0) /* default load */
196 /* address */
197
198/*
Manikandan Pillaie8b16962009-04-21 17:29:05 +0200199 * OMAP3 has 12 GP timers, they can be driven by the system clock
200 * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK).
201 * This rate is divided by a local divisor.
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100202 */
Manikandan Pillaie8b16962009-04-21 17:29:05 +0200203#define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2
204#define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100205
206/*-----------------------------------------------------------------------
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100207 * Physical Memory Map
208 */
209#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
210#define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100211#define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1
212
Grazvydas Ignotasa3e22f62010-11-19 11:25:31 -0500213#define CONFIG_SYS_TEXT_BASE 0x80008000
214#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
215#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
216#define CONFIG_SYS_INIT_RAM_SIZE 0x800
217#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
218 CONFIG_SYS_INIT_RAM_SIZE - \
219 GENERATED_GBL_DATA_SIZE)
220
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100221/*-----------------------------------------------------------------------
222 * FLASH and environment organization
223 */
224
225/* **** PISMO SUPPORT *** */
Sandeep Paulraj6a87b3f2009-09-09 11:50:40 -0400226#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100227
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400228#if defined(CONFIG_CMD_NAND)
pekon gupta0a9ec452014-07-18 17:59:41 +0530229#define CONFIG_SYS_FLASH_BASE NAND_BASE
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400230#endif
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100231
232/* Monitor at start of flash */
233#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100234
235#define CONFIG_ENV_IS_IN_NAND 1
Grazvydas Ignotas9f4de642010-11-19 11:25:36 -0500236#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100237
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400238#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
239#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100240#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
241
Aneesh Vfa5c07a2011-11-21 23:38:59 +0000242#define CONFIG_SYS_CACHELINE_SIZE 64
243
Dirk Behme7b84a7b2009-01-28 21:39:58 +0100244#endif /* __CONFIG_H */