blob: 0c41af1fc3293d98d340a785d5d6be1ba519c7a0 [file] [log] [blame]
Weijie Gao389ba692022-09-09 19:59:13 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Configuration for MediaTek MT7986 SoC
4 *
5 * Copyright (C) 2022 MediaTek Inc.
6 * Author: Sam Shih <sam.shih@mediatek.com>
7 */
8
9#ifndef __MT7986_H
10#define __MT7986_H
11
Weijie Gao389ba692022-09-09 19:59:13 +080012/* Uboot definition */
Tom Rini65cc0e22022-11-16 13:10:41 -050013#define CFG_SYS_UBOOT_BASE CONFIG_TEXT_BASE
Weijie Gao389ba692022-09-09 19:59:13 +080014
15/* SPL -> Uboot */
Tom Rini65cc0e22022-11-16 13:10:41 -050016#define CFG_SYS_UBOOT_START CONFIG_TEXT_BASE
Weijie Gao389ba692022-09-09 19:59:13 +080017
18/* DRAM */
Tom Riniaa6e94d2022-11-16 13:10:37 -050019#define CFG_SYS_SDRAM_BASE 0x40000000
Weijie Gao389ba692022-09-09 19:59:13 +080020
21#endif