aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/variants/sasuke/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/dedede/variants/sasuke/gpio.c')
-rw-r--r--src/mainboard/google/dedede/variants/sasuke/gpio.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/sasuke/gpio.c b/src/mainboard/google/dedede/variants/sasuke/gpio.c
index cdce7764e1..3654973bd7 100644
--- a/src/mainboard/google/dedede/variants/sasuke/gpio.c
+++ b/src/mainboard/google/dedede/variants/sasuke/gpio.c
@@ -5,9 +5,13 @@
/* Pad configuration in ramstage*/
static const struct pad_config gpio_table[] = {
+ /* A10 : WWAN_EN */
+ PAD_CFG_GPO(GPP_A10, 0, PLTRST),
/* A11 : TOUCH_RPT_EN ==> NC */
PAD_NC(GPP_A11, NONE),
+ /* B7 : PCIE_CLKREQ2_N ==> WWAN_SAR_DETECT_ODL*/
+ PAD_CFG_GPI_IRQ_WAKE(GPP_B7, NONE, DEEP, LEVEL, INVERT),
/* B8 : WLAN_CLKREQ_ODL ==> NC */
PAD_NC(GPP_B8, NONE),
@@ -16,6 +20,8 @@ static const struct pad_config gpio_table[] = {
/* C19 : AP_I2C_EMR_SCL ==> NC */
PAD_NC(GPP_C19, NONE),
+ /* D0 : WWAN_HOST_WAKE ==> WWAN_WDISABLE_L */
+ PAD_CFG_GPO(GPP_D0, 1, DEEP),
/* D1 : WLAN_PERST_L ==> NC */
PAD_NC(GPP_D1, NONE),
/* D3 : WLAN_PCIE_WAKE_ODL ==> NC */
@@ -53,6 +59,8 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_H6, NONE),
/* H7 : AP_I2C_CAM_SCL ==> NC */
PAD_NC(GPP_H7, NONE),
+ /* H17 : WWAN_RST_L */
+ PAD_CFG_GPO(GPP_H17, 1, PLTRST),
/* S2 : DMIC1_CLK ==> NC */
PAD_NC(GPP_S2, NONE),