Vignesh Raghavendra | bf9bca7 | 2022-05-25 13:38:49 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Configuration header file for K3 AM625 SoC family |
| 4 | * |
| 5 | * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/ |
| 6 | * Suman Anna <s-anna@ti.com> |
| 7 | */ |
| 8 | |
| 9 | #ifndef __CONFIG_AM625_EVM_H |
| 10 | #define __CONFIG_AM625_EVM_H |
| 11 | |
| 12 | #include <config_distro_bootcmd.h> |
Simon Glass | c484095 | 2023-07-30 21:01:45 -0600 | [diff] [blame] | 13 | #include <env/ti/mmc.h> |
Vignesh Raghavendra | bf9bca7 | 2022-05-25 13:38:49 +0530 | [diff] [blame] | 14 | |
| 15 | /* DDR Configuration */ |
Tom Rini | bb4dd96 | 2022-11-16 13:10:37 -0500 | [diff] [blame] | 16 | #define CFG_SYS_SDRAM_BASE1 0x880000000 |
Vignesh Raghavendra | bf9bca7 | 2022-05-25 13:38:49 +0530 | [diff] [blame] | 17 | |
Vignesh Raghavendra | bf9bca7 | 2022-05-25 13:38:49 +0530 | [diff] [blame] | 18 | /* Now for the remaining common defines */ |
| 19 | #include <configs/ti_armv7_common.h> |
| 20 | |
| 21 | #endif /* __CONFIG_AM625_EVM_H */ |