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_IMX8MQ_H
98c2ecf20Sopenharmony_ci#define __DT_BINDINGS_INTERCONNECT_IMX8MQ_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_NOC		1
128c2ecf20Sopenharmony_ci#define IMX8MQ_ICS_DRAM		2
138c2ecf20Sopenharmony_ci#define IMX8MQ_ICS_OCRAM	3
148c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_A53		4
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_VPU		5
178c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_VIDEO	6
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_GPU		7
208c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_GPU		8
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_DCSS		9
238c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_DCSS		10
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_USB1		11
268c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_USB2		12
278c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_USB		13
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_CSI1		14
308c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_CSI2		15
318c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_LCDIF	16
328c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_DISPLAY	17
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_SDMA2	18
358c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_AUDIO	19
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_ENET		20
388c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_ENET		21
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_SDMA1	22
418c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_NAND		23
428c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_USDHC1	24
438c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_USDHC2	25
448c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_PCIE1	26
458c2ecf20Sopenharmony_ci#define IMX8MQ_ICM_PCIE2	27
468c2ecf20Sopenharmony_ci#define IMX8MQ_ICN_MAIN		28
478c2ecf20Sopenharmony_ci
488c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_INTERCONNECT_IMX8MQ_H */
49