Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / j721s2_evm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration header file for K3 J721S2 EVM
4  *
5  * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
6  *      David Huang <d-huang@ti.com>
7  */
8
9 #ifndef __CONFIG_J721S2_EVM_H
10 #define __CONFIG_J721S2_EVM_H
11
12 #include <linux/sizes.h>
13 #include <config_distro_bootcmd.h>
14
15 /* DDR Configuration */
16 #define CFG_SYS_SDRAM_BASE1             0x880000000
17
18 /* SPL Loader Configuration */
19 #if defined(CONFIG_TARGET_J721S2_A72_EVM)
20 #define CFG_SYS_UBOOT_BASE              0x50280000
21 /* Image load address in RAM for DFU boot*/
22 #else
23 #define CFG_SYS_UBOOT_BASE              0x50080000
24 #endif
25
26 /* Now for the remaining common defines */
27 #include <configs/ti_armv7_common.h>
28
29 #endif /* __CONFIG_J721S2_EVM_H */