blob: 9e90239a1c18e0a7155b57df11220a475f509f35 [file] [log] [blame]
Lokesh Vutla0911d952018-08-27 15:59:06 +05301/* 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>
Simon Glass5e541a02023-07-30 21:01:45 -060013#include <env/ti/mmc.h>
14#include <env/ti/k3_rproc.h>
15#include <env/ti/k3_dfu.h>
Lokesh Vutla0911d952018-08-27 15:59:06 +053016
Lokesh Vutla0911d952018-08-27 15:59:06 +053017/* DDR Configuration */
Tom Riniaa6e94d2022-11-16 13:10:37 -050018#define CFG_SYS_SDRAM_BASE1 0x880000000
Lokesh Vutla0911d952018-08-27 15:59:06 +053019
Lokesh Vutla0911d952018-08-27 15:59:06 +053020/* Now for the remaining common defines */
21#include <configs/ti_armv7_common.h>
22
23#endif /* __CONFIG_AM654_EVM_H */