File: imx8mn.h

package info (click to toggle)
linux 6.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724,576 kB
  • sloc: ansic: 26,558,545; asm: 271,315; sh: 143,998; python: 72,469; makefile: 57,126; perl: 36,821; xml: 19,553; cpp: 5,820; yacc: 4,915; lex: 2,955; awk: 1,667; sed: 28; ruby: 25
file content (41 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Interconnect framework driver for i.MX SoC
 *
 * Copyright (c) 2019-2020, NXP
 */

#ifndef __DT_BINDINGS_INTERCONNECT_IMX8MN_H
#define __DT_BINDINGS_INTERCONNECT_IMX8MN_H

#define IMX8MN_ICN_NOC		1
#define IMX8MN_ICS_DRAM		2
#define IMX8MN_ICS_OCRAM	3
#define IMX8MN_ICM_A53		4

#define IMX8MN_ICM_GPU		5
#define IMX8MN_ICN_GPU		6

#define IMX8MN_ICM_CSI1		7
#define IMX8MN_ICM_CSI2		8
#define IMX8MN_ICM_ISI		9
#define IMX8MN_ICM_LCDIF	10
#define IMX8MN_ICN_MIPI		11

#define IMX8MN_ICM_USB		12

#define IMX8MN_ICM_SDMA2	13
#define IMX8MN_ICM_SDMA3	14
#define IMX8MN_ICN_AUDIO	15

#define IMX8MN_ICN_ENET		16
#define IMX8MN_ICM_ENET		17

#define IMX8MN_ICM_NAND		18
#define IMX8MN_ICM_SDMA1	19
#define IMX8MN_ICM_USDHC1	20
#define IMX8MN_ICM_USDHC2	21
#define IMX8MN_ICM_USDHC3	22
#define IMX8MN_ICN_MAIN		23

#endif /* __DT_BINDINGS_INTERCONNECT_IMX8MN_H */