blob: 57003f120f9affebafce98b4fa80f04754b3bc0a [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>
Simon Glass5e541a02023-07-30 21:01:45 -060012#include <env/ti/mmc.h>
13#include <env/ti/k3_dfu.h>
Bryan Brattlof719bd652022-11-03 19:13:58 -050014
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 */