diff options
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/adlrvp/gpio_m.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/intel/adlrvp/gpio_m.c b/src/mainboard/intel/adlrvp/gpio_m.c index f6230cff3e..12048dcee0 100644 --- a/src/mainboard/intel/adlrvp/gpio_m.c +++ b/src/mainboard/intel/adlrvp/gpio_m.c @@ -26,6 +26,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_D14, NONE, DEEP, NF1), /* D15 : WWAN_DISABLE_N */ PAD_CFG_GPO(GPP_D15, 1, PLTRST), + /* D17 : PCIE SLOT1 WAKE N */ + PAD_CFG_GPI_IRQ_WAKE(GPP_D17, NONE, DEEP, LEVEL, INVERT), /* D18 : WWAN WAKE N*/ PAD_CFG_GPI_IRQ_WAKE(GPP_D18, NONE, DEEP, LEVEL, INVERT), /* H23 : CLKREQ5_WWAN_N */ @@ -45,6 +47,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_F5, NONE, DEEP, NF2), /* F6 : GPPC_F6_CNV_PA_BLANKING */ PAD_CFG_NF(GPP_F6, NONE, DEEP, NF1), + /* F10 : GPPC_F10 X1_Slot_RESET */ + PAD_CFG_GPO(GPP_F10, 1, PLTRST), /* H8 : CNV_MFUART2_RXD */ PAD_CFG_NF(GPP_H8, NONE, DEEP, NF2), /* H9 : CNV_MFUART2_TXD */ |