Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2011 Logic Product Development <www.logicpd.com> |
| 3 | * Peter Barada <peter.barada@logicpd.com> |
| 4 | * |
| 5 | * Configuration settings for the Logic OMAP35x/DM37x SOM LV/Torpedo |
| 6 | * reference boards. |
| 7 | * |
Wolfgang Denk | 3765b3e | 2013-10-07 13:07:26 +0200 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0+ |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef __CONFIG_H |
| 12 | #define __CONFIG_H |
| 13 | |
| 14 | /* |
| 15 | * High Level Configuration Options |
| 16 | */ |
| 17 | #define CONFIG_OMAP /* in a TI OMAP core */ |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 18 | #define CONFIG_OMAP3_LOGIC /* working with Logic OMAP boards */ |
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 |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 21 | |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 22 | #define CONFIG_SYS_TEXT_BASE 0x80400000 |
| 23 | |
| 24 | #define CONFIG_SDRC /* The chip has SDRC controller */ |
| 25 | |
| 26 | #include <asm/arch/cpu.h> /* get chip and board defs */ |
| 27 | #include <asm/arch/omap3.h> |
| 28 | |
| 29 | /* |
| 30 | * Display CPU and Board information |
| 31 | */ |
| 32 | #define CONFIG_DISPLAY_CPUINFO |
| 33 | #define CONFIG_DISPLAY_BOARDINFO |
| 34 | |
| 35 | /* Clock Defines */ |
| 36 | #define V_OSCK 26000000 /* Clock output from T2 */ |
| 37 | #define V_SCLK (V_OSCK >> 1) |
| 38 | |
| 39 | #define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */ |
| 40 | |
| 41 | #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ |
| 42 | #define CONFIG_SETUP_MEMORY_TAGS |
| 43 | #define CONFIG_INITRD_TAG |
| 44 | #define CONFIG_REVISION_TAG |
| 45 | |
| 46 | #define CONFIG_CMDLINE_EDITING /* cmd line edit/history */ |
| 47 | #define CONFIG_ZERO_BOOTDELAY_CHECK /* check keypress w/no delay */ |
| 48 | |
| 49 | /* |
| 50 | * Size of malloc() pool |
| 51 | */ |
| 52 | #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ |
| 53 | /* Sector */ |
| 54 | #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10)) |
| 55 | |
| 56 | /* |
| 57 | * Hardware drivers |
| 58 | */ |
| 59 | |
| 60 | /* |
| 61 | * NS16550 Configuration |
| 62 | */ |
| 63 | #define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */ |
| 64 | |
| 65 | #define CONFIG_SYS_NS16550 |
| 66 | #define CONFIG_SYS_NS16550_SERIAL |
| 67 | #define CONFIG_SYS_NS16550_REG_SIZE (-4) |
| 68 | #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK |
| 69 | |
| 70 | /* |
| 71 | * select serial console configuration |
| 72 | */ |
| 73 | #define CONFIG_CONS_INDEX 1 |
| 74 | #define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1 |
| 75 | #define CONFIG_SERIAL1 1 /* UART1 on OMAP Logic boards */ |
| 76 | |
| 77 | /* allow to overwrite serial and ethaddr */ |
| 78 | #define CONFIG_ENV_OVERWRITE |
| 79 | #define CONFIG_BAUDRATE 115200 |
| 80 | #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ |
| 81 | 115200} |
| 82 | #define CONFIG_GENERIC_MMC |
| 83 | #define CONFIG_MMC |
| 84 | #define CONFIG_OMAP_HSMMC |
| 85 | #define CONFIG_DOS_PARTITION |
| 86 | |
| 87 | /* commands to include */ |
| 88 | #include <config_cmd_default.h> |
| 89 | |
| 90 | #define CONFIG_CMD_CACHE |
| 91 | #define CONFIG_CMD_EXT2 /* EXT2 Support */ |
| 92 | #define CONFIG_CMD_FAT /* FAT support */ |
| 93 | #define CONFIG_CMD_JFFS2 /* JFFS2 Support */ |
| 94 | #define CONFIG_CMD_MTDPARTS /* Enable MTD parts commands */ |
| 95 | #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ |
| 96 | #define MTDIDS_DEFAULT "nand0=omap2-nand.0" |
| 97 | #define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:512k(x-loader),"\ |
| 98 | "1920k(u-boot),128k(u-boot-env),"\ |
| 99 | "4m(kernel),-(fs)" |
| 100 | |
| 101 | #define CONFIG_CMD_I2C /* I2C serial bus support */ |
| 102 | #define CONFIG_CMD_MMC /* MMC support */ |
| 103 | #define CONFIG_CMD_NAND /* NAND support */ |
| 104 | #define CONFIG_CMD_NAND_LOCK_UNLOCK /* nand (un)lock commands */ |
| 105 | #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ |
| 106 | #define CONFIG_CMD_PING |
| 107 | #define CONFIG_CMD_DHCP |
Marek Vasut | 02b233e | 2012-03-31 07:47:18 +0000 | [diff] [blame] | 108 | #define CONFIG_CMD_SETEXPR /* Evaluate expressions */ |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 109 | |
| 110 | #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ |
| 111 | #undef CONFIG_CMD_FPGA /* FPGA configuration Support */ |
| 112 | #undef CONFIG_CMD_IMI /* iminfo */ |
| 113 | #undef CONFIG_CMD_IMLS /* List all found images */ |
| 114 | |
| 115 | #define CONFIG_SYS_NO_FLASH |
| 116 | |
| 117 | /* |
| 118 | * I2C |
| 119 | */ |
Heiko Schocher | 6789e84 | 2013-10-22 11:03:18 +0200 | [diff] [blame] | 120 | #define CONFIG_SYS_I2C |
| 121 | #define CONFIG_SYS_OMAP24_I2C_SPEED 100000 |
| 122 | #define CONFIG_SYS_OMAP24_I2C_SLAVE 1 |
| 123 | #define CONFIG_SYS_I2C_OMAP34XX |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 124 | |
| 125 | /* |
| 126 | * TWL4030 |
| 127 | */ |
| 128 | #define CONFIG_TWL4030_POWER |
| 129 | |
| 130 | /* |
| 131 | * Board NAND Info. |
| 132 | */ |
| 133 | #define CONFIG_SYS_NAND_QUIET_TEST |
| 134 | #define CONFIG_NAND_OMAP_GPMC |
| 135 | #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |
| 136 | /* to access nand */ |
| 137 | #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ |
| 138 | /* to access nand at */ |
| 139 | /* CS0 */ |
| 140 | |
| 141 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */ |
| 142 | /* NAND devices */ |
pekon gupta | b80a660 | 2014-05-06 00:46:19 +0530 | [diff] [blame] | 143 | #define CONFIG_SYS_NAND_BUSWIDTH_16BIT 16 |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 144 | #define CONFIG_JFFS2_NAND |
| 145 | /* nand device jffs2 lives on */ |
| 146 | #define CONFIG_JFFS2_DEV "nand0" |
| 147 | /* start of jffs2 partition */ |
| 148 | #define CONFIG_JFFS2_PART_OFFSET 0x680000 |
| 149 | #define CONFIG_JFFS2_PART_SIZE 0xf980000 /* size of jffs2 */ |
| 150 | /* partition */ |
| 151 | |
| 152 | /* Environment information */ |
| 153 | #define CONFIG_BOOTDELAY 2 |
| 154 | |
| 155 | /* |
| 156 | * PREBOOT assumes the 4.3" display is attached. User can interrupt |
| 157 | * and modify display variable to suit their needs. |
| 158 | */ |
| 159 | #define CONFIG_PREBOOT \ |
| 160 | "echo ======================NOTICE============================;"\ |
| 161 | "echo \"The u-boot environment is not set.\";" \ |
| 162 | "echo \"If using a display a valid display varible for your panel\";" \ |
| 163 | "echo \"needs to be set.\";" \ |
| 164 | "echo \"Valid display options are:\";" \ |
| 165 | "echo \" 2 == LQ121S1DG31 TFT SVGA (12.1) Sharp\";" \ |
| 166 | "echo \" 3 == LQ036Q1DA01 TFT QVGA (3.6) Sharp w/ASIC\";" \ |
| 167 | "echo \" 5 == LQ064D343 TFT VGA (6.4) Sharp\";" \ |
| 168 | "echo \" 7 == LQ10D368 TFT VGA (10.4) Sharp\";" \ |
| 169 | "echo \" 15 == LQ043T1DG01 TFT WQVGA (4.3) Sharp (DEFAULT)\";" \ |
| 170 | "echo \" vga[-dvi or -hdmi] LCD VGA 640x480\";" \ |
| 171 | "echo \" svga[-dvi or -hdmi] LCD SVGA 800x600\";" \ |
| 172 | "echo \" xga[-dvi or -hdmi] LCD XGA 1024x768\";" \ |
| 173 | "echo \" 720p[-dvi or -hdmi] LCD 720P 1280x720\";" \ |
| 174 | "echo \"Defaulting to 4.3 LCD panel (display=15).\";" \ |
| 175 | "setenv display 15;" \ |
| 176 | "setenv preboot;" \ |
| 177 | "saveenv;" |
| 178 | |
| 179 | |
| 180 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 181 | "loadaddr=0x81000000\0" \ |
| 182 | "bootfile=uImage\0" \ |
| 183 | "mtdids=" MTDIDS_DEFAULT "\0" \ |
| 184 | "mtdparts=" MTDPARTS_DEFAULT "\0" \ |
| 185 | "mmcdev=0\0" \ |
Andrew Bradford | 6696811 | 2012-10-01 05:06:52 +0000 | [diff] [blame] | 186 | "autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \ |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 187 | "if run loadbootscript; then " \ |
| 188 | "run bootscript; " \ |
| 189 | "else " \ |
| 190 | "run defaultboot;" \ |
| 191 | "fi; " \ |
| 192 | "else run defaultboot; fi\0" \ |
| 193 | "defaultboot=run mmcramboot\0" \ |
| 194 | "consoledevice=ttyO0\0" \ |
| 195 | "display=15\0" \ |
| 196 | "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \ |
| 197 | "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \ |
| 198 | "rotation=0\0" \ |
| 199 | "vrfb_arg=if itest ${rotation} -ne 0; then " \ |
| 200 | "setenv bootargs ${bootargs} omapfb.vrfb=y " \ |
| 201 | "omapfb.rotate=${rotation}; " \ |
| 202 | "fi\0" \ |
| 203 | "otherbootargs=ignore_loglevel early_printk no_console_suspend\0" \ |
| 204 | "addmtdparts=setenv bootargs ${bootargs} ${mtdparts}\0" \ |
| 205 | "common_bootargs=setenv bootargs ${bootargs} display=${display} " \ |
| 206 | "${otherbootargs};" \ |
| 207 | "run addmtdparts; " \ |
| 208 | "run vrfb_arg\0" \ |
| 209 | "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \ |
| 210 | "bootscript=echo 'Running bootscript from mmc ...'; " \ |
| 211 | "source ${loadaddr}\0" \ |
| 212 | "loaduimage=mmc rescan ${mmcdev}; " \ |
| 213 | "fatload mmc ${mmcdev} ${loadaddr} ${bootfile}\0" \ |
| 214 | "ramdisksize=64000\0" \ |
| 215 | "ramdiskaddr=0x82000000\0" \ |
| 216 | "ramdiskimage=rootfs.ext2.gz.uboot\0" \ |
| 217 | "ramargs=run setconsole; setenv bootargs console=${console} " \ |
| 218 | "root=/dev/ram rw ramdisk_size=${ramdisksize}\0" \ |
| 219 | "mmcramboot=echo 'Booting kernel from mmc w/ramdisk...'; " \ |
| 220 | "run ramargs; " \ |
| 221 | "run common_bootargs; " \ |
| 222 | "run dump_bootargs; " \ |
| 223 | "run loaduimage; " \ |
| 224 | "fatload mmc ${mmcdev} ${ramdiskaddr} ${ramdiskimage}; "\ |
| 225 | "bootm ${loadaddr} ${ramdiskaddr}\0" \ |
| 226 | "ramboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \ |
| 227 | "run ramargs; " \ |
| 228 | "run common_bootargs; " \ |
| 229 | "run dump_bootargs; " \ |
| 230 | "tftpboot ${loadaddr} ${bootfile}; "\ |
| 231 | "tftpboot ${ramdiskaddr} ${ramdiskimage}; "\ |
| 232 | "bootm ${loadaddr} ${ramdiskaddr}\0" |
| 233 | |
| 234 | #define CONFIG_BOOTCOMMAND \ |
| 235 | "run autoboot" |
| 236 | |
| 237 | #define CONFIG_AUTO_COMPLETE |
| 238 | /* |
| 239 | * Miscellaneous configurable options |
| 240 | */ |
| 241 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
| 242 | #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 243 | #define CONFIG_SYS_PROMPT "OMAP Logic # " |
| 244 | #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |
| 245 | /* Print Buffer Size */ |
| 246 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ |
| 247 | sizeof(CONFIG_SYS_PROMPT) + 16) |
| 248 | #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ |
| 249 | /* Boot Argument Buffer Size */ |
| 250 | #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE) |
| 251 | /* memtest works on */ |
| 252 | #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0) |
| 253 | #define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \ |
| 254 | 0x01F00000) /* 31MB */ |
| 255 | |
| 256 | #define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0) /* default load */ |
| 257 | /* address */ |
| 258 | |
| 259 | /* |
| 260 | * OMAP3 has 12 GP timers, they can be driven by the system clock |
| 261 | * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK). |
| 262 | * This rate is divided by a local divisor. |
| 263 | */ |
| 264 | #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) |
| 265 | #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */ |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 266 | |
| 267 | /* |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 268 | * Physical Memory Map |
| 269 | */ |
| 270 | #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ |
| 271 | #define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0 |
| 272 | #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 |
| 273 | |
| 274 | /* |
| 275 | * FLASH and environment organization |
| 276 | */ |
| 277 | |
| 278 | /* **** PISMO SUPPORT *** */ |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 279 | #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */ |
| 280 | |
| 281 | #if defined(CONFIG_CMD_NAND) |
pekon gupta | 222a311 | 2014-07-18 17:59:41 +0530 | [diff] [blame] | 282 | #define CONFIG_SYS_FLASH_BASE NAND_BASE |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 283 | #elif defined(CONFIG_CMD_ONENAND) |
pekon gupta | 222a311 | 2014-07-18 17:59:41 +0530 | [diff] [blame] | 284 | #define CONFIG_SYS_FLASH_BASE ONENAND_MAP |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 285 | #endif |
| 286 | |
| 287 | /* Monitor at start of flash */ |
| 288 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE |
| 289 | |
| 290 | #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */ |
| 291 | |
| 292 | #if defined(CONFIG_CMD_NAND) |
| 293 | #define CONFIG_NAND_OMAP_GPMC |
Peter Barada | 86887f8 | 2011-12-19 19:54:51 +0000 | [diff] [blame] | 294 | #define CONFIG_ENV_IS_IN_NAND |
| 295 | #define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET |
| 296 | #endif |
| 297 | |
| 298 | #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ |
| 299 | #define CONFIG_ENV_ADDR CONFIG_ENV_OFFSET |
| 300 | |
| 301 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 |
| 302 | #define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800 |
| 303 | #define CONFIG_SYS_INIT_RAM_SIZE 0x800 |
| 304 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ |
| 305 | CONFIG_SYS_INIT_RAM_SIZE - \ |
| 306 | GENERATED_GBL_DATA_SIZE) |
| 307 | |
| 308 | /* |
| 309 | * SMSC922x Ethernet |
| 310 | */ |
| 311 | #if defined(CONFIG_CMD_NET) |
| 312 | |
| 313 | #define CONFIG_SMC911X |
| 314 | #define CONFIG_SMC911X_16_BIT |
| 315 | #define CONFIG_SMC911X_BASE 0x08000000 |
| 316 | |
| 317 | #endif /* (CONFIG_CMD_NET) */ |
| 318 | |
| 319 | /* |
| 320 | * BOOTP fields |
| 321 | */ |
| 322 | |
| 323 | #define CONFIG_BOOTP_SUBNETMASK 0x00000001 |
| 324 | #define CONFIG_BOOTP_GATEWAY 0x00000002 |
| 325 | #define CONFIG_BOOTP_HOSTNAME 0x00000004 |
| 326 | #define CONFIG_BOOTP_BOOTPATH 0x00000010 |
| 327 | |
| 328 | #endif /* __CONFIG_H */ |