162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR MIT */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Interconnect framework driver for i.MX SoC 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright 2022 NXP 662306a36Sopenharmony_ci * Peng Fan <peng.fan@nxp.com> 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef __DT_BINDINGS_INTERCONNECT_IMX8MP_H 1062306a36Sopenharmony_ci#define __DT_BINDINGS_INTERCONNECT_IMX8MP_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#define IMX8MP_ICN_NOC 0 1362306a36Sopenharmony_ci#define IMX8MP_ICN_MAIN 1 1462306a36Sopenharmony_ci#define IMX8MP_ICS_DRAM 2 1562306a36Sopenharmony_ci#define IMX8MP_ICS_OCRAM 3 1662306a36Sopenharmony_ci#define IMX8MP_ICM_A53 4 1762306a36Sopenharmony_ci#define IMX8MP_ICM_SUPERMIX 5 1862306a36Sopenharmony_ci#define IMX8MP_ICM_GIC 6 1962306a36Sopenharmony_ci#define IMX8MP_ICM_MLMIX 7 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ci#define IMX8MP_ICN_AUDIO 8 2262306a36Sopenharmony_ci#define IMX8MP_ICM_DSP 9 2362306a36Sopenharmony_ci#define IMX8MP_ICM_SDMA2PER 10 2462306a36Sopenharmony_ci#define IMX8MP_ICM_SDMA2BURST 11 2562306a36Sopenharmony_ci#define IMX8MP_ICM_SDMA3PER 12 2662306a36Sopenharmony_ci#define IMX8MP_ICM_SDMA3BURST 13 2762306a36Sopenharmony_ci#define IMX8MP_ICM_EDMA 14 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci#define IMX8MP_ICN_GPU 15 3062306a36Sopenharmony_ci#define IMX8MP_ICM_GPU2D 16 3162306a36Sopenharmony_ci#define IMX8MP_ICM_GPU3D 17 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ci#define IMX8MP_ICN_HDMI 18 3462306a36Sopenharmony_ci#define IMX8MP_ICM_HRV 19 3562306a36Sopenharmony_ci#define IMX8MP_ICM_LCDIF_HDMI 20 3662306a36Sopenharmony_ci#define IMX8MP_ICM_HDCP 21 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ci#define IMX8MP_ICN_HSIO 22 3962306a36Sopenharmony_ci#define IMX8MP_ICM_NOC_PCIE 23 4062306a36Sopenharmony_ci#define IMX8MP_ICM_USB1 24 4162306a36Sopenharmony_ci#define IMX8MP_ICM_USB2 25 4262306a36Sopenharmony_ci#define IMX8MP_ICM_PCIE 26 4362306a36Sopenharmony_ci 4462306a36Sopenharmony_ci#define IMX8MP_ICN_MEDIA 27 4562306a36Sopenharmony_ci#define IMX8MP_ICM_LCDIF_RD 28 4662306a36Sopenharmony_ci#define IMX8MP_ICM_LCDIF_WR 29 4762306a36Sopenharmony_ci#define IMX8MP_ICM_ISI0 30 4862306a36Sopenharmony_ci#define IMX8MP_ICM_ISI1 31 4962306a36Sopenharmony_ci#define IMX8MP_ICM_ISI2 32 5062306a36Sopenharmony_ci#define IMX8MP_ICM_ISP0 33 5162306a36Sopenharmony_ci#define IMX8MP_ICM_ISP1 34 5262306a36Sopenharmony_ci#define IMX8MP_ICM_DWE 35 5362306a36Sopenharmony_ci 5462306a36Sopenharmony_ci#define IMX8MP_ICN_VIDEO 36 5562306a36Sopenharmony_ci#define IMX8MP_ICM_VPU_G1 37 5662306a36Sopenharmony_ci#define IMX8MP_ICM_VPU_G2 38 5762306a36Sopenharmony_ci#define IMX8MP_ICM_VPU_H1 39 5862306a36Sopenharmony_ci 5962306a36Sopenharmony_ci#endif /* __DT_BINDINGS_INTERCONNECT_IMX8MP_H */ 60