Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / configs / thuban.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2013 Siemens Schweiz AG
4  * (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
5  *
6  * Based on:
7  * U-Boot file:/include/configs/am335x_evm.h
8  *
9  * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
10  */
11
12 #ifndef __CONFIG_THUBAN_H
13 #define __CONFIG_THUBAN_H
14
15 #include "siemens-am33x-common.h"
16
17 #define DDR_PLL_FREQ    303
18
19 #define BOARD_DFU_BUTTON_GPIO   27      /* Use as default */
20 #define GPIO_LAN9303_NRST       88      /* GPIO2_24 = gpio88 */
21
22 #define CONFIG_ENV_SETTINGS_BUTTONS_AND_LEDS \
23         "button_dfu0=27\0" \
24         "led0=103,1,0\0" \
25         "led1=64,0,1\0"
26
27  /* Physical Memory Map */
28 #define CONFIG_MAX_RAM_BANK_SIZE        (1024 << 20)    /* 1GB */
29
30 #define EEPROM_ADDR_DDR3 0x90
31 #define EEPROM_ADDR_CHIP 0x120
32
33 #define CONFIG_FACTORYSET
34
35 /* Define own nand partitions */
36 #define CONFIG_ENV_RANGE        (4 * CONFIG_SYS_ENV_SECT_SIZE)
37
38 #ifndef CONFIG_SPL_BUILD
39
40 /* Default env settings */
41 #define CONFIG_EXTRA_ENV_SETTINGS \
42         "hostname=thuban\0" \
43         "ubi_off=2048\0"\
44         "nand_img_size=0x400000\0" \
45         "optargs=\0" \
46         "preboot=draco_led 0\0" \
47         CONFIG_ENV_SETTINGS_BUTTONS_AND_LEDS \
48         CONFIG_ENV_SETTINGS_V2 \
49         CONFIG_ENV_SETTINGS_NAND_V2
50
51 #ifndef CONFIG_RESTORE_FLASH
52 /* set to negative value for no autoboot */
53 #endif
54 #endif  /* CONFIG_SPL_BUILD */
55 #endif  /* ! __CONFIG_THUBAN_H */