blob: 3997ce558a45975e27cb7d74d97b90ab95c571c3 [file] [log] [blame]
Bryan Brattlof719bd652022-11-03 19:13:58 -05001/* 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 Brattlof719bd652022-11-03 19:13:58 -050012#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 Brattlof719bd652022-11-03 19:13:58 -050018
19/* Now for the remaining common defines */
20#include <configs/ti_armv7_common.h>
21
22#endif /* __CONFIG_AM62A7_EVM_H */