Path: blob/master/include/dt-bindings/interconnect/imx8mm.h
26288 views
/* SPDX-License-Identifier: GPL-2.0 */1/*2* Interconnect framework driver for i.MX SoC3*4* Copyright (c) 2019, BayLibre5* Copyright (c) 2019-2020, NXP6* Author: Alexandre Bailon <[email protected]>7*/89#ifndef __DT_BINDINGS_INTERCONNECT_IMX8MM_H10#define __DT_BINDINGS_INTERCONNECT_IMX8MM_H1112#define IMX8MM_ICN_NOC 113#define IMX8MM_ICS_DRAM 214#define IMX8MM_ICS_OCRAM 315#define IMX8MM_ICM_A53 41617#define IMX8MM_ICM_VPU_H1 518#define IMX8MM_ICM_VPU_G1 619#define IMX8MM_ICM_VPU_G2 720#define IMX8MM_ICN_VIDEO 82122#define IMX8MM_ICM_GPU2D 923#define IMX8MM_ICM_GPU3D 1024#define IMX8MM_ICN_GPU 112526#define IMX8MM_ICM_CSI 1227#define IMX8MM_ICM_LCDIF 1328#define IMX8MM_ICN_MIPI 142930#define IMX8MM_ICM_USB1 1531#define IMX8MM_ICM_USB2 1632#define IMX8MM_ICM_PCIE 1733#define IMX8MM_ICN_HSIO 183435#define IMX8MM_ICM_SDMA2 1936#define IMX8MM_ICM_SDMA3 2037#define IMX8MM_ICN_AUDIO 213839#define IMX8MM_ICN_ENET 2240#define IMX8MM_ICM_ENET 234142#define IMX8MM_ICN_MAIN 2443#define IMX8MM_ICM_NAND 2544#define IMX8MM_ICM_SDMA1 2645#define IMX8MM_ICM_USDHC1 2746#define IMX8MM_ICM_USDHC2 2847#define IMX8MM_ICM_USDHC3 294849#endif /* __DT_BINDINGS_INTERCONNECT_IMX8MM_H */505152