blob: 1e37ab47b9a364117b8570c81d3ce7cd38e419d6 [file] [log] [blame]
Dave Gerlach33b72582021-04-23 11:27:42 -05001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration header file for K3 AM642 SoC family
4 *
5 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
6 * Keerthy <j-keerthy@ti.com>
7 */
8
9#ifndef __CONFIG_AM642_EVM_H
10#define __CONFIG_AM642_EVM_H
11
12#include <linux/sizes.h>
13#include <config_distro_bootcmd.h>
14#include <environment/ti/mmc.h>
Aswath Govindraju26f32c32021-06-04 22:00:38 +053015#include <asm/arch/am64_hardware.h>
Aswath Govindrajuce7ad572021-06-04 22:00:40 +053016#include <environment/ti/k3_dfu.h>
Dave Gerlach33b72582021-04-23 11:27:42 -050017
18/* DDR Configuration */
Tom Riniaa6e94d2022-11-16 13:10:37 -050019#define CFG_SYS_SDRAM_BASE1 0x880000000
Dave Gerlach33b72582021-04-23 11:27:42 -050020
Dave Gerlach33b72582021-04-23 11:27:42 -050021/* Now for the remaining common defines */
22#include <configs/ti_armv7_common.h>
23
Dave Gerlach33b72582021-04-23 11:27:42 -050024#endif /* __CONFIG_AM642_EVM_H */