Server IP : 13.213.54.232 / Your IP : 216.73.216.72 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-172-31-17-110 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.1.33-67+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/modules/6.8.0-1029-aws/build/include/dt-bindings/interconnect/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ /* * Interconnect framework driver for i.MX SoC * * Copyright (c) 2019-2020, NXP */ #ifndef __DT_BINDINGS_INTERCONNECT_IMX8MQ_H #define __DT_BINDINGS_INTERCONNECT_IMX8MQ_H #define IMX8MQ_ICN_NOC 1 #define IMX8MQ_ICS_DRAM 2 #define IMX8MQ_ICS_OCRAM 3 #define IMX8MQ_ICM_A53 4 #define IMX8MQ_ICM_VPU 5 #define IMX8MQ_ICN_VIDEO 6 #define IMX8MQ_ICM_GPU 7 #define IMX8MQ_ICN_GPU 8 #define IMX8MQ_ICM_DCSS 9 #define IMX8MQ_ICN_DCSS 10 #define IMX8MQ_ICM_USB1 11 #define IMX8MQ_ICM_USB2 12 #define IMX8MQ_ICN_USB 13 #define IMX8MQ_ICM_CSI1 14 #define IMX8MQ_ICM_CSI2 15 #define IMX8MQ_ICM_LCDIF 16 #define IMX8MQ_ICN_DISPLAY 17 #define IMX8MQ_ICM_SDMA2 18 #define IMX8MQ_ICN_AUDIO 19 #define IMX8MQ_ICN_ENET 20 #define IMX8MQ_ICM_ENET 21 #define IMX8MQ_ICM_SDMA1 22 #define IMX8MQ_ICM_NAND 23 #define IMX8MQ_ICM_USDHC1 24 #define IMX8MQ_ICM_USDHC2 25 #define IMX8MQ_ICM_PCIE1 26 #define IMX8MQ_ICM_PCIE2 27 #define IMX8MQ_ICN_MAIN 28 #endif /* __DT_BINDINGS_INTERCONNECT_IMX8MQ_H */