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