brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 8f10bb0 Raw
51 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Interconnect framework driver for i.MX SoC4 *5 * Copyright (c) 2019, BayLibre6 * Copyright (c) 2019-2020, NXP7 * Author: Alexandre Bailon <abailon@baylibre.com>8 */9 10#ifndef __DT_BINDINGS_INTERCONNECT_IMX8MM_H11#define __DT_BINDINGS_INTERCONNECT_IMX8MM_H12 13#define IMX8MM_ICN_NOC		114#define IMX8MM_ICS_DRAM		215#define IMX8MM_ICS_OCRAM	316#define IMX8MM_ICM_A53		417 18#define IMX8MM_ICM_VPU_H1	519#define IMX8MM_ICM_VPU_G1	620#define IMX8MM_ICM_VPU_G2	721#define IMX8MM_ICN_VIDEO	822 23#define IMX8MM_ICM_GPU2D	924#define IMX8MM_ICM_GPU3D	1025#define IMX8MM_ICN_GPU		1126 27#define IMX8MM_ICM_CSI		1228#define IMX8MM_ICM_LCDIF	1329#define IMX8MM_ICN_MIPI		1430 31#define IMX8MM_ICM_USB1		1532#define IMX8MM_ICM_USB2		1633#define IMX8MM_ICM_PCIE		1734#define IMX8MM_ICN_HSIO		1835 36#define IMX8MM_ICM_SDMA2	1937#define IMX8MM_ICM_SDMA3	2038#define IMX8MM_ICN_AUDIO	2139 40#define IMX8MM_ICN_ENET		2241#define IMX8MM_ICM_ENET		2342 43#define IMX8MM_ICN_MAIN		2444#define IMX8MM_ICM_NAND		2545#define IMX8MM_ICM_SDMA1	2646#define IMX8MM_ICM_USDHC1	2747#define IMX8MM_ICM_USDHC2	2848#define IMX8MM_ICM_USDHC3	2949 50#endif /* __DT_BINDINGS_INTERCONNECT_IMX8MM_H */51