162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * This header provides constants for the MVEBU ICU driver.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
762306a36Sopenharmony_ci#define _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci/* interrupt specifier cell 0 */
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#define ICU_GRP_NSR		0x0
1262306a36Sopenharmony_ci#define ICU_GRP_SR		0x1
1362306a36Sopenharmony_ci#define ICU_GRP_SEI		0x4
1462306a36Sopenharmony_ci#define ICU_GRP_REI		0x5
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif
17