blob: db4d68d750769bb69476f4d59b085f684ff19ba8 [file] [log] [blame]
Weijie Gaodd4fdc02020-11-12 16:35:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2020 MediaTek Inc. All Rights Reserved.
4 *
5 * Author: Weijie Gao <weijie.gao@mediatek.com>
6 */
7
8#ifndef __CONFIG_MT7620_H
9#define __CONFIG_MT7620_H
10
Weijie Gaodd4fdc02020-11-12 16:35:52 +080011#define CONFIG_SYS_MIPS_TIMER_FREQ 290000000
12
Weijie Gaodd4fdc02020-11-12 16:35:52 +080013#define CONFIG_SYS_SDRAM_BASE 0x80000000
Weijie Gaodd4fdc02020-11-12 16:35:52 +080014
15#define CONFIG_SYS_INIT_SP_OFFSET 0x400000
16
17#define CONFIG_SYS_BOOTM_LEN 0x1000000
18
Weijie Gaodd4fdc02020-11-12 16:35:52 +080019/* SPL */
Weijie Gaodd4fdc02020-11-12 16:35:52 +080020
21#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
Weijie Gaodd4fdc02020-11-12 16:35:52 +080022
23/* Dummy value */
24#define CONFIG_SYS_UBOOT_BASE 0
25
26#endif /* __CONFIG_MT7620_H */