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 |
Benoît Thébaudeau | f6bfd29 | 2013-04-23 10:17:43 +0000 | [diff] [blame] | 36 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 37 | #define CONFIG_MXC_UART |
Stefano Babic | 40f6fff | 2011-11-22 15:22:39 +0100 | [diff] [blame] | 38 | #define CONFIG_MXC_UART_BASE UART1_BASE |
Stefano Babic | 753fc2e | 2011-08-21 23:29:52 +0200 | [diff] [blame] | 39 | #define CONFIG_MXC_GPIO |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 40 | |
| 41 | /* |
Stefano Babic | b4377e1 | 2010-03-16 17:22:21 +0100 | [diff] [blame] | 42 | * SPI Configs |
| 43 | * */ |
Stefano Babic | b4377e1 | 2010-03-16 17:22:21 +0100 | [diff] [blame] | 44 | |
| 45 | #define CONFIG_MXC_SPI |
| 46 | |
Stefano Babic | 5357265 | 2011-10-08 10:59:20 +0200 | [diff] [blame] | 47 | /* PMIC Controller */ |
Łukasz Majewski | be3b51a | 2012-11-13 03:22:14 +0000 | [diff] [blame] | 48 | #define CONFIG_POWER |
| 49 | #define CONFIG_POWER_SPI |
| 50 | #define CONFIG_POWER_FSL |
Stefano Babic | b4377e1 | 2010-03-16 17:22:21 +0100 | [diff] [blame] | 51 | #define CONFIG_FSL_PMIC_BUS 0 |
| 52 | #define CONFIG_FSL_PMIC_CS 0 |
| 53 | #define CONFIG_FSL_PMIC_CLK 2500000 |
Stefano Babic | 9f481e9 | 2010-08-23 20:41:19 +0200 | [diff] [blame] | 54 | #define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH) |
Stefano Babic | 5357265 | 2011-10-08 10:59:20 +0200 | [diff] [blame] | 55 | #define CONFIG_FSL_PMIC_BITLEN 32 |
Fabio Estevam | 9b6ede9 | 2011-10-24 06:44:16 +0000 | [diff] [blame] | 56 | #define CONFIG_RTC_MC13XXX |
Stefano Babic | b4377e1 | 2010-03-16 17:22:21 +0100 | [diff] [blame] | 57 | |
| 58 | /* |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 59 | * MMC Configs |
| 60 | * */ |
| 61 | #define CONFIG_FSL_ESDHC |
Fabio Estevam | 9992792 | 2014-09-16 20:03:40 -0300 | [diff] [blame] | 62 | #define CONFIG_SYS_FSL_ESDHC_ADDR MMC_SDHC1_BASE_ADDR |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 63 | #define CONFIG_SYS_FSL_ESDHC_NUM 2 |
| 64 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 65 | /* |
| 66 | * Eth Configs |
| 67 | */ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 68 | #define CONFIG_MII |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 69 | |
| 70 | #define CONFIG_FEC_MXC |
| 71 | #define IMX_FEC_BASE FEC_BASE_ADDR |
| 72 | #define CONFIG_FEC_MXC_PHYADDR 0x1F |
| 73 | |
Wolfgang Grandegger | 055d969 | 2011-11-11 14:03:38 +0100 | [diff] [blame] | 74 | /* USB Configs */ |
Wolfgang Grandegger | 055d969 | 2011-11-11 14:03:38 +0100 | [diff] [blame] | 75 | #define CONFIG_USB_EHCI_MX5 |
Wolfgang Grandegger | 055d969 | 2011-11-11 14:03:38 +0100 | [diff] [blame] | 76 | #define CONFIG_MXC_USB_PORT 1 |
| 77 | #define CONFIG_MXC_USB_PORTSC PORT_PTS_ULPI |
| 78 | #define CONFIG_MXC_USB_FLAGS MXC_EHCI_POWER_PINS_ENABLED |
| 79 | |
Fabio Estevam | f1adefd | 2012-05-09 06:39:41 +0000 | [diff] [blame] | 80 | /* Framebuffer and LCD */ |
| 81 | #define CONFIG_PREBOOT |
Fabio Estevam | 695af9a | 2012-05-31 07:23:56 +0000 | [diff] [blame] | 82 | #define CONFIG_VIDEO_IPUV3 |
Fabio Estevam | f1adefd | 2012-05-09 06:39:41 +0000 | [diff] [blame] | 83 | #define CONFIG_VIDEO_BMP_RLE8 |
| 84 | #define CONFIG_SPLASH_SCREEN |
| 85 | #define CONFIG_BMP_16BPP |
| 86 | #define CONFIG_VIDEO_LOGO |
| 87 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 88 | /* allow to overwrite serial and ethaddr */ |
| 89 | #define CONFIG_ENV_OVERWRITE |
| 90 | #define CONFIG_CONS_INDEX 1 |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 91 | |
Wolfgang Grandegger | 28b119e | 2011-10-17 08:21:56 +0000 | [diff] [blame] | 92 | #define CONFIG_ETHPRIME "FEC0" |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 93 | |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 94 | #define CONFIG_LOADADDR 0x92000000 /* loadaddr env var */ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 95 | |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 96 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 97 | "script=boot.scr\0" \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 98 | "image=zImage\0" \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 99 | "fdt_file=imx51-babbage.dtb\0" \ |
| 100 | "fdt_addr=0x91000000\0" \ |
| 101 | "boot_fdt=try\0" \ |
| 102 | "ip_dyn=yes\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 103 | "mmcdev=0\0" \ |
Otavio Salvador | e97721c | 2013-06-28 18:52:43 -0300 | [diff] [blame] | 104 | "mmcpart=1\0" \ |
| 105 | "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 106 | "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \ |
Fabio Estevam | 0bc32d9 | 2013-04-19 11:04:37 +0000 | [diff] [blame] | 107 | "root=${mmcroot}\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 108 | "loadbootscript=" \ |
| 109 | "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ |
| 110 | "bootscript=echo Running bootscript from mmc ...; " \ |
| 111 | "source\0" \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 112 | "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 113 | "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 114 | "mmcboot=echo Booting from mmc ...; " \ |
| 115 | "run mmcargs; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 116 | "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ |
| 117 | "if run loadfdt; then " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 118 | "bootz ${loadaddr} - ${fdt_addr}; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 119 | "else " \ |
| 120 | "if test ${boot_fdt} = try; then " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 121 | "bootz; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 122 | "else " \ |
| 123 | "echo WARN: Cannot load the DT; " \ |
| 124 | "fi; " \ |
| 125 | "fi; " \ |
| 126 | "else " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 127 | "bootz; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 128 | "fi;\0" \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 129 | "netargs=setenv bootargs console=ttymxc0,${baudrate} " \ |
| 130 | "root=/dev/nfs " \ |
| 131 | "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \ |
| 132 | "netboot=echo Booting from net ...; " \ |
| 133 | "run netargs; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 134 | "if test ${ip_dyn} = yes; then " \ |
| 135 | "setenv get_cmd dhcp; " \ |
| 136 | "else " \ |
| 137 | "setenv get_cmd tftp; " \ |
| 138 | "fi; " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 139 | "${get_cmd} ${image}; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 140 | "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ |
| 141 | "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 142 | "bootz ${loadaddr} - ${fdt_addr}; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 143 | "else " \ |
| 144 | "if test ${boot_fdt} = try; then " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 145 | "bootz; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 146 | "else " \ |
| 147 | "echo ERROR: Cannot load the DT; " \ |
| 148 | "exit; " \ |
| 149 | "fi; " \ |
| 150 | "fi; " \ |
| 151 | "else " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 152 | "bootz; " \ |
Fabio Estevam | 94b5f3e | 2013-04-19 11:04:36 +0000 | [diff] [blame] | 153 | "fi;\0" |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 154 | |
| 155 | #define CONFIG_BOOTCOMMAND \ |
Andrew Bradford | 6696811 | 2012-10-01 05:06:52 +0000 | [diff] [blame] | 156 | "mmc dev ${mmcdev}; if mmc rescan; then " \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 157 | "if run loadbootscript; then " \ |
| 158 | "run bootscript; " \ |
| 159 | "else " \ |
Otavio Salvador | 20f233b | 2014-01-16 19:58:00 -0200 | [diff] [blame] | 160 | "if run loadimage; then " \ |
Shawn Guo | 0698253 | 2010-10-25 23:20:30 +0800 | [diff] [blame] | 161 | "run mmcboot; " \ |
| 162 | "else run netboot; " \ |
| 163 | "fi; " \ |
| 164 | "fi; " \ |
| 165 | "else run netboot; fi" |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 166 | |
| 167 | #define CONFIG_ARP_TIMEOUT 200UL |
| 168 | |
| 169 | /* |
| 170 | * Miscellaneous configurable options |
| 171 | */ |
| 172 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 173 | #define CONFIG_AUTO_COMPLETE |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 174 | |
| 175 | #define CONFIG_SYS_MEMTEST_START 0x90000000 |
Fabio Estevam | 0bd14de | 2012-02-09 14:25:08 +0000 | [diff] [blame] | 176 | #define CONFIG_SYS_MEMTEST_END 0x90010000 |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 177 | |
| 178 | #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |
| 179 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 180 | #define CONFIG_CMDLINE_EDITING |
| 181 | |
| 182 | /*----------------------------------------------------------------------- |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 183 | * Physical Memory Map |
| 184 | */ |
| 185 | #define CONFIG_NR_DRAM_BANKS 1 |
| 186 | #define PHYS_SDRAM_1 CSD0_BASE_ADDR |
| 187 | #define PHYS_SDRAM_1_SIZE (512 * 1024 * 1024) |
| 188 | |
Shawn Guo | 1ab027c | 2010-10-28 10:13:15 +0800 | [diff] [blame] | 189 | #define CONFIG_SYS_SDRAM_BASE (PHYS_SDRAM_1) |
| 190 | #define CONFIG_SYS_INIT_RAM_ADDR (IRAM_BASE_ADDR) |
| 191 | #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE) |
| 192 | |
| 193 | #define CONFIG_SYS_INIT_SP_OFFSET \ |
| 194 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
| 195 | #define CONFIG_SYS_INIT_SP_ADDR \ |
| 196 | (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) |
| 197 | |
Stefano Babic | 5e1fe88 | 2010-03-28 13:43:26 +0200 | [diff] [blame] | 198 | #define CONFIG_SYS_DDR_CLKSEL 0 |
| 199 | #define CONFIG_SYS_CLKTL_CBCDR 0x59E35100 |
Benoît Thébaudeau | 39e8576 | 2012-11-05 10:07:04 +0000 | [diff] [blame] | 200 | #define CONFIG_SYS_MAIN_PWR_ON |
Stefano Babic | 5e1fe88 | 2010-03-28 13:43:26 +0200 | [diff] [blame] | 201 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 202 | /*----------------------------------------------------------------------- |
Masahiro Yamada | e856bdc | 2017-02-11 22:43:54 +0900 | [diff] [blame] | 203 | * environment organization |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 204 | */ |
Jason Liu | a676cca | 2010-11-17 16:01:18 +0800 | [diff] [blame] | 205 | #define CONFIG_ENV_OFFSET (6 * 64 * 1024) |
| 206 | #define CONFIG_ENV_SIZE (8 * 1024) |
Jason Liu | a676cca | 2010-11-17 16:01:18 +0800 | [diff] [blame] | 207 | #define CONFIG_SYS_MMC_ENV_DEV 0 |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 208 | |
Stefano Babic | c5fb70c | 2010-02-05 15:13:58 +0100 | [diff] [blame] | 209 | #endif |