Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Configuration header file for K3 J721E EVM |
| 4 | * |
Suman Anna | c091bb0 | 2020-08-17 18:15:12 -0500 | [diff] [blame] | 5 | * Copyright (C) 2018-2020 Texas Instruments Incorporated - https://www.ti.com/ |
Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 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> |
Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 13 | |
Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 14 | /* DDR Configuration */ |
Tom Rini | aa6e94d | 2022-11-16 13:10:37 -0500 | [diff] [blame] | 15 | #define CFG_SYS_SDRAM_BASE1 0x880000000 |
Vaishnav Achath | d45ccab | 2022-05-09 11:50:15 +0530 | [diff] [blame] | 16 | /* FLASH Configuration */ |
Tom Rini | 65cc0e2 | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 17 | #define CFG_SYS_FLASH_BASE 0x000000000 |
Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 18 | |
| 19 | /* SPL Loader Configuration */ |
Lokesh Vutla | cf1d686 | 2020-08-05 22:44:24 +0530 | [diff] [blame] | 20 | #if defined(CONFIG_TARGET_J721E_A72_EVM) || defined(CONFIG_TARGET_J7200_A72_EVM) |
Tom Rini | 65cc0e2 | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 21 | #define CFG_SYS_UBOOT_BASE 0x50280000 |
Vignesh Raghavendra | 4728c6f | 2020-01-27 17:59:26 +0530 | [diff] [blame] | 22 | /* Image load address in RAM for DFU boot*/ |
Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 23 | #else |
Tom Rini | 65cc0e2 | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 24 | #define CFG_SYS_UBOOT_BASE 0x50080000 |
Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 25 | #endif |
| 26 | |
Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 27 | /* Now for the remaining common defines */ |
| 28 | #include <configs/ti_armv7_common.h> |
| 29 | |
Faiz Abbas | 4250bf8 | 2020-01-16 19:42:24 +0530 | [diff] [blame] | 30 | |
Lokesh Vutla | f818503 | 2019-06-13 10:29:49 +0530 | [diff] [blame] | 31 | #endif /* __CONFIG_J721E_EVM_H */ |