162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ OR MIT */ 262306a36Sopenharmony_ci#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H 362306a36Sopenharmony_ci#define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <dt-bindings/interrupt-controller/irq.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#define AIC_IRQ 0 862306a36Sopenharmony_ci#define AIC_FIQ 1 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#define AIC_TMR_HV_PHYS 0 1162306a36Sopenharmony_ci#define AIC_TMR_HV_VIRT 1 1262306a36Sopenharmony_ci#define AIC_TMR_GUEST_PHYS 2 1362306a36Sopenharmony_ci#define AIC_TMR_GUEST_VIRT 3 1462306a36Sopenharmony_ci#define AIC_CPU_PMU_E 4 1562306a36Sopenharmony_ci#define AIC_CPU_PMU_P 5 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#endif 18