blob: 990e411a64063c719ce2533ef22f71bb6e531882 [file] [log] [blame]
developer56ed64c2022-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
developer56ed64c2022-09-09 19:59:13 +080012/* Uboot definition */
Simon Glass72cc5382022-10-20 18:22:39 -060013#define CONFIG_SYS_UBOOT_BASE CONFIG_TEXT_BASE
developer56ed64c2022-09-09 19:59:13 +080014
15/* SPL -> Uboot */
Simon Glass72cc5382022-10-20 18:22:39 -060016#define CONFIG_SYS_UBOOT_START CONFIG_TEXT_BASE
developer56ed64c2022-09-09 19:59:13 +080017
18/* DRAM */
Tom Rinibb4dd962022-11-16 13:10:37 -050019#define CFG_SYS_SDRAM_BASE 0x40000000
developer56ed64c2022-09-09 19:59:13 +080020
21#endif