Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / j721e_evm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration header file for K3 J721E EVM
4  *
5  * Copyright (C) 2018-2020 Texas Instruments Incorporated - https://www.ti.com/
6  *      Lokesh Vutla <lokeshvutla@ti.com>
7  */
8
9 #ifndef __CONFIG_J721E_EVM_H
10 #define __CONFIG_J721E_EVM_H
11
12 #include <linux/sizes.h>
13
14 /* DDR Configuration */
15 #define CFG_SYS_SDRAM_BASE1             0x880000000
16 /* FLASH Configuration */
17 #define CFG_SYS_FLASH_BASE              0x000000000
18
19 /* SPL Loader Configuration */
20 #if defined(CONFIG_TARGET_J721E_A72_EVM) || defined(CONFIG_TARGET_J7200_A72_EVM)
21 #define CFG_SYS_UBOOT_BASE              0x50280000
22 /* Image load address in RAM for DFU boot*/
23 #else
24 #define CFG_SYS_UBOOT_BASE              0x50080000
25 #endif
26
27 /* Now for the remaining common defines */
28 #include <configs/ti_armv7_common.h>
29
30
31 #endif /* __CONFIG_J721E_EVM_H */