aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mt7988.h
blob: e63825a5a196fcce2571818f216bc0af5569e54c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Configuration for MediaTek MT7988 SoC
 *
 * Copyright (C) 2022 MediaTek Inc.
 * Author: Sam Shih <sam.shih@mediatek.com>
 */

#ifndef __MT7988_H
#define __MT7988_H

#define CFG_MAX_MEM_MAPPED		0xC0000000

#endif