1/* $NetBSD: mediatek,mt8183.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) 2021 MediaTek Inc. 6 * Copyright (c) 2024 Collabora Ltd. 7 * AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> 8 */ 9 10#ifndef __DT_BINDINGS_INTERCONNECT_MEDIATEK_MT8183_H 11#define __DT_BINDINGS_INTERCONNECT_MEDIATEK_MT8183_H 12 13#define SLAVE_DDR_EMI 0 14#define MASTER_MCUSYS 1 15#define MASTER_MFG 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 25#endif 26