xref: /openbmc/linux/scripts/dtc/include-prefixes/dt-bindings/interrupt-controller/mvebu-icu.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2e0de91a9SThomas Petazzoni /*
3e0de91a9SThomas Petazzoni  * This header provides constants for the MVEBU ICU driver.
4e0de91a9SThomas Petazzoni  */
5e0de91a9SThomas Petazzoni 
6e0de91a9SThomas Petazzoni #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
7e0de91a9SThomas Petazzoni #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
8e0de91a9SThomas Petazzoni 
9e0de91a9SThomas Petazzoni /* interrupt specifier cell 0 */
10e0de91a9SThomas Petazzoni 
11e0de91a9SThomas Petazzoni #define ICU_GRP_NSR		0x0
12e0de91a9SThomas Petazzoni #define ICU_GRP_SR		0x1
13e0de91a9SThomas Petazzoni #define ICU_GRP_SEI		0x4
14e0de91a9SThomas Petazzoni #define ICU_GRP_REI		0x5
15e0de91a9SThomas Petazzoni 
16e0de91a9SThomas Petazzoni #endif
17