Bryan Brattlof | 719bd65 | 2022-11-03 19:13:58 -0500 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Configuration header file for K3 AM62Ax SoC family |
| 4 | * |
| 5 | * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/ |
| 6 | */ |
| 7 | |
| 8 | #ifndef __CONFIG_AM62AX_EVM_H |
| 9 | #define __CONFIG_AM62AX_EVM_H |
| 10 | |
| 11 | #include <linux/sizes.h> |
Bryan Brattlof | 719bd65 | 2022-11-03 19:13:58 -0500 | [diff] [blame] | 12 | #include <environment/ti/mmc.h> |
| 13 | #include <environment/ti/k3_dfu.h> |
| 14 | |
| 15 | /* DDR Configuration */ |
| 16 | #define CFG_SYS_SDRAM_BASE1 0x880000000 |
| 17 | |
Bryan Brattlof | 719bd65 | 2022-11-03 19:13:58 -0500 | [diff] [blame] | 18 | |
| 19 | /* Now for the remaining common defines */ |
| 20 | #include <configs/ti_armv7_common.h> |
| 21 | |
| 22 | #endif /* __CONFIG_AM62A7_EVM_H */ |