24 lines · c
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */2/*3 * Copyright (c) 2021 MediaTek Inc.4 * Copyright (c) 2024 Collabora Ltd.5 * AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>6 */7 8#ifndef __DT_BINDINGS_INTERCONNECT_MEDIATEK_MT8183_H9#define __DT_BINDINGS_INTERCONNECT_MEDIATEK_MT8183_H10 11#define SLAVE_DDR_EMI 012#define MASTER_MCUSYS 113#define MASTER_MFG 214#define MASTER_MMSYS 315#define MASTER_MM_VPU 416#define MASTER_MM_DISP 517#define MASTER_MM_VDEC 618#define MASTER_MM_VENC 719#define MASTER_MM_CAM 820#define MASTER_MM_IMG 921#define MASTER_MM_MDP 1022 23#endif24