1 /* 2 * Copyright (c) 2025, Arm Limited and Contributors. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ARM_GICV5_H 8 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_ARM_GICV5_H 9 10 #include <dt-bindings/interrupt-controller/irq.h> 11 12 /* interrupt specifier cell 0 - matches the values in the GICv5 specification */ 13 14 #define GIC_PPI 1 15 #define GIC_LPI 2 16 #define GIC_SPI 3 17 18 #endif 19