xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/interrupt-controller/mvebu-icu.h (revision 6cafeaff4f65ec1a16fd3dea38137ce64d39d334)
1 /*	$NetBSD: mvebu-icu.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 /*
5  * This header provides constants for the MVEBU ICU driver.
6  */
7 
8 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
9 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
10 
11 /* interrupt specifier cell 0 */
12 
13 #define ICU_GRP_NSR		0x0
14 #define ICU_GRP_SR		0x1
15 #define ICU_GRP_SEI		0x4
16 #define ICU_GRP_REI		0x5
17 
18 #endif
19