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

#ifndef __MT7987_H
#define __MT7987_H

#define CFG_MAX_MEM_MAPPED		0xC0000000

#endif