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-2020, NXP
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef __DT_BINDINGS_INTERCONNECT_IMX8MN_H
962306a36Sopenharmony_ci#define __DT_BINDINGS_INTERCONNECT_IMX8MN_H
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#define IMX8MN_ICN_NOC		1
1262306a36Sopenharmony_ci#define IMX8MN_ICS_DRAM		2
1362306a36Sopenharmony_ci#define IMX8MN_ICS_OCRAM	3
1462306a36Sopenharmony_ci#define IMX8MN_ICM_A53		4
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#define IMX8MN_ICM_GPU		5
1762306a36Sopenharmony_ci#define IMX8MN_ICN_GPU		6
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci#define IMX8MN_ICM_CSI1		7
2062306a36Sopenharmony_ci#define IMX8MN_ICM_CSI2		8
2162306a36Sopenharmony_ci#define IMX8MN_ICM_ISI		9
2262306a36Sopenharmony_ci#define IMX8MN_ICM_LCDIF	10
2362306a36Sopenharmony_ci#define IMX8MN_ICN_MIPI		11
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ci#define IMX8MN_ICM_USB		12
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ci#define IMX8MN_ICM_SDMA2	13
2862306a36Sopenharmony_ci#define IMX8MN_ICM_SDMA3	14
2962306a36Sopenharmony_ci#define IMX8MN_ICN_AUDIO	15
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ci#define IMX8MN_ICN_ENET		16
3262306a36Sopenharmony_ci#define IMX8MN_ICM_ENET		17
3362306a36Sopenharmony_ci
3462306a36Sopenharmony_ci#define IMX8MN_ICM_NAND		18
3562306a36Sopenharmony_ci#define IMX8MN_ICM_SDMA1	19
3662306a36Sopenharmony_ci#define IMX8MN_ICM_USDHC1	20
3762306a36Sopenharmony_ci#define IMX8MN_ICM_USDHC2	21
3862306a36Sopenharmony_ci#define IMX8MN_ICM_USDHC3	22
3962306a36Sopenharmony_ci#define IMX8MN_ICN_MAIN		23
4062306a36Sopenharmony_ci
4162306a36Sopenharmony_ci#endif /* __DT_BINDINGS_INTERCONNECT_IMX8MN_H */
42