Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI
[platform/kernel/u-boot.git] / include / configs / trats2.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2013 Samsung Electronics
4  * Sanghee Kim <sh0130.kim@samsung.com>
5  * Piotr Wilczek <p.wilczek@samsung.com>
6  *
7  * Configuation settings for the SAMSUNG TRATS2 (EXYNOS4412) board.
8  */
9
10 #ifndef __CONFIG_TRATS2_H
11 #define __CONFIG_TRATS2_H
12
13 #include <configs/exynos4-common.h>
14
15 #define CONFIG_TIZEN                    /* TIZEN lib */
16
17 #define CONFIG_SYS_L2CACHE_OFF
18 #ifndef CONFIG_SYS_L2CACHE_OFF
19 #define CONFIG_SYS_L2_PL310
20 #define CONFIG_SYS_PL310_BASE   0x10502000
21 #endif
22
23 /* TRATS2 has 4 banks of DRAM */
24 #define CONFIG_SYS_SDRAM_BASE           0x40000000
25 #define PHYS_SDRAM_1                    CONFIG_SYS_SDRAM_BASE
26 #define SDRAM_BANK_SIZE                 (256 << 20)     /* 256 MB */
27
28 #define CONFIG_BOOTCOMMAND              "run autoboot"
29
30 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
31                                         - GENERATED_GBL_DATA_SIZE)
32
33 #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20)       /* ram console */
34
35 #define CONFIG_SYS_MONITOR_BASE 0x00000000
36
37 /* Tizen - partitions definitions */
38 #define PARTS_CSA               "csa-mmc"
39 #define PARTS_BOOT              "boot"
40 #define PARTS_QBOOT             "qboot"
41 #define PARTS_CSC               "csc"
42 #define PARTS_ROOT              "platform"
43 #define PARTS_DATA              "data"
44 #define PARTS_UMS               "ums"
45
46 #define PARTS_DEFAULT \
47         "uuid_disk=${uuid_gpt_disk};" \
48         "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
49         "name="PARTS_BOOT",size=60MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
50         "name="PARTS_QBOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_QBOOT"};" \
51         "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
52         "name="PARTS_ROOT",size=1536MiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
53         "name="PARTS_DATA",size=3000MiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
54         "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
55
56 #define CONFIG_DFU_ALT \
57         "u-boot raw 0x80 0x800;" \
58         "/uImage ext4 0 2;" \
59         "/modem.bin ext4 0 2;" \
60         "/exynos4412-trats2.dtb ext4 0 2;" \
61         ""PARTS_CSA" part 0 1;" \
62         ""PARTS_BOOT" part 0 2;" \
63         ""PARTS_QBOOT" part 0 3;" \
64         ""PARTS_CSC" part 0 4;" \
65         ""PARTS_ROOT" part 0 5;" \
66         ""PARTS_DATA" part 0 6;" \
67         ""PARTS_UMS" part 0 7;" \
68         "params.bin raw 0x38 0x8;" \
69         "/Image.itb ext4 0 2\0"
70
71 #define CONFIG_EXTRA_ENV_SETTINGS \
72         "bootk=" \
73                 "run loaduimage;" \
74                 "if run loaddtb; then " \
75                         "bootm 0x40007FC0 - ${fdtaddr};" \
76                 "fi;" \
77                 "bootm 0x40007FC0;\0" \
78         "updatebackup=" \
79                 "mmc dev 0 2; mmc write 0x51000000 0 0x800;" \
80                 " mmc dev 0 0\0" \
81         "updatebootb=" \
82                 "mmc read 0x51000000 0x80 0x800; run updatebackup\0" \
83         "mmcboot=" \
84                 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
85                 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \
86                 "run bootk\0" \
87         "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
88         "boottrace=setenv opts initcall_debug; run bootcmd\0" \
89         "verify=n\0" \
90         "rootfstype=ext4\0" \
91         "console=console=ttySAC2,115200n8\0" \
92         "kernelname=uImage\0" \
93         "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 " \
94                 "${kernelname}\0" \
95         "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
96                 "${fdtfile}\0" \
97         "mmcdev=" __stringify(CONFIG_MMC_DEFAULT_DEV) "\0" \
98         "mmcbootpart=2\0" \
99         "mmcrootpart=5\0" \
100         "opts=always_resume=1\0" \
101         "partitions=" PARTS_DEFAULT \
102         "dfu_alt_info=" CONFIG_DFU_ALT \
103         "uartpath=ap\0" \
104         "usbpath=ap\0" \
105         "consoleon=set console console=ttySAC2,115200n8; save; reset\0" \
106         "consoleoff=set console console=ram; save; reset\0" \
107         "spladdr=0x40000100\0" \
108         "splsize=0x200\0" \
109         "splfile=falcon.bin\0" \
110         "spl_export=" \
111                    "setexpr spl_imgsize ${splsize} + 8 ;" \
112                    "setenv spl_imgsize 0x${spl_imgsize};" \
113                    "setexpr spl_imgaddr ${spladdr} - 8 ;" \
114                    "setexpr spl_addr_tmp ${spladdr} - 4 ;" \
115                    "mw.b ${spl_imgaddr} 0x00 ${spl_imgsize};run loaduimage;" \
116                    "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
117                    "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo};" \
118                    "spl export atags 0x40007FC0;" \
119                    "crc32 ${spladdr} ${splsize} ${spl_imgaddr};" \
120                    "mw.l ${spl_addr_tmp} ${splsize};" \
121                    "ext4write mmc ${mmcdev}:${mmcbootpart}" \
122                    " /${splfile} ${spl_imgaddr} ${spl_imgsize};" \
123                    "setenv spl_imgsize;" \
124                    "setenv spl_imgaddr;" \
125                    "setenv spl_addr_tmp;\0" \
126         ENV_ITB \
127         "fdtaddr=40800000\0" \
128
129 /* GPT */
130
131 /* Security subsystem - enable hw_rand() */
132 #define CONFIG_EXYNOS_ACE_SHA
133
134 /* Common misc for Samsung */
135 #define CONFIG_MISC_COMMON
136
137 /* Download menu - Samsung common */
138 #define CONFIG_LCD_MENU
139
140 /* Download menu - definitions for check keys */
141 #ifndef __ASSEMBLY__
142
143 #define KEY_PWR_PMIC_NAME               "MAX77686_PMIC"
144 #define KEY_PWR_STATUS_REG              MAX77686_REG_PMIC_STATUS1
145 #define KEY_PWR_STATUS_MASK             (1 << 0)
146 #define KEY_PWR_INTERRUPT_REG           MAX77686_REG_PMIC_INT1
147 #define KEY_PWR_INTERRUPT_MASK          (1 << 1)
148
149 #define KEY_VOL_UP_GPIO                 EXYNOS4X12_GPIO_X22
150 #define KEY_VOL_DOWN_GPIO               EXYNOS4X12_GPIO_X33
151 #endif /* __ASSEMBLY__ */
152
153 /* LCD console */
154 #define LCD_BPP                 LCD_COLOR16
155
156 /* LCD */
157 #define CONFIG_FB_ADDR          0x52504000
158 #define CONFIG_EXYNOS_MIPI_DSIM
159 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
160
161 #endif  /* __CONFIG_H */