Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / am65x_evm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration header file for K3 AM654 EVM
4  *
5  * Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
6  *      Lokesh Vutla <lokeshvutla@ti.com>
7  */
8
9 #ifndef __CONFIG_AM654_EVM_H
10 #define __CONFIG_AM654_EVM_H
11
12 #include <linux/sizes.h>
13 #include <env/ti/mmc.h>
14 #include <env/ti/k3_rproc.h>
15 #include <env/ti/k3_dfu.h>
16
17 /* DDR Configuration */
18 #define CFG_SYS_SDRAM_BASE1             0x880000000
19
20 /* Now for the remaining common defines */
21 #include <configs/ti_armv7_common.h>
22
23 #endif /* __CONFIG_AM654_EVM_H */