summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8192/include/soc/dfd.h
blob: e225b08060c7373bc6c4abaea4ea270e52c7fe59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_MEDIATEK_MT8192_DFD_H
#define SOC_MEDIATEK_MT8192_DFD_H

#include <soc/dfd_common.h>

/* DFD dump address and size need to be the same as defined in Kernel DTS. */
#define DFD_DUMP_ADDRESS	0x6A000000
#define DFD_DUMP_SIZE		(1 * MiB)

#endif