1/* $NetBSD: mediatek,mt8195.h,v 1.1.1.1 2026/01/18 05:21:45 skrll Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 4/* 5 * Copyright (c) 2020 MediaTek Inc. 6 * Copyright (c) 2024 Collabora Ltd. 7 * AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> 8 */ 9 10#ifndef __DT_BINDINGS_INTERCONNECT_MEDIATEK_MT8195_H 11#define __DT_BINDINGS_INTERCONNECT_MEDIATEK_MT8195_H 12 13#define SLAVE_DDR_EMI 0 14#define MASTER_MCUSYS 1 15#define MASTER_GPUSYS 2 16#define MASTER_MMSYS 3 17#define MASTER_MM_VPU 4 18#define MASTER_MM_DISP 5 19#define MASTER_MM_VDEC 6 20#define MASTER_MM_VENC 7 21#define MASTER_MM_CAM 8 22#define MASTER_MM_IMG 9 23#define MASTER_MM_MDP 10 24#define MASTER_VPUSYS 11 25#define MASTER_VPU_0 12 26#define MASTER_VPU_1 13 27#define MASTER_MDLASYS 14 28#define MASTER_MDLA_0 15 29#define MASTER_UFS 16 30#define MASTER_PCIE_0 17 31#define MASTER_PCIE_1 18 32#define MASTER_USB 19 33#define MASTER_DBGIF 20 34#define SLAVE_HRT_DDR_EMI 21 35#define MASTER_HRT_MMSYS 22 36#define MASTER_HRT_MM_DISP 23 37#define MASTER_HRT_MM_VDEC 24 38#define MASTER_HRT_MM_VENC 25 39#define MASTER_HRT_MM_CAM 26 40#define MASTER_HRT_MM_IMG 27 41#define MASTER_HRT_MM_MDP 28 42#define MASTER_HRT_DBGIF 29 43#define MASTER_WIFI 30 44#define MASTER_BT 31 45#define MASTER_NETSYS 32 46#endif 47