The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/include/dt-bindings/interconnect/imx8mq.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: GPL-2.0 */
    2 /*
    3  * Interconnect framework driver for i.MX SoC
    4  *
    5  * Copyright (c) 2019-2020, NXP
    6  */
    7 
    8 #ifndef __DT_BINDINGS_INTERCONNECT_IMX8MQ_H
    9 #define __DT_BINDINGS_INTERCONNECT_IMX8MQ_H
   10 
   11 #define IMX8MQ_ICN_NOC          1
   12 #define IMX8MQ_ICS_DRAM         2
   13 #define IMX8MQ_ICS_OCRAM        3
   14 #define IMX8MQ_ICM_A53          4
   15 
   16 #define IMX8MQ_ICM_VPU          5
   17 #define IMX8MQ_ICN_VIDEO        6
   18 
   19 #define IMX8MQ_ICM_GPU          7
   20 #define IMX8MQ_ICN_GPU          8
   21 
   22 #define IMX8MQ_ICM_DCSS         9
   23 #define IMX8MQ_ICN_DCSS         10
   24 
   25 #define IMX8MQ_ICM_USB1         11
   26 #define IMX8MQ_ICM_USB2         12
   27 #define IMX8MQ_ICN_USB          13
   28 
   29 #define IMX8MQ_ICM_CSI1         14
   30 #define IMX8MQ_ICM_CSI2         15
   31 #define IMX8MQ_ICM_LCDIF        16
   32 #define IMX8MQ_ICN_DISPLAY      17
   33 
   34 #define IMX8MQ_ICM_SDMA2        18
   35 #define IMX8MQ_ICN_AUDIO        19
   36 
   37 #define IMX8MQ_ICN_ENET         20
   38 #define IMX8MQ_ICM_ENET         21
   39 
   40 #define IMX8MQ_ICM_SDMA1        22
   41 #define IMX8MQ_ICM_NAND         23
   42 #define IMX8MQ_ICM_USDHC1       24
   43 #define IMX8MQ_ICM_USDHC2       25
   44 #define IMX8MQ_ICM_PCIE1        26
   45 #define IMX8MQ_ICM_PCIE2        27
   46 #define IMX8MQ_ICN_MAIN         28
   47 
   48 #endif /* __DT_BINDINGS_INTERCONNECT_IMX8MQ_H */

Cache object: 22d322cad15eefcff8b13a90d770effd


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.