]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/trats.h
board:trats: Enable device tree on Trats
[people/ms/u-boot.git] / include / configs / trats.h
1 /*
2 * Copyright (C) 2011 Samsung Electronics
3 * Heungjun Kim <riverful.kim@samsung.com>
4 *
5 * Configuation settings for the SAMSUNG TRATS (EXYNOS4210) board.
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 #ifndef __CONFIG_TRATS_H
11 #define __CONFIG_TRATS_H
12
13 #include <configs/exynos4-dt.h>
14
15 #define CONFIG_SYS_PROMPT "Trats # " /* Monitor Command Prompt */
16
17 #define CONFIG_TRATS
18
19 #undef CONFIG_DEFAULT_DEVICE_TREE
20 #define CONFIG_DEFAULT_DEVICE_TREE exynos4210-trats
21
22 #define CONFIG_TIZEN /* TIZEN lib */
23
24 #define CONFIG_SYS_L2CACHE_OFF
25 #ifndef CONFIG_SYS_L2CACHE_OFF
26 #define CONFIG_SYS_L2_PL310
27 #define CONFIG_SYS_PL310_BASE 0x10502000
28 #endif
29
30 /* TRATS has 4 banks of DRAM */
31 #define CONFIG_NR_DRAM_BANKS 4
32 #define CONFIG_SYS_SDRAM_BASE 0x40000000
33 #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE
34 #define CONFIG_SYS_TEXT_BASE 0x63300000
35 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */
36
37 /* memtest works on */
38 #define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE
39 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5000000)
40 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x4800000)
41
42 #define CONFIG_SYS_TEXT_BASE 0x63300000
43
44 #include <linux/sizes.h>
45 /* Size of malloc() pool */
46 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 * SZ_1M))
47
48 /* select serial console configuration */
49 #define CONFIG_SERIAL2
50 #define CONFIG_BAUDRATE 115200
51
52 /* Console configuration */
53 #define CONFIG_SYS_CONSOLE_INFO_QUIET
54 #define CONFIG_SYS_CONSOLE_IS_IN_ENV
55
56 /* MACH_TYPE_TRATS macro will be removed once added to mach-types */
57 #define MACH_TYPE_TRATS 3928
58 #define CONFIG_MACH_TYPE MACH_TYPE_TRATS
59
60 #define CONFIG_BOOTARGS "Please use defined boot"
61 #define CONFIG_BOOTCOMMAND "run mmcboot"
62 #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
63
64 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
65 - GENERATED_GBL_DATA_SIZE)
66
67 #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20) /* ram console */
68
69 #define CONFIG_SYS_MONITOR_BASE 0x00000000
70
71 #define CONFIG_BOOTBLOCK "10"
72 #define CONFIG_ENV_COMMON_BOOT "${console} ${meminfo}"
73
74 #define CONFIG_ENV_IS_IN_MMC
75 #define CONFIG_SYS_MMC_ENV_DEV CONFIG_MMC_DEFAULT_DEV
76 #define CONFIG_ENV_SIZE 4096
77 #define CONFIG_ENV_OFFSET ((32 - 4) << 10) /* 32KiB - 4KiB */
78
79 #define CONFIG_ENV_OVERWRITE
80
81 #define CONFIG_ENV_VARS_UBOOT_CONFIG
82 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
83
84 /* Tizen - partitions definitions */
85 #define PARTS_CSA "csa-mmc"
86 #define PARTS_BOOTLOADER "u-boot"
87 #define PARTS_BOOT "boot"
88 #define PARTS_ROOT "platform"
89 #define PARTS_DATA "data"
90 #define PARTS_CSC "csc"
91 #define PARTS_UMS "ums"
92
93 #define PARTS_DEFAULT \
94 "uuid_disk=${uuid_gpt_disk};" \
95 "name="PARTS_CSA",size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
96 "name="PARTS_BOOTLOADER",size=60MiB," \
97 "uuid=${uuid_gpt_"PARTS_BOOTLOADER"};" \
98 "name="PARTS_BOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
99 "name="PARTS_ROOT",size=1GiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
100 "name="PARTS_DATA",size=3GiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
101 "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
102 "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
103
104 #define CONFIG_DFU_ALT \
105 "u-boot mmc 80 400;" \
106 "uImage ext4 0 2;" \
107 "exynos4210-trats.dtb ext4 0 2;" \
108 ""PARTS_BOOT" part 0 2;" \
109 ""PARTS_ROOT" part 0 5;" \
110 ""PARTS_DATA" part 0 6;" \
111 ""PARTS_UMS" part 0 7;" \
112 "params.bin mmc 0x38 0x8\0"
113
114 #define CONFIG_EXTRA_ENV_SETTINGS \
115 "bootk=" \
116 "run loaduimage;" \
117 "if run loaddtb; then " \
118 "bootm 0x40007FC0 - ${fdtaddr};" \
119 "fi;" \
120 "bootm 0x40007FC0;\0" \
121 "updatemmc=" \
122 "mmc boot 0 1 1 1; mmc write 0 0x42008000 0 0x200;" \
123 "mmc boot 0 1 1 0\0" \
124 "updatebackup=" \
125 "mmc boot 0 1 1 2; mmc write 0 0x42100000 0 0x200;" \
126 "mmc boot 0 1 1 0\0" \
127 "updatebootb=" \
128 "mmc read 0 0x42100000 0x80 0x200; run updatebackup\0" \
129 "lpj=lpj=3981312\0" \
130 "nfsboot=" \
131 "setenv bootargs root=/dev/nfs rw " \
132 "nfsroot=${nfsroot},nolock,tcp " \
133 "ip=${ipaddr}:${serverip}:${gatewayip}:" \
134 "${netmask}:generic:usb0:off " CONFIG_ENV_COMMON_BOOT \
135 "; run bootk\0" \
136 "ramfsboot=" \
137 "setenv bootargs root=/dev/ram0 rw rootfstype=ext2 " \
138 "${console} ${meminfo} " \
139 "initrd=0x43000000,8M ramdisk=8192\0" \
140 "mmcboot=" \
141 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
142 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \
143 "run bootk\0" \
144 "bootchart=setenv opts init=/sbin/bootchartd; run bootcmd\0" \
145 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
146 "mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \
147 "verify=n\0" \
148 "rootfstype=ext4\0" \
149 "console=" CONFIG_DEFAULT_CONSOLE \
150 "meminfo=crashkernel=32M@0x50000000\0" \
151 "nfsroot=/nfsroot/arm\0" \
152 "bootblock=" CONFIG_BOOTBLOCK "\0" \
153 "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \
154 "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
155 "${fdtfile}\0" \
156 "mmcdev=0\0" \
157 "mmcbootpart=2\0" \
158 "mmcrootpart=5\0" \
159 "opts=always_resume=1\0" \
160 "partitions=" PARTS_DEFAULT \
161 "dfu_alt_info=" CONFIG_DFU_ALT \
162 "spladdr=0x40000100\0" \
163 "splsize=0x200\0" \
164 "splfile=falcon.bin\0" \
165 "spl_export=" \
166 "setexpr spl_imgsize ${splsize} + 8 ;" \
167 "setenv spl_imgsize 0x${spl_imgsize};" \
168 "setexpr spl_imgaddr ${spladdr} - 8 ;" \
169 "setexpr spl_addr_tmp ${spladdr} - 4 ;" \
170 "mw.b ${spl_imgaddr} 0x00 ${spl_imgsize};run loaduimage;" \
171 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
172 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo};" \
173 "spl export atags 0x40007FC0;" \
174 "crc32 ${spladdr} ${splsize} ${spl_imgaddr};" \
175 "mw.l ${spl_addr_tmp} ${splsize};" \
176 "ext4write mmc ${mmcdev}:${mmcbootpart}" \
177 " /${splfile} ${spl_imgaddr} ${spl_imgsize};" \
178 "setenv spl_imgsize;" \
179 "setenv spl_imgaddr;" \
180 "setenv spl_addr_tmp;\0" \
181 "fdtaddr=40800000\0" \
182
183 /* Falcon mode definitions */
184 #define CONFIG_CMD_SPL
185 #define CONFIG_SYS_SPL_ARGS_ADDR CONFIG_SYS_SDRAM_BASE + 0x100
186
187 /* I2C */
188 #include <asm/arch/gpio.h>
189
190 #define CONFIG_CMD_I2C
191
192 #define CONFIG_SYS_I2C
193 #define CONFIG_SYS_I2C_S3C24X0
194 #define CONFIG_SYS_I2C_S3C24X0_SPEED 100000
195 #define CONFIG_SYS_I2C_S3C24X0_SLAVE 0xFE
196 #define CONFIG_MAX_I2C_NUM 8
197 #define CONFIG_SYS_I2C_SOFT /* I2C bit-banged */
198 #define CONFIG_SYS_I2C_SOFT_SPEED 50000
199 #define CONFIG_SYS_I2C_SOFT_SLAVE 0x7F
200 #define CONFIG_SOFT_I2C_READ_REPEATED_START
201 #define CONFIG_SYS_I2C_INIT_BOARD
202
203 /* I2C FG */
204 #define CONFIG_SOFT_I2C_GPIO_SCL exynos4_gpio_get(2, y4, 1)
205 #define CONFIG_SOFT_I2C_GPIO_SDA exynos4_gpio_get(2, y4, 0)
206
207 /* POWER */
208 #define CONFIG_POWER
209 #define CONFIG_POWER_I2C
210 #define CONFIG_POWER_MAX8997
211
212 #define CONFIG_POWER_FG
213 #define CONFIG_POWER_FG_MAX17042
214 #define CONFIG_POWER_MUIC
215 #define CONFIG_POWER_MUIC_MAX8997
216 #define CONFIG_POWER_BATTERY
217 #define CONFIG_POWER_BATTERY_TRATS
218
219 /* Common misc for Samsung */
220 #define CONFIG_MISC_COMMON
221
222 #define CONFIG_MISC_INIT_R
223
224 /* Download menu - Samsung common */
225 #define CONFIG_LCD_MENU
226 #define CONFIG_LCD_MENU_BOARD
227
228 /* Download menu - definitions for check keys */
229 #ifndef __ASSEMBLY__
230 #include <power/max8997_pmic.h>
231
232 #define KEY_PWR_PMIC_NAME "MAX8997_PMIC"
233 #define KEY_PWR_STATUS_REG MAX8997_REG_STATUS1
234 #define KEY_PWR_STATUS_MASK (1 << 0)
235 #define KEY_PWR_INTERRUPT_REG MAX8997_REG_INT1
236 #define KEY_PWR_INTERRUPT_MASK (1 << 0)
237
238 #define KEY_VOL_UP_GPIO exynos4_gpio_get(2, x2, 0)
239 #define KEY_VOL_DOWN_GPIO exynos4_gpio_get(2, x2, 1)
240 #endif /* __ASSEMBLY__ */
241
242 /* LCD console */
243 #define LCD_BPP LCD_COLOR16
244 #define CONFIG_SYS_WHITE_ON_BLACK
245
246 /* LCD */
247 #define CONFIG_EXYNOS_FB
248 #define CONFIG_LCD
249 #define CONFIG_CMD_BMP
250 #define CONFIG_BMP_16BPP
251 #define CONFIG_FB_ADDR 0x52504000
252 #define CONFIG_S6E8AX0
253 #define CONFIG_EXYNOS_MIPI_DSIM
254 #define CONFIG_VIDEO_BMP_GZIP
255 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
256
257 #define LCD_XRES 720
258 #define LCD_YRES 1280
259
260 #endif /* __CONFIG_H */