blob: 87496a52c4ce76b1543a78ae9d685ac644a6613b [file] [log] [blame]
Yixun Lan5f3a7fd2023-07-08 19:24:32 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2023 Yixun Lan <dlan@gentoo.org>
4 *
5 */
6
7#ifndef __TH1520_LPI4A_H
8#define __TH1520_LPI4A_H
9
10#include <linux/sizes.h>
11
12#define CFG_SYS_SDRAM_BASE 0x00000000
13
14#define UART_BASE 0xffe7014000
15#define UART_REG_WIDTH 32
16
17/* Environment options */
18
19#define CFG_EXTRA_ENV_SETTINGS \
20 "PS1=[LPi4A]# \0"
21
22#endif /* __TH1520_LPI4A_H */