]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/linkit-smart-7688.h
Convert CFG_SYS_UBOOT_START to Kconfig
[thirdparty/u-boot.git] / include / configs / linkit-smart-7688.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2018 Stefan Roese <sr@denx.de>
4 */
5
6 #ifndef __CONFIG_LINKIT_SMART_7688_H
7 #define __CONFIG_LINKIT_SMART_7688_H
8
9 /* RAM */
10 #define CFG_SYS_SDRAM_BASE 0x80000000
11
12 #define CFG_SYS_INIT_SP_OFFSET 0x400000
13
14 /* Dummy value */
15 #define CFG_SYS_UBOOT_BASE 0
16
17 /* Serial SPL */
18 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
19 #define CFG_SYS_NS16550_CLK 40000000
20 #define CFG_SYS_NS16550_COM3 0xb0000e00
21
22 #endif
23
24 /* UART */
25 #define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
26 230400, 460800, 921600 }
27
28 /* RAM */
29
30 /* Environment settings */
31
32 #endif /* __CONFIG_LINKIT_SMART_7688_H */