]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/mx53evk.h
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / include / configs / mx53evk.h
1 /*
2  * Copyright (C) 2010 Freescale Semiconductor, Inc.
3  *
4  * Configuration settings for the MX53-EVK Freescale board.
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef __CONFIG_H
10 #define __CONFIG_H
11
12
13 #define CONFIG_DISPLAY_CPUINFO
14 #define CONFIG_DISPLAY_BOARDINFO
15
16 #define CONFIG_MACH_TYPE        MACH_TYPE_MX53_EVK
17
18 #include <asm/arch/imx-regs.h>
19
20 #define CONFIG_CMDLINE_TAG                      /* enable passing of ATAGs */
21 #define CONFIG_SETUP_MEMORY_TAGS
22 #define CONFIG_INITRD_TAG
23 #define CONFIG_REVISION_TAG
24
25 #define CONFIG_SYS_GENERIC_BOARD
26
27 #define CONFIG_OF_LIBFDT
28
29 /* Size of malloc() pool */
30 #define CONFIG_SYS_MALLOC_LEN           (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
31
32 #define CONFIG_BOARD_EARLY_INIT_F
33 #define CONFIG_BOARD_LATE_INIT
34 #define CONFIG_MXC_GPIO
35
36 #define CONFIG_MXC_UART
37 #define CONFIG_MXC_UART_BASE    UART1_BASE
38
39 /* I2C Configs */
40 #define CONFIG_CMD_I2C
41 #define CONFIG_SYS_I2C
42 #define CONFIG_SYS_I2C_MXC
43 #define CONFIG_SYS_I2C_MXC_I2C3         /* enable I2C bus 3 */
44
45 /* PMIC Configs */
46 #define CONFIG_POWER
47 #define CONFIG_POWER_I2C
48 #define CONFIG_POWER_FSL
49 #define CONFIG_SYS_FSL_PMIC_I2C_ADDR    8
50 #define CONFIG_POWER_FSL_MC13892
51 #define CONFIG_RTC_MC13XXX
52
53 /* MMC Configs */
54 #define CONFIG_FSL_ESDHC
55 #define CONFIG_SYS_FSL_ESDHC_ADDR       0
56 #define CONFIG_SYS_FSL_ESDHC_NUM        2
57
58 #define CONFIG_MMC
59 #define CONFIG_CMD_MMC
60 #define CONFIG_GENERIC_MMC
61 #define CONFIG_CMD_FAT
62 #define CONFIG_DOS_PARTITION
63
64 /* Eth Configs */
65 #define CONFIG_MII
66
67 #define CONFIG_FEC_MXC
68 #define IMX_FEC_BASE    FEC_BASE_ADDR
69 #define CONFIG_FEC_MXC_PHYADDR  0x1F
70
71 #define CONFIG_CMD_PING
72 #define CONFIG_CMD_DHCP
73 #define CONFIG_CMD_MII
74 #define CONFIG_CMD_DATE
75
76 /* Miscellaneous commands */
77 #define CONFIG_CMD_BMODE
78
79 /* allow to overwrite serial and ethaddr */
80 #define CONFIG_ENV_OVERWRITE
81 #define CONFIG_CONS_INDEX               1
82 #define CONFIG_BAUDRATE                 115200
83
84 /* Command definition */
85 #define CONFIG_BOOTDELAY        3
86
87 #define CONFIG_ETHPRIME         "FEC0"
88
89 #define CONFIG_LOADADDR         0x70800000      /* loadaddr env var */
90 #define CONFIG_SYS_TEXT_BASE    0x77800000
91
92 #define CONFIG_EXTRA_ENV_SETTINGS \
93         "script=boot.scr\0" \
94         "uimage=uImage\0" \
95         "mmcdev=0\0" \
96         "mmcpart=2\0" \
97         "mmcroot=/dev/mmcblk0p3 rw\0" \
98         "mmcrootfstype=ext3 rootwait\0" \
99         "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \
100                 "root=${mmcroot} " \
101                 "rootfstype=${mmcrootfstype}\0" \
102         "loadbootscript=" \
103                 "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
104         "bootscript=echo Running bootscript from mmc ...; " \
105                 "source\0" \
106         "loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}\0" \
107         "mmcboot=echo Booting from mmc ...; " \
108                 "run mmcargs; " \
109                 "bootm\0" \
110         "netargs=setenv bootargs console=ttymxc0,${baudrate} " \
111                 "root=/dev/nfs " \
112                 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
113         "netboot=echo Booting from net ...; " \
114                 "run netargs; " \
115                 "dhcp ${uimage}; bootm\0" \
116
117 #define CONFIG_BOOTCOMMAND \
118         "mmc dev ${mmcdev}; if mmc rescan; then " \
119                 "if run loadbootscript; then " \
120                         "run bootscript; " \
121                 "else " \
122                         "if run loaduimage; then " \
123                                 "run mmcboot; " \
124                         "else run netboot; " \
125                         "fi; " \
126                 "fi; " \
127         "else run netboot; fi"
128
129 #define CONFIG_ARP_TIMEOUT      200UL
130
131 /* Miscellaneous configurable options */
132 #define CONFIG_SYS_LONGHELP             /* undef to save memory */
133 #define CONFIG_SYS_HUSH_PARSER          /* use "hush" command parser */
134 #define CONFIG_AUTO_COMPLETE
135 #define CONFIG_SYS_CBSIZE               256     /* Console I/O Buffer Size */
136
137 /* Print Buffer Size */
138 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
139 #define CONFIG_SYS_MAXARGS      16      /* max number of command args */
140 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
141
142 #define CONFIG_SYS_MEMTEST_START       0x70000000
143 #define CONFIG_SYS_MEMTEST_END         0x70010000
144
145 #define CONFIG_SYS_LOAD_ADDR            CONFIG_LOADADDR
146
147 #define CONFIG_CMDLINE_EDITING
148
149 /* Physical Memory Map */
150 #define CONFIG_NR_DRAM_BANKS    1
151 #define PHYS_SDRAM_1            CSD0_BASE_ADDR
152 #define PHYS_SDRAM_1_SIZE       (512 * 1024 * 1024)
153
154 #define CONFIG_SYS_SDRAM_BASE           (PHYS_SDRAM_1)
155 #define CONFIG_SYS_INIT_RAM_ADDR        (IRAM_BASE_ADDR)
156 #define CONFIG_SYS_INIT_RAM_SIZE        (IRAM_SIZE)
157
158 #define CONFIG_SYS_INIT_SP_OFFSET \
159         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
160 #define CONFIG_SYS_INIT_SP_ADDR \
161         (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
162
163 /* FLASH and environment organization */
164 #define CONFIG_SYS_NO_FLASH
165
166 #define CONFIG_ENV_OFFSET      (6 * 64 * 1024)
167 #define CONFIG_ENV_SIZE        (8 * 1024)
168 #define CONFIG_ENV_IS_IN_MMC
169 #define CONFIG_SYS_MMC_ENV_DEV 0
170
171 #endif                          /* __CONFIG_H */