23 lines
586 B
C
23 lines
586 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_INTERCONNECT_MTK_MT6761_EMI_H
|
|
#define __DT_BINDINGS_INTERCONNECT_MTK_MT6761_EMI_H
|
|
|
|
#define MT6761_SLAVE_DDR_EMI 0
|
|
#define MT6761_MASTER_MCUSYS 1
|
|
#define MT6761_MASTER_GPUSYS 2
|
|
#define MT6761_MASTER_MMSYS 3
|
|
#define MT6761_MASTER_MM_VPU 4
|
|
#define MT6761_MASTER_MM_DISP 5
|
|
#define MT6761_MASTER_MM_VDEC 6
|
|
#define MT6761_MASTER_MM_VENC 7
|
|
#define MT6761_MASTER_MM_CAM 8
|
|
#define MT6761_MASTER_MM_IMG 9
|
|
#define MT6761_MASTER_MM_MDP 10
|
|
#define MT6761_MASTER_DEBUGSYS 11
|
|
|
|
#endif
|