diff options
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/gpio_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/gpio_defs.h b/src/soc/amd/common/block/include/amdblocks/gpio_defs.h index db90211ebc..757e0f2587 100644 --- a/src/soc/amd/common/block/include/amdblocks/gpio_defs.h +++ b/src/soc/amd/common/block/include/amdblocks/gpio_defs.h @@ -10,6 +10,8 @@ #define GPIO_WAKE_STAT_0 0x2f0 #define GPIO_WAKE_STAT_1 0x2f4 +#define GPIO_IRQ_STAT_0 0x2f8 +#define GPIO_IRQ_STAT_1 0x2fc #define GPIO_PIN_IN (1 << 0) /* for byte access */ #define GPIO_PIN_OUT (1 << 6) /* for byte access */ |