Home | History | Annotate | Line # | Download | only in interconnect
      1  1.1  jmcneill /*	$NetBSD: imx8mm.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Interconnect framework driver for i.MX SoC
      6  1.1  jmcneill  *
      7  1.1  jmcneill  * Copyright (c) 2019, BayLibre
      8  1.1  jmcneill  * Copyright (c) 2019-2020, NXP
      9  1.1  jmcneill  * Author: Alexandre Bailon <abailon (at) baylibre.com>
     10  1.1  jmcneill  */
     11  1.1  jmcneill 
     12  1.1  jmcneill #ifndef __DT_BINDINGS_INTERCONNECT_IMX8MM_H
     13  1.1  jmcneill #define __DT_BINDINGS_INTERCONNECT_IMX8MM_H
     14  1.1  jmcneill 
     15  1.1  jmcneill #define IMX8MM_ICN_NOC		1
     16  1.1  jmcneill #define IMX8MM_ICS_DRAM		2
     17  1.1  jmcneill #define IMX8MM_ICS_OCRAM	3
     18  1.1  jmcneill #define IMX8MM_ICM_A53		4
     19  1.1  jmcneill 
     20  1.1  jmcneill #define IMX8MM_ICM_VPU_H1	5
     21  1.1  jmcneill #define IMX8MM_ICM_VPU_G1	6
     22  1.1  jmcneill #define IMX8MM_ICM_VPU_G2	7
     23  1.1  jmcneill #define IMX8MM_ICN_VIDEO	8
     24  1.1  jmcneill 
     25  1.1  jmcneill #define IMX8MM_ICM_GPU2D	9
     26  1.1  jmcneill #define IMX8MM_ICM_GPU3D	10
     27  1.1  jmcneill #define IMX8MM_ICN_GPU		11
     28  1.1  jmcneill 
     29  1.1  jmcneill #define IMX8MM_ICM_CSI		12
     30  1.1  jmcneill #define IMX8MM_ICM_LCDIF	13
     31  1.1  jmcneill #define IMX8MM_ICN_MIPI		14
     32  1.1  jmcneill 
     33  1.1  jmcneill #define IMX8MM_ICM_USB1		15
     34  1.1  jmcneill #define IMX8MM_ICM_USB2		16
     35  1.1  jmcneill #define IMX8MM_ICM_PCIE		17
     36  1.1  jmcneill #define IMX8MM_ICN_HSIO		18
     37  1.1  jmcneill 
     38  1.1  jmcneill #define IMX8MM_ICM_SDMA2	19
     39  1.1  jmcneill #define IMX8MM_ICM_SDMA3	20
     40  1.1  jmcneill #define IMX8MM_ICN_AUDIO	21
     41  1.1  jmcneill 
     42  1.1  jmcneill #define IMX8MM_ICN_ENET		22
     43  1.1  jmcneill #define IMX8MM_ICM_ENET		23
     44  1.1  jmcneill 
     45  1.1  jmcneill #define IMX8MM_ICN_MAIN		24
     46  1.1  jmcneill #define IMX8MM_ICM_NAND		25
     47  1.1  jmcneill #define IMX8MM_ICM_SDMA1	26
     48  1.1  jmcneill #define IMX8MM_ICM_USDHC1	27
     49  1.1  jmcneill #define IMX8MM_ICM_USDHC2	28
     50  1.1  jmcneill #define IMX8MM_ICM_USDHC3	29
     51  1.1  jmcneill 
     52  1.1  jmcneill #endif /* __DT_BINDINGS_INTERCONNECT_IMX8MM_H */
     53