Home | History | Annotate | Line # | Download | only in interconnect
      1  1.1  jmcneill /*	$NetBSD: imx8mn.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-2020, NXP
      8  1.1  jmcneill  */
      9  1.1  jmcneill 
     10  1.1  jmcneill #ifndef __DT_BINDINGS_INTERCONNECT_IMX8MN_H
     11  1.1  jmcneill #define __DT_BINDINGS_INTERCONNECT_IMX8MN_H
     12  1.1  jmcneill 
     13  1.1  jmcneill #define IMX8MN_ICN_NOC		1
     14  1.1  jmcneill #define IMX8MN_ICS_DRAM		2
     15  1.1  jmcneill #define IMX8MN_ICS_OCRAM	3
     16  1.1  jmcneill #define IMX8MN_ICM_A53		4
     17  1.1  jmcneill 
     18  1.1  jmcneill #define IMX8MN_ICM_GPU		5
     19  1.1  jmcneill #define IMX8MN_ICN_GPU		6
     20  1.1  jmcneill 
     21  1.1  jmcneill #define IMX8MN_ICM_CSI1		7
     22  1.1  jmcneill #define IMX8MN_ICM_CSI2		8
     23  1.1  jmcneill #define IMX8MN_ICM_ISI		9
     24  1.1  jmcneill #define IMX8MN_ICM_LCDIF	10
     25  1.1  jmcneill #define IMX8MN_ICN_MIPI		11
     26  1.1  jmcneill 
     27  1.1  jmcneill #define IMX8MN_ICM_USB		12
     28  1.1  jmcneill 
     29  1.1  jmcneill #define IMX8MN_ICM_SDMA2	13
     30  1.1  jmcneill #define IMX8MN_ICM_SDMA3	14
     31  1.1  jmcneill #define IMX8MN_ICN_AUDIO	15
     32  1.1  jmcneill 
     33  1.1  jmcneill #define IMX8MN_ICN_ENET		16
     34  1.1  jmcneill #define IMX8MN_ICM_ENET		17
     35  1.1  jmcneill 
     36  1.1  jmcneill #define IMX8MN_ICM_NAND		18
     37  1.1  jmcneill #define IMX8MN_ICM_SDMA1	19
     38  1.1  jmcneill #define IMX8MN_ICM_USDHC1	20
     39  1.1  jmcneill #define IMX8MN_ICM_USDHC2	21
     40  1.1  jmcneill #define IMX8MN_ICM_USDHC3	22
     41  1.1  jmcneill #define IMX8MN_ICN_MAIN		23
     42  1.1  jmcneill 
     43  1.1  jmcneill #endif /* __DT_BINDINGS_INTERCONNECT_IMX8MN_H */
     44