Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 1 | /* |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 2 | * (C) Copyright 2008-2010 |
| 3 | * GraÅžvydas Ignotas <notasas@gmail.com> |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 4 | * |
| 5 | * Configuration settings for the OMAP3 Pandora. |
| 6 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __CONFIG_H |
| 11 | #define __CONFIG_H |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 12 | |
| 13 | /* |
| 14 | * High Level Configuration Options |
| 15 | */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 16 | #define CONFIG_OMAP 1 /* in a TI OMAP core */ |
| 17 | #define CONFIG_OMAP34XX 1 /* which is a 34XX */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 18 | #define CONFIG_OMAP3_PANDORA 1 /* working with pandora */ |
Marek Vasut | 308252a | 2012-07-21 05:02:23 +0000 | [diff] [blame] | 19 | #define CONFIG_OMAP_GPIO |
Lokesh Vutla | 806d279 | 2013-07-30 11:36:30 +0530 | [diff] [blame] | 20 | #define CONFIG_OMAP_COMMON |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 21 | |
Vaibhav Hiremath | cae377b | 2010-06-07 15:20:34 -0400 | [diff] [blame] | 22 | #define CONFIG_SDRC /* The chip has SDRC controller */ |
| 23 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 24 | #include <asm/arch/cpu.h> /* get chip and board defs */ |
| 25 | #include <asm/arch/omap3.h> |
| 26 | |
Sanjeev Premi | 6a6b62e | 2009-04-27 21:27:27 +0530 | [diff] [blame] | 27 | /* |
| 28 | * Display CPU and Board information |
| 29 | */ |
| 30 | #define CONFIG_DISPLAY_CPUINFO 1 |
| 31 | #define CONFIG_DISPLAY_BOARDINFO 1 |
| 32 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 33 | /* Clock Defines */ |
| 34 | #define V_OSCK 26000000 /* Clock output from T2 */ |
| 35 | #define V_SCLK (V_OSCK >> 1) |
| 36 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 37 | #define CONFIG_MISC_INIT_R |
| 38 | |
| 39 | #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ |
| 40 | #define CONFIG_SETUP_MEMORY_TAGS 1 |
| 41 | #define CONFIG_INITRD_TAG 1 |
| 42 | #define CONFIG_REVISION_TAG 1 |
| 43 | |
Grant Likely | 2fa8ca9 | 2011-03-28 09:59:07 +0000 | [diff] [blame] | 44 | #define CONFIG_OF_LIBFDT 1 |
| 45 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 46 | /* |
| 47 | * Size of malloc() pool |
| 48 | */ |
Sandeep Paulraj | 9c44ddc | 2009-09-09 11:50:40 -0400 | [diff] [blame] | 49 | #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 50 | #define CONFIG_SYS_MALLOC_LEN (1024 * 1024 + CONFIG_ENV_SIZE) |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 51 | |
| 52 | /* |
| 53 | * Hardware drivers |
| 54 | */ |
| 55 | |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 56 | #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 |
| 57 | #define CONFIG_SYS_DEVICE_NULLDEV 1 |
| 58 | |
| 59 | /* USB */ |
| 60 | #define CONFIG_MUSB_UDC 1 |
| 61 | #define CONFIG_USB_OMAP3 1 |
| 62 | #define CONFIG_TWL4030_USB 1 |
| 63 | |
| 64 | /* USB device configuration */ |
| 65 | #define CONFIG_USB_DEVICE 1 |
| 66 | #define CONFIG_USB_TTY 1 |
| 67 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 68 | /* |
| 69 | * NS16550 Configuration |
| 70 | */ |
| 71 | #define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */ |
| 72 | |
| 73 | #define CONFIG_SYS_NS16550 |
| 74 | #define CONFIG_SYS_NS16550_SERIAL |
| 75 | #define CONFIG_SYS_NS16550_REG_SIZE (-4) |
| 76 | #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK |
| 77 | |
| 78 | /* |
| 79 | * select serial console configuration |
| 80 | */ |
| 81 | #define CONFIG_CONS_INDEX 3 |
| 82 | #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3 |
| 83 | #define CONFIG_SERIAL3 3 |
| 84 | |
| 85 | /* allow to overwrite serial and ethaddr */ |
| 86 | #define CONFIG_ENV_OVERWRITE |
| 87 | #define CONFIG_BAUDRATE 115200 |
| 88 | #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \ |
| 89 | 115200} |
Tom Rini | 86c5c54 | 2011-09-03 21:51:25 -0400 | [diff] [blame] | 90 | #define CONFIG_GENERIC_MMC 1 |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 91 | #define CONFIG_MMC 1 |
Tom Rini | 86c5c54 | 2011-09-03 21:51:25 -0400 | [diff] [blame] | 92 | #define CONFIG_OMAP_HSMMC 1 |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 93 | #define CONFIG_DOS_PARTITION 1 |
| 94 | |
| 95 | /* commands to include */ |
| 96 | #include <config_cmd_default.h> |
| 97 | |
| 98 | #define CONFIG_CMD_EXT2 /* EXT2 Support */ |
| 99 | #define CONFIG_CMD_FAT /* FAT support */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 100 | |
| 101 | #define CONFIG_CMD_I2C /* I2C serial bus support */ |
| 102 | #define CONFIG_CMD_MMC /* MMC support */ |
| 103 | #define CONFIG_CMD_NAND /* NAND support */ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 104 | #define CONFIG_CMD_CACHE /* Cache control */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 105 | |
| 106 | #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ |
| 107 | #undef CONFIG_CMD_FPGA /* FPGA configuration Support */ |
| 108 | #undef CONFIG_CMD_IMI /* iminfo */ |
| 109 | #undef CONFIG_CMD_IMLS /* List all found images */ |
| 110 | #undef CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ |
| 111 | #undef CONFIG_CMD_NFS /* NFS support */ |
| 112 | |
| 113 | #define CONFIG_SYS_NO_FLASH |
Tom Rix | 0297ec7 | 2009-09-29 10:19:49 -0400 | [diff] [blame] | 114 | #define CONFIG_HARD_I2C 1 |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 115 | #define CONFIG_SYS_I2C_SPEED 100000 |
| 116 | #define CONFIG_SYS_I2C_SLAVE 1 |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 117 | #define CONFIG_DRIVER_OMAP34XX_I2C 1 |
| 118 | |
| 119 | /* |
Tom Rix | 2c15513 | 2009-06-28 12:52:30 -0500 | [diff] [blame] | 120 | * TWL4030 |
| 121 | */ |
| 122 | #define CONFIG_TWL4030_POWER 1 |
| 123 | #define CONFIG_TWL4030_LED 1 |
| 124 | |
| 125 | /* |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 126 | * Board NAND Info. |
| 127 | */ |
| 128 | #define CONFIG_NAND_OMAP_GPMC |
| 129 | #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |
| 130 | /* to access nand */ |
| 131 | #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ |
| 132 | /* to access nand */ |
| 133 | /* at CS0 */ |
| 134 | #define GPMC_NAND_ECC_LP_x16_LAYOUT 1 |
| 135 | |
| 136 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ |
| 137 | /* devices */ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 138 | |
| 139 | #ifdef CONFIG_CMD_NAND |
| 140 | #define CONFIG_CMD_MTDPARTS |
| 141 | #define CONFIG_MTD_PARTITIONS |
| 142 | #define CONFIG_MTD_DEVICE |
| 143 | #define CONFIG_CMD_UBI |
| 144 | #define CONFIG_CMD_UBIFS |
| 145 | #define CONFIG_RBTREE |
| 146 | #define CONFIG_LZO |
| 147 | |
| 148 | #define MTDIDS_DEFAULT "nand0=nand" |
| 149 | #define MTDPARTS_DEFAULT "mtdparts=nand:512k(xloader),"\ |
| 150 | "1920k(uboot),128k(uboot-env),"\ |
| 151 | "10m(boot),-(rootfs)" |
| 152 | #else |
| 153 | #define MTDPARTS_DEFAULT |
| 154 | #endif |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 155 | |
| 156 | /* Environment information */ |
| 157 | #define CONFIG_BOOTDELAY 1 |
| 158 | |
| 159 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 160 | "usbtty=cdc_acm\0" \ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 161 | "loadaddr=0x82000000\0" \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 162 | "bootargs=ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs " \ |
Grazvydas Ignotas | 9baa37b | 2012-03-22 13:49:23 +0000 | [diff] [blame] | 163 | "rw rootflags=bulk_read vram=6272K omapfb.vram=0:3000K\0" \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 164 | "mtdparts=" MTDPARTS_DEFAULT "\0" \ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 165 | |
| 166 | #define CONFIG_BOOTCOMMAND \ |
Tom Rini | 86c5c54 | 2011-09-03 21:51:25 -0400 | [diff] [blame] | 167 | "if mmc rescan && fatload mmc1 0 ${loadaddr} autoboot.scr || " \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 168 | "ext2load mmc1 0 ${loadaddr} autoboot.scr; then " \ |
| 169 | "source ${loadaddr}; " \ |
| 170 | "fi; " \ |
Joe Hershberger | 949a771 | 2012-11-01 16:54:18 +0000 | [diff] [blame] | 171 | "ubi part boot && ubifsmount ubi:boot && " \ |
| 172 | "ubifsload ${loadaddr} uImage && bootm ${loadaddr}" |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 173 | |
| 174 | #define CONFIG_AUTO_COMPLETE 1 |
| 175 | /* |
| 176 | * Miscellaneous configurable options |
| 177 | */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 178 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
| 179 | #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ |
Robert P. J. Day | 1270ec1 | 2009-12-12 12:10:33 -0500 | [diff] [blame] | 180 | #define CONFIG_SYS_PROMPT "Pandora # " |
Vaibhav Hiremath | f62b125 | 2011-09-03 21:24:19 -0400 | [diff] [blame] | 181 | #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 182 | /* Print Buffer Size */ |
| 183 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ |
| 184 | sizeof(CONFIG_SYS_PROMPT) + 16) |
| 185 | #define CONFIG_SYS_MAXARGS 16 /* max number of command */ |
| 186 | /* args */ |
| 187 | /* Boot Argument Buffer Size */ |
| 188 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
| 189 | /* memtest works on */ |
| 190 | #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0) |
| 191 | #define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \ |
| 192 | 0x01F00000) /* 31MB */ |
| 193 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 194 | #define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0) /* default load */ |
| 195 | /* address */ |
| 196 | |
| 197 | /* |
Manikandan Pillai | d3a513c | 2009-04-21 17:29:05 +0200 | [diff] [blame] | 198 | * OMAP3 has 12 GP timers, they can be driven by the system clock |
| 199 | * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK). |
| 200 | * This rate is divided by a local divisor. |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 201 | */ |
Manikandan Pillai | d3a513c | 2009-04-21 17:29:05 +0200 | [diff] [blame] | 202 | #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 |
| 203 | #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */ |
| 204 | #define CONFIG_SYS_HZ 1000 |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 205 | |
| 206 | /*----------------------------------------------------------------------- |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 207 | * 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 Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 211 | #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 |
| 212 | |
Grazvydas Ignotas | 23df4f6 | 2010-11-19 11:25:31 -0500 | [diff] [blame] | 213 | #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 Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 221 | /*----------------------------------------------------------------------- |
| 222 | * FLASH and environment organization |
| 223 | */ |
| 224 | |
| 225 | /* **** PISMO SUPPORT *** */ |
| 226 | |
| 227 | /* Configure the PISMO */ |
| 228 | #define PISMO1_NAND_SIZE GPMC_SIZE_128M |
| 229 | #define PISMO1_ONEN_SIZE GPMC_SIZE_128M |
| 230 | |
Sandeep Paulraj | 9c44ddc | 2009-09-09 11:50:40 -0400 | [diff] [blame] | 231 | #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 232 | |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 233 | #if defined(CONFIG_CMD_NAND) |
| 234 | #define CONFIG_SYS_FLASH_BASE PISMO1_NAND_BASE |
| 235 | #endif |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 236 | |
| 237 | /* Monitor at start of flash */ |
| 238 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 239 | |
| 240 | #define CONFIG_ENV_IS_IN_NAND 1 |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 241 | #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 242 | |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 243 | #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ |
| 244 | #define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 245 | #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET |
| 246 | |
Aneesh V | 8e40852 | 2011-11-21 23:38:59 +0000 | [diff] [blame] | 247 | #define CONFIG_SYS_CACHELINE_SIZE 64 |
| 248 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 249 | #endif /* __CONFIG_H */ |