18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This header provides constants for the MVEBU ICU driver.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/* interrupt specifier cell 0 */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#define ICU_GRP_NSR		0x0
128c2ecf20Sopenharmony_ci#define ICU_GRP_SR		0x1
138c2ecf20Sopenharmony_ci#define ICU_GRP_SEI		0x4
148c2ecf20Sopenharmony_ci#define ICU_GRP_REI		0x5
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif
17