xref: /OK3568_Linux_fs/kernel/include/dt-bindings/interrupt-controller/mvebu-icu.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * This header provides constants for the MVEBU ICU driver.
4*4882a593Smuzhiyun  */
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
7*4882a593Smuzhiyun #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun /* interrupt specifier cell 0 */
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun #define ICU_GRP_NSR		0x0
12*4882a593Smuzhiyun #define ICU_GRP_SR		0x1
13*4882a593Smuzhiyun #define ICU_GRP_SEI		0x4
14*4882a593Smuzhiyun #define ICU_GRP_REI		0x5
15*4882a593Smuzhiyun 
16*4882a593Smuzhiyun #endif
17