Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> |
| 3 | * |
| 4 | * (C) Copyright 2009 Freescale Semiconductor, Inc. |
| 5 | * |
| 6 | * Configuration settings for the MX51EVK Board |
| 7 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0+ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef __CONFIG_H |
| 12 | #define __CONFIG_H |
| 13 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 14 | /* High Level Configuration Options */ |
| 15 | |
Gong Qianyu | 18fb0e3 | 2015-10-26 19:47:42 +0800 | [diff] [blame] | 16 | #define CONFIG_SYS_FSL_CLK |
Stefano Babic | c7bdcb6 | 2011-01-24 00:14:27 +0000 | [diff] [blame] | 17 | #define CONFIG_SYS_TEXT_BASE 0x97800000 |
| 18 | |
Liu Hui-R64343 | 595f3e5 | 2011-01-03 22:27:35 +0000 | [diff] [blame] | 19 | #include <asm/arch/imx-regs.h> |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 20 | |
Fabio Estevam | 4f52141 | 2011-10-24 08:24:28 +0000 | [diff] [blame] | 21 | #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ |
Fabio Estevam | 4f52141 | 2011-10-24 08:24:28 +0000 | [diff] [blame] | 22 | #define CONFIG_SETUP_MEMORY_TAGS |
| 23 | #define CONFIG_INITRD_TAG |
Benoît Thébaudeau | 362635b | 2012-09-18 04:48:42 +0000 | [diff] [blame] | 24 | #define CONFIG_REVISION_TAG |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 25 | |
Fabio Estevam | 4cd300e | 2011-09-22 08:07:18 +0000 | [diff] [blame] | 26 | #define CONFIG_MACH_TYPE MACH_TYPE_MX51_BABBAGE |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 27 | /* |
| 28 | * Size of malloc() pool |
| 29 | */ |
Fabio Estevam | f1adefd | 2012-05-09 06:39:41 +0000 | [diff] [blame] | 30 | #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 31 | |
| 32 | /* |
| 33 | * Hardware drivers |
| 34 | */ |
Benoît Thébaudeau | f6bfd29 | 2013-04-23 10:17:43 +0000 | [diff] [blame] | 35 | #define CONFIG_FSL_IIM |
| 36 | #define CONFIG_CMD_FUSE |
| 37 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 38 | #define CONFIG_MXC_UART |
Stefano Babic | 40f6fff | 2011-11-22 15:22:39 +0100 | [diff] [blame] | 39 | #define CONFIG_MXC_UART_BASE UART1_BASE |
Stefano Babic | 753fc2e | 2011-08-21 23:29:52 +0200 | [diff] [blame] | 40 | #define CONFIG_MXC_GPIO |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 41 | |
| 42 | /* |
Stefano Babic | b4377e1 | 2010-03-16 17:22:21 +0100 | [diff] [blame] | 43 | * SPI Configs |
| 44 | * */ |
Stefano Babic | b4377e1 | 2010-03-16 17:22:21 +0100 | [diff] [blame] | 45 | |
| 46 | #define CONFIG_MXC_SPI |
| 47 | |
Stefano Babic | 5357265 | 2011-10-08 10:59:20 +0200 | [diff] [blame] | 48 | /* PMIC Controller */ |
Łukasz Majewski | be3b51a | 2012-11-13 03:22:14 +0000 | [diff] [blame] | 49 | #define CONFIG_POWER |
| 50 | #define CONFIG_POWER_SPI |
| 51 | #define CONFIG_POWER_FSL |
Stefano Babic | b4377e1 | 2010-03-16 17:22:21 +0100 | [diff] [blame] | 52 | #define CONFIG_FSL_PMIC_BUS 0 |
| 53 | #define CONFIG_FSL_PMIC_CS 0 |
| 54 | #define CONFIG_FSL_PMIC_CLK 2500000 |
Stefano Babic | 9f481e9 | 2010-08-23 20:41:19 +0200 | [diff] [blame] | 55 | #define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH) |
Stefano Babic | 5357265 | 2011-10-08 10:59:20 +0200 | [diff] [blame] | 56 | #define CONFIG_FSL_PMIC_BITLEN 32 |
Fabio Estevam | 9b6ede9 | 2011-10-24 06:44:16 +0000 | [diff] [blame] | 57 | #define CONFIG_RTC_MC13XXX |
Stefano Babic | b4377e1 | 2010-03-16 17:22:21 +0100 | [diff] [blame] | 58 | |
| 59 | /* |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 60 | * MMC Configs |
| 61 | * */ |
| 62 | #define CONFIG_FSL_ESDHC |
Fabio Estevam | 9992792 | 2014-09-16 20:03:40 -0300 | [diff] [blame] | 63 | #define CONFIG_SYS_FSL_ESDHC_ADDR MMC_SDHC1_BASE_ADDR |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 64 | #define CONFIG_SYS_FSL_ESDHC_NUM 2 |
| 65 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 66 | /* |
| 67 | * Eth Configs |
| 68 | */ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 69 | #define CONFIG_MII |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 70 | |
| 71 | #define CONFIG_FEC_MXC |
| 72 | #define IMX_FEC_BASE FEC_BASE_ADDR |
| 73 | #define CONFIG_FEC_MXC_PHYADDR 0x1F |
| 74 | |
Wolfgang Grandegger | 055d969 | 2011-11-11 14:03:38 +0100 | [diff] [blame] | 75 | /* USB Configs */ |
Wolfgang Grandegger | 055d969 | 2011-11-11 14:03:38 +0100 | [diff] [blame] | 76 | #define CONFIG_USB_EHCI |
| 77 | #define CONFIG_USB_EHCI_MX5 |
Wolfgang Grandegger | 055d969 | 2011-11-11 14:03:38 +0100 | [diff] [blame] | 78 | #define CONFIG_USB_HOST_ETHER |
| 79 | #define CONFIG_USB_ETHER_ASIX |
| 80 | #define CONFIG_USB_ETHER_SMSC95XX |
| 81 | #define CONFIG_MXC_USB_PORT 1 |
| 82 | #define CONFIG_MXC_USB_PORTSC PORT_PTS_ULPI |
| 83 | #define CONFIG_MXC_USB_FLAGS MXC_EHCI_POWER_PINS_ENABLED |
| 84 | |
Fabio Estevam | f1adefd | 2012-05-09 06:39:41 +0000 | [diff] [blame] | 85 | /* Framebuffer and LCD */ |
| 86 | #define CONFIG_PREBOOT |
Fabio Estevam | 695af9a | 2012-05-31 07:23:56 +0000 | [diff] [blame] | 87 | #define CONFIG_VIDEO_IPUV3 |
Fabio Estevam | f1adefd | 2012-05-09 06:39:41 +0000 | [diff] [blame] | 88 | #define CONFIG_VIDEO_BMP_RLE8 |
| 89 | #define CONFIG_SPLASH_SCREEN |
| 90 | #define CONFIG_BMP_16BPP |
| 91 | #define CONFIG_VIDEO_LOGO |
Fabio Estevam | 9fbdb1a | 2012-05-31 07:24:00 +0000 | [diff] [blame] | 92 | #define CONFIG_IPUV3_CLK 133000000 |
Fabio Estevam | f1adefd | 2012-05-09 06:39:41 +0000 | [diff] [blame] | 93 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 94 | /* allow to overwrite serial and ethaddr */ |
| 95 | #define CONFIG_ENV_OVERWRITE |
| 96 | #define CONFIG_CONS_INDEX 1 |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 97 | |
| 98 | /*********************************************************** |
| 99 | * Command definition |
| 100 | ***********************************************************/ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 101 | |
Fabio Estevam | 9b6ede9 | 2011-10-24 06:44:16 +0000 | [diff] [blame] | 102 | #define CONFIG_CMD_DATE |
| 103 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 104 | |
Wolfgang Grandegger | 28b119e | 2011-10-17 08:21:56 +0000 | [diff] [blame] | 105 | #define CONFIG_ETHPRIME "FEC0" |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 106 | |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 107 | #define CONFIG_LOADADDR 0x92000000 /* loadaddr env var */ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 108 | |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 109 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 110 | "script=boot.scr\0" \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 111 | "image=zImage\0" \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 112 | "fdt_file=imx51-babbage.dtb\0" \ |
| 113 | "fdt_addr=0x91000000\0" \ |
| 114 | "boot_fdt=try\0" \ |
| 115 | "ip_dyn=yes\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 116 | "mmcdev=0\0" \ |
Otavio Salvador | e97721c | 2013-06-28 18:52:43 -0300 | [diff] [blame] | 117 | "mmcpart=1\0" \ |
| 118 | "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 119 | "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \ |
Fabio Estevam | 0bc32d9 | 2013-04-19 11:04:37 +0000 | [diff] [blame] | 120 | "root=${mmcroot}\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 121 | "loadbootscript=" \ |
| 122 | "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ |
| 123 | "bootscript=echo Running bootscript from mmc ...; " \ |
| 124 | "source\0" \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 125 | "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 126 | "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 127 | "mmcboot=echo Booting from mmc ...; " \ |
| 128 | "run mmcargs; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 129 | "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ |
| 130 | "if run loadfdt; then " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 131 | "bootz ${loadaddr} - ${fdt_addr}; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 132 | "else " \ |
| 133 | "if test ${boot_fdt} = try; then " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 134 | "bootz; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 135 | "else " \ |
| 136 | "echo WARN: Cannot load the DT; " \ |
| 137 | "fi; " \ |
| 138 | "fi; " \ |
| 139 | "else " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 140 | "bootz; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 141 | "fi;\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 142 | "netargs=setenv bootargs console=ttymxc0,${baudrate} " \ |
| 143 | "root=/dev/nfs " \ |
| 144 | "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \ |
| 145 | "netboot=echo Booting from net ...; " \ |
| 146 | "run netargs; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 147 | "if test ${ip_dyn} = yes; then " \ |
| 148 | "setenv get_cmd dhcp; " \ |
| 149 | "else " \ |
| 150 | "setenv get_cmd tftp; " \ |
| 151 | "fi; " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 152 | "${get_cmd} ${image}; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 153 | "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ |
| 154 | "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 155 | "bootz ${loadaddr} - ${fdt_addr}; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 156 | "else " \ |
| 157 | "if test ${boot_fdt} = try; then " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 158 | "bootz; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 159 | "else " \ |
| 160 | "echo ERROR: Cannot load the DT; " \ |
| 161 | "exit; " \ |
| 162 | "fi; " \ |
| 163 | "fi; " \ |
| 164 | "else " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 165 | "bootz; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 166 | "fi;\0" |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 167 | |
| 168 | #define CONFIG_BOOTCOMMAND \ |
Andrew Bradford | 6696811 | 2012-10-01 05:06:52 +0000 | [diff] [blame] | 169 | "mmc dev ${mmcdev}; if mmc rescan; then " \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 170 | "if run loadbootscript; then " \ |
| 171 | "run bootscript; " \ |
| 172 | "else " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 173 | "if run loadimage; then " \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 174 | "run mmcboot; " \ |
| 175 | "else run netboot; " \ |
| 176 | "fi; " \ |
| 177 | "fi; " \ |
| 178 | "else run netboot; fi" |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 179 | |
| 180 | #define CONFIG_ARP_TIMEOUT 200UL |
| 181 | |
| 182 | /* |
| 183 | * Miscellaneous configurable options |
| 184 | */ |
| 185 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 186 | #define CONFIG_AUTO_COMPLETE |
| 187 | #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 188 | #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ |
| 189 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ |
| 190 | |
| 191 | #define CONFIG_SYS_MEMTEST_START 0x90000000 |
Fabio Estevam | 0bd14de | 2012-02-09 14:25:08 +0000 | [diff] [blame] | 192 | #define CONFIG_SYS_MEMTEST_END 0x90010000 |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 193 | |
| 194 | #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |
| 195 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 196 | #define CONFIG_CMDLINE_EDITING |
| 197 | |
| 198 | /*----------------------------------------------------------------------- |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 199 | * Physical Memory Map |
| 200 | */ |
| 201 | #define CONFIG_NR_DRAM_BANKS 1 |
| 202 | #define PHYS_SDRAM_1 CSD0_BASE_ADDR |
| 203 | #define PHYS_SDRAM_1_SIZE (512 * 1024 * 1024) |
| 204 | |
Shawn Guo | 1ab027c | 2010-10-28 10:13:15 +0800 | [diff] [blame] | 205 | #define CONFIG_SYS_SDRAM_BASE (PHYS_SDRAM_1) |
| 206 | #define CONFIG_SYS_INIT_RAM_ADDR (IRAM_BASE_ADDR) |
| 207 | #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE) |
| 208 | |
| 209 | #define CONFIG_SYS_INIT_SP_OFFSET \ |
| 210 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
| 211 | #define CONFIG_SYS_INIT_SP_ADDR \ |
| 212 | (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) |
| 213 | |
Stefano Babic | 5e1fe88 | 2010-03-28 13:43:26 +0200 | [diff] [blame] | 214 | #define CONFIG_SYS_DDR_CLKSEL 0 |
| 215 | #define CONFIG_SYS_CLKTL_CBCDR 0x59E35100 |
Benoît Thébaudeau | 39e8576 | 2012-11-05 10:07:04 +0000 | [diff] [blame] | 216 | #define CONFIG_SYS_MAIN_PWR_ON |
Stefano Babic | 5e1fe88 | 2010-03-28 13:43:26 +0200 | [diff] [blame] | 217 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 218 | /*----------------------------------------------------------------------- |
Masahiro Yamada | e856bdc | 2017-02-11 22:43:54 +0900 | [diff] [blame] | 219 | * environment organization |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 220 | */ |
Jason Liu | a676cca | 2010-11-17 16:01:18 +0800 | [diff] [blame] | 221 | #define CONFIG_ENV_OFFSET (6 * 64 * 1024) |
| 222 | #define CONFIG_ENV_SIZE (8 * 1024) |
| 223 | #define CONFIG_ENV_IS_IN_MMC |
| 224 | #define CONFIG_SYS_MMC_ENV_DEV 0 |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 225 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 226 | #endif |