162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Interconnect framework driver for i.MX SoC
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (c) 2019, BayLibre
662306a36Sopenharmony_ci * Copyright (c) 2019-2020, NXP
762306a36Sopenharmony_ci * Author: Alexandre Bailon <abailon@baylibre.com>
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef __DT_BINDINGS_INTERCONNECT_IMX8MM_H
1162306a36Sopenharmony_ci#define __DT_BINDINGS_INTERCONNECT_IMX8MM_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#define IMX8MM_ICN_NOC		1
1462306a36Sopenharmony_ci#define IMX8MM_ICS_DRAM		2
1562306a36Sopenharmony_ci#define IMX8MM_ICS_OCRAM	3
1662306a36Sopenharmony_ci#define IMX8MM_ICM_A53		4
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci#define IMX8MM_ICM_VPU_H1	5
1962306a36Sopenharmony_ci#define IMX8MM_ICM_VPU_G1	6
2062306a36Sopenharmony_ci#define IMX8MM_ICM_VPU_G2	7
2162306a36Sopenharmony_ci#define IMX8MM_ICN_VIDEO	8
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci#define IMX8MM_ICM_GPU2D	9
2462306a36Sopenharmony_ci#define IMX8MM_ICM_GPU3D	10
2562306a36Sopenharmony_ci#define IMX8MM_ICN_GPU		11
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ci#define IMX8MM_ICM_CSI		12
2862306a36Sopenharmony_ci#define IMX8MM_ICM_LCDIF	13
2962306a36Sopenharmony_ci#define IMX8MM_ICN_MIPI		14
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ci#define IMX8MM_ICM_USB1		15
3262306a36Sopenharmony_ci#define IMX8MM_ICM_USB2		16
3362306a36Sopenharmony_ci#define IMX8MM_ICM_PCIE		17
3462306a36Sopenharmony_ci#define IMX8MM_ICN_HSIO		18
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ci#define IMX8MM_ICM_SDMA2	19
3762306a36Sopenharmony_ci#define IMX8MM_ICM_SDMA3	20
3862306a36Sopenharmony_ci#define IMX8MM_ICN_AUDIO	21
3962306a36Sopenharmony_ci
4062306a36Sopenharmony_ci#define IMX8MM_ICN_ENET		22
4162306a36Sopenharmony_ci#define IMX8MM_ICM_ENET		23
4262306a36Sopenharmony_ci
4362306a36Sopenharmony_ci#define IMX8MM_ICN_MAIN		24
4462306a36Sopenharmony_ci#define IMX8MM_ICM_NAND		25
4562306a36Sopenharmony_ci#define IMX8MM_ICM_SDMA1	26
4662306a36Sopenharmony_ci#define IMX8MM_ICM_USDHC1	27
4762306a36Sopenharmony_ci#define IMX8MM_ICM_USDHC2	28
4862306a36Sopenharmony_ci#define IMX8MM_ICM_USDHC3	29
4962306a36Sopenharmony_ci
5062306a36Sopenharmony_ci#endif /* __DT_BINDINGS_INTERCONNECT_IMX8MM_H */
51