Yixun Lan | 5f3a7fd | 2023-07-08 19:24:32 +0800 | [diff] [blame] | 1 | /* 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 */ |