mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-04 15:30:24 +00:00
23 lines
560 B
C
23 lines
560 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
|
|
|
|
#ifndef __DT_BINDINGS_INTERCONNECT_MTK_MT8183_EMI_H
|
|
#define __DT_BINDINGS_INTERCONNECT_MTK_MT8183_EMI_H
|
|
|
|
#define MT8183_SLAVE_DDR_EMI 0
|
|
#define MT8183_MASTER_MCUSYS 1
|
|
#define MT8183_MASTER_GPU 2
|
|
#define MT8183_MASTER_MMSYS 3
|
|
#define MT8183_MASTER_MM_VPU 4
|
|
#define MT8183_MASTER_MM_DISP 5
|
|
#define MT8183_MASTER_MM_VDEC 6
|
|
#define MT8183_MASTER_MM_VENC 7
|
|
#define MT8183_MASTER_MM_CAM 8
|
|
#define MT8183_MASTER_MM_IMG 9
|
|
#define MT8183_MASTER_MM_MDP 10
|
|
|
|
#endif
|