18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Interconnect framework driver for i.MX SoC 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (c) 2019-2020, NXP 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_INTERCONNECT_IMX8MN_H 98c2ecf20Sopenharmony_ci#define __DT_BINDINGS_INTERCONNECT_IMX8MN_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define IMX8MN_ICN_NOC 1 128c2ecf20Sopenharmony_ci#define IMX8MN_ICS_DRAM 2 138c2ecf20Sopenharmony_ci#define IMX8MN_ICS_OCRAM 3 148c2ecf20Sopenharmony_ci#define IMX8MN_ICM_A53 4 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#define IMX8MN_ICM_GPU 5 178c2ecf20Sopenharmony_ci#define IMX8MN_ICN_GPU 6 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#define IMX8MN_ICM_CSI1 7 208c2ecf20Sopenharmony_ci#define IMX8MN_ICM_CSI2 8 218c2ecf20Sopenharmony_ci#define IMX8MN_ICM_ISI 9 228c2ecf20Sopenharmony_ci#define IMX8MN_ICM_LCDIF 10 238c2ecf20Sopenharmony_ci#define IMX8MN_ICN_MIPI 11 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ci#define IMX8MN_ICM_USB 12 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ci#define IMX8MN_ICM_SDMA2 13 288c2ecf20Sopenharmony_ci#define IMX8MN_ICM_SDMA3 14 298c2ecf20Sopenharmony_ci#define IMX8MN_ICN_AUDIO 15 308c2ecf20Sopenharmony_ci 318c2ecf20Sopenharmony_ci#define IMX8MN_ICN_ENET 16 328c2ecf20Sopenharmony_ci#define IMX8MN_ICM_ENET 17 338c2ecf20Sopenharmony_ci 348c2ecf20Sopenharmony_ci#define IMX8MN_ICM_NAND 18 358c2ecf20Sopenharmony_ci#define IMX8MN_ICM_SDMA1 19 368c2ecf20Sopenharmony_ci#define IMX8MN_ICM_USDHC1 20 378c2ecf20Sopenharmony_ci#define IMX8MN_ICM_USDHC2 21 388c2ecf20Sopenharmony_ci#define IMX8MN_ICM_USDHC3 22 398c2ecf20Sopenharmony_ci#define IMX8MN_ICN_MAIN 23 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_INTERCONNECT_IMX8MN_H */ 42