Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Interconnect framework driver for i.MX SoC
0004  *
0005  * Copyright (c) 2019, BayLibre
0006  * Copyright (c) 2019-2020, NXP
0007  * Author: Alexandre Bailon <abailon@baylibre.com>
0008  */
0009 
0010 #ifndef __DT_BINDINGS_INTERCONNECT_IMX8MM_H
0011 #define __DT_BINDINGS_INTERCONNECT_IMX8MM_H
0012 
0013 #define IMX8MM_ICN_NOC      1
0014 #define IMX8MM_ICS_DRAM     2
0015 #define IMX8MM_ICS_OCRAM    3
0016 #define IMX8MM_ICM_A53      4
0017 
0018 #define IMX8MM_ICM_VPU_H1   5
0019 #define IMX8MM_ICM_VPU_G1   6
0020 #define IMX8MM_ICM_VPU_G2   7
0021 #define IMX8MM_ICN_VIDEO    8
0022 
0023 #define IMX8MM_ICM_GPU2D    9
0024 #define IMX8MM_ICM_GPU3D    10
0025 #define IMX8MM_ICN_GPU      11
0026 
0027 #define IMX8MM_ICM_CSI      12
0028 #define IMX8MM_ICM_LCDIF    13
0029 #define IMX8MM_ICN_MIPI     14
0030 
0031 #define IMX8MM_ICM_USB1     15
0032 #define IMX8MM_ICM_USB2     16
0033 #define IMX8MM_ICM_PCIE     17
0034 #define IMX8MM_ICN_HSIO     18
0035 
0036 #define IMX8MM_ICM_SDMA2    19
0037 #define IMX8MM_ICM_SDMA3    20
0038 #define IMX8MM_ICN_AUDIO    21
0039 
0040 #define IMX8MM_ICN_ENET     22
0041 #define IMX8MM_ICM_ENET     23
0042 
0043 #define IMX8MM_ICN_MAIN     24
0044 #define IMX8MM_ICM_NAND     25
0045 #define IMX8MM_ICM_SDMA1    26
0046 #define IMX8MM_ICM_USDHC1   27
0047 #define IMX8MM_ICM_USDHC2   28
0048 #define IMX8MM_ICM_USDHC3   29
0049 
0050 #endif /* __DT_BINDINGS_INTERCONNECT_IMX8MM_H */