blob: 114dd8e56fae58c3432dbf23de48c16c5016c766 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +02002/*
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.
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +02008 */
9
Piotr Wilczek87d2e782014-03-07 14:59:49 +010010#ifndef __CONFIG_TRATS2_H
11#define __CONFIG_TRATS2_H
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020012
Simon Glassbe165002014-10-07 22:01:44 -060013#include <configs/exynos4-common.h>
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020014
Piotr Wilczek87d2e782014-03-07 14:59:49 +010015#define CONFIG_TIZEN /* TIZEN lib */
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020016
Łukasz Majewski706dfa02014-01-14 08:02:26 +010017#define CONFIG_SYS_L2CACHE_OFF
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020018#ifndef CONFIG_SYS_L2CACHE_OFF
19#define CONFIG_SYS_L2_PL310
20#define CONFIG_SYS_PL310_BASE 0x10502000
21#endif
22
Piotr Wilczek87d2e782014-03-07 14:59:49 +010023/* TRATS2 has 4 banks of DRAM */
Piotr Wilczek87d2e782014-03-07 14:59:49 +010024#define CONFIG_SYS_SDRAM_BASE 0x40000000
25#define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE
26#define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020027
Łukasz Majewskif106bf52015-04-01 12:34:30 +020028#define CONFIG_BOOTCOMMAND "run autoboot"
Piotr Wilczek0c2ba4c2013-11-21 15:46:45 +010029
Piotr Wilczek87d2e782014-03-07 14:59:49 +010030#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
31 - GENERATED_GBL_DATA_SIZE)
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020032
Piotr Wilczek87d2e782014-03-07 14:59:49 +010033#define CONFIG_SYS_MEM_TOP_HIDE (1 << 20) /* ram console */
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020034
Piotr Wilczek87d2e782014-03-07 14:59:49 +010035#define CONFIG_SYS_MONITOR_BASE 0x00000000
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020036
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020037/* Tizen - partitions definitions */
Przemyslaw Marczak276e8d92014-02-28 18:53:36 +010038#define PARTS_CSA "csa-mmc"
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020039#define PARTS_BOOT "boot"
Przemyslaw Marczak276e8d92014-02-28 18:53:36 +010040#define PARTS_QBOOT "qboot"
Piotr Wilczek953b8422013-11-27 11:11:02 +010041#define PARTS_CSC "csc"
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020042#define PARTS_ROOT "platform"
43#define PARTS_DATA "data"
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020044#define PARTS_UMS "ums"
45
46#define PARTS_DEFAULT \
Piotr Wilczek5539e1e2013-12-30 09:40:40 +010047 "uuid_disk=${uuid_gpt_disk};" \
Piotr Wilczek953b8422013-11-27 11:11:02 +010048 "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
Przemyslaw Marczak276e8d92014-02-28 18:53:36 +010049 "name="PARTS_BOOT",size=60MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
50 "name="PARTS_QBOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_QBOOT"};" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020051 "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
Piotr Wilczek953b8422013-11-27 11:11:02 +010052 "name="PARTS_ROOT",size=1536MiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
Przemyslaw Marczak276e8d92014-02-28 18:53:36 +010053 "name="PARTS_DATA",size=3000MiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020054 "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
55
Piotr Wilczek9317ba12013-11-12 15:22:46 +010056#define CONFIG_DFU_ALT \
Mateusz Zalega0ab80bf2014-04-28 21:13:25 +020057 "u-boot raw 0x80 0x800;" \
Łukasz Majewskib7afe212014-07-22 10:17:06 +020058 "/uImage ext4 0 2;" \
59 "/modem.bin ext4 0 2;" \
60 "/exynos4412-trats2.dtb ext4 0 2;" \
Przemyslaw Marczak276e8d92014-02-28 18:53:36 +010061 ""PARTS_CSA" part 0 1;" \
Łukasz Majewski5cd4f742014-01-14 08:02:24 +010062 ""PARTS_BOOT" part 0 2;" \
Przemyslaw Marczak276e8d92014-02-28 18:53:36 +010063 ""PARTS_QBOOT" part 0 3;" \
64 ""PARTS_CSC" part 0 4;" \
Łukasz Majewski5cd4f742014-01-14 08:02:24 +010065 ""PARTS_ROOT" part 0 5;" \
66 ""PARTS_DATA" part 0 6;" \
Przemyslaw Marczakea60f022014-01-22 12:02:47 +010067 ""PARTS_UMS" part 0 7;" \
Łukasz Majewskif106bf52015-04-01 12:34:30 +020068 "params.bin raw 0x38 0x8;" \
69 "/Image.itb ext4 0 2\0"
Piotr Wilczek9317ba12013-11-12 15:22:46 +010070
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020071#define CONFIG_EXTRA_ENV_SETTINGS \
72 "bootk=" \
Piotr Wilczek155f67d2014-01-22 15:54:37 +010073 "run loaduimage;" \
74 "if run loaddtb; then " \
75 "bootm 0x40007FC0 - ${fdtaddr};" \
76 "fi;" \
77 "bootm 0x40007FC0;\0" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020078 "updatebackup=" \
Jaehoon Chung92441af2014-04-30 09:09:15 +090079 "mmc dev 0 2; mmc write 0x51000000 0 0x800;" \
80 " mmc dev 0 0\0" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020081 "updatebootb=" \
Jaehoon Chung92441af2014-04-30 09:09:15 +090082 "mmc read 0x51000000 0x80 0x800; run updatebackup\0" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020083 "mmcboot=" \
84 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
85 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \
Piotr Wilczek155f67d2014-01-22 15:54:37 +010086 "run bootk\0" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020087 "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" \
Andre Heider698793b2020-09-17 08:52:01 +020091 "console=console=ttySAC2,115200n8\0" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020092 "kernelname=uImage\0" \
Piotr Wilczek61bba482013-11-27 11:11:00 +010093 "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 " \
94 "${kernelname}\0" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020095 "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
96 "${fdtfile}\0" \
Piotr Wilczek5539e1e2013-12-30 09:40:40 +010097 "mmcdev=" __stringify(CONFIG_MMC_DEFAULT_DEV) "\0" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +020098 "mmcbootpart=2\0" \
99 "mmcrootpart=5\0" \
100 "opts=always_resume=1\0" \
101 "partitions=" PARTS_DEFAULT \
Piotr Wilczek9317ba12013-11-12 15:22:46 +0100102 "dfu_alt_info=" CONFIG_DFU_ALT \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200103 "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" \
Tom Rini84afe7a2021-08-10 17:34:22 -0400126 ENV_ITB \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200127 "fdtaddr=40800000\0" \
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200128
Albert ARIBAUDb8fb7b82014-04-08 09:25:08 +0200129/* GPT */
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200130
Przemyslaw Marczaka537a852014-03-25 10:58:22 +0100131/* Security subsystem - enable hw_rand() */
132#define CONFIG_EXYNOS_ACE_SHA
Przemyslaw Marczaka537a852014-03-25 10:58:22 +0100133
Przemyslaw Marczak283a3202014-01-22 11:24:12 +0100134/* Common misc for Samsung */
135#define CONFIG_MISC_COMMON
136
Przemyslaw Marczakd87efc92014-01-22 11:24:19 +0100137/* Download menu - Samsung common */
138#define CONFIG_LCD_MENU
Przemyslaw Marczakd87efc92014-01-22 11:24:19 +0100139
140/* Download menu - definitions for check keys */
141#ifndef __ASSEMBLY__
Przemyslaw Marczakd87efc92014-01-22 11:24:19 +0100142
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
Akshay Saraswatbbb1a622014-05-13 10:30:15 +0530149#define KEY_VOL_UP_GPIO EXYNOS4X12_GPIO_X22
150#define KEY_VOL_DOWN_GPIO EXYNOS4X12_GPIO_X33
Przemyslaw Marczakd87efc92014-01-22 11:24:19 +0100151#endif /* __ASSEMBLY__ */
152
153/* LCD console */
154#define LCD_BPP LCD_COLOR16
Przemyslaw Marczakd87efc92014-01-22 11:24:19 +0100155
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200156/* LCD */
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200157#define CONFIG_FB_ADDR 0x52504000
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200158#define CONFIG_EXYNOS_MIPI_DSIM
Przemyslaw Marczak02f4a092013-11-29 18:30:43 +0100159#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200160
Piotr Wilczek2b3c92a2013-09-20 15:01:27 +0200161#endif /* __CONFIG_H */