xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/mediatek,mt8183.h (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*0e8011faSEmmanuel Vadot /*
3*0e8011faSEmmanuel Vadot  * Copyright (c) 2021 MediaTek Inc.
4*0e8011faSEmmanuel Vadot  * Copyright (c) 2024 Collabora Ltd.
5*0e8011faSEmmanuel Vadot  *                    AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
6*0e8011faSEmmanuel Vadot  */
7*0e8011faSEmmanuel Vadot 
8*0e8011faSEmmanuel Vadot #ifndef __DT_BINDINGS_INTERCONNECT_MEDIATEK_MT8183_H
9*0e8011faSEmmanuel Vadot #define __DT_BINDINGS_INTERCONNECT_MEDIATEK_MT8183_H
10*0e8011faSEmmanuel Vadot 
11*0e8011faSEmmanuel Vadot #define SLAVE_DDR_EMI		0
12*0e8011faSEmmanuel Vadot #define MASTER_MCUSYS		1
13*0e8011faSEmmanuel Vadot #define MASTER_MFG		2
14*0e8011faSEmmanuel Vadot #define MASTER_MMSYS		3
15*0e8011faSEmmanuel Vadot #define MASTER_MM_VPU		4
16*0e8011faSEmmanuel Vadot #define MASTER_MM_DISP		5
17*0e8011faSEmmanuel Vadot #define MASTER_MM_VDEC		6
18*0e8011faSEmmanuel Vadot #define MASTER_MM_VENC		7
19*0e8011faSEmmanuel Vadot #define MASTER_MM_CAM		8
20*0e8011faSEmmanuel Vadot #define MASTER_MM_IMG		9
21*0e8011faSEmmanuel Vadot #define MASTER_MM_MDP		10
22*0e8011faSEmmanuel Vadot 
23*0e8011faSEmmanuel Vadot #endif
24