risc-v/mpfs: add athena irq defines

Add the Athena cryptographic microprocessor irq defines.

Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
This commit is contained in:
Eero Nurkkala 2023-02-14 15:48:18 +02:00 committed by Xiang Xiao
parent a9fb20039e
commit b9ba262fb7

@ -200,6 +200,9 @@
#define MPFS_IRQ_WDOG2_TOUT (MPFS_IRQ_GLOBAL_START + 94)
#define MPFS_IRQ_WDOG3_TOUT (MPFS_IRQ_GLOBAL_START + 95)
#define MPFS_IRQ_WDOG4_TOUT (MPFS_IRQ_GLOBAL_START + 96)
#define MPFS_IRQ_ATHENA_COMPLETE (MPFS_IRQ_GLOBAL_START + 99)
#define MPFS_IRQ_ATHENA_ALARM (MPFS_IRQ_GLOBAL_START + 100)
#define MPFS_IRQ_ATHENA_BUS_ERROR (MPFS_IRQ_GLOBAL_START + 101)
#define MPFS_IRQ_FABRIC_F2H_0 (MPFS_IRQ_GLOBAL_START + 105)
#define MPFS_IRQ_FABRIC_F2H_1 (MPFS_IRQ_GLOBAL_START + 106)
#define MPFS_IRQ_FABRIC_F2H_2 (MPFS_IRQ_GLOBAL_START + 107)