coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef MAINBOARD_GPIO_H
4 #define MAINBOARD_GPIO_H
5 
6 #include <soc/gpe.h>
7 #include <soc/gpio.h>
8 
9 /* MAX98357A SD_MODE */
10 #define GPIO_SPEAKER_MAXIM_AMP_SDMODE GPP_B2
11 
12 /* EC in RW */
13 #define GPIO_EC_IN_RW GPP_C6
14 
15 /* BIOS Flash Write Protect */
16 #define GPIO_PCH_WP GPP_C23
17 
18 /* Memory configuration board straps */
19 #define GPIO_MEM_CONFIG_0 GPP_C12
20 #define GPIO_MEM_CONFIG_1 GPP_C13
21 #define GPIO_MEM_CONFIG_2 GPP_C14
22 #define GPIO_MEM_CONFIG_3 GPP_C15
23 
24 /* EC wake is LAN_WAKE# which is a special DeepSX wake pin */
25 #define GPE_EC_WAKE GPE0_LAN_WAK
26 
27 /* GPP_B16 is WLAN_WAKE. GPP_B group is routed to DW0 in the GPE0 block */
28 #define GPE_WLAN_WAKE GPE0_DW0_16
29 
30 /* GPP_B5 is TOUCHPAD WAKE. GPP_B group is routed to DW0 in the GPE0 block */
31 #define GPE_TOUCHPAD_WAKE GPE0_DW0_05
32 
33 /* Input device interrupt configuration */
34 #define TOUCHPAD_INT_L GPP_B3_IRQ
35 #define TOUCHSCREEN_INT_L GPP_E7_IRQ
36 #define MIC_INT_L GPP_F10_IRQ
37 
38 /* GPP_E16 is EC_SCI_L. GPP_E group is routed to DW2 in the GPE0 block */
39 #define EC_SCI_GPI GPE0_DW2_16
40 #define EC_SMI_GPI GPP_E15
41 
42 #ifndef __ACPI__
43 /* Pad configuration in ramstage. */
44 static const struct pad_config gpio_table[] = {
45 /* EC_PCH_RCIN */ PAD_CFG_NF(GPP_A0, NONE, DEEP, NF1),
46 /* LPC_LAD_0 */ PAD_CFG_NF(GPP_A1, UP_20K, DEEP, NF1),
47 /* LPC_LAD_1 */ PAD_CFG_NF(GPP_A2, UP_20K, DEEP, NF1),
48 /* LPC_LAD_2 */ PAD_CFG_NF(GPP_A3, UP_20K, DEEP, NF1),
49 /* LPC_LAD_3 */ PAD_CFG_NF(GPP_A4, UP_20K, DEEP, NF1),
50 /* LPC_FRAME */ PAD_CFG_NF(GPP_A5, NONE, DEEP, NF1),
51 /* LPC_SERIRQ */ PAD_CFG_NF(GPP_A6, NONE, DEEP, NF1),
52 /* PIRQA# */ PAD_NC(GPP_A7, NONE),
53 /* LPC_CLKRUN */ PAD_CFG_NF(GPP_A8, NONE, DEEP, NF1),
54 /* EC_LPC_CLK */ PAD_CFG_NF(GPP_A9, NONE, DEEP, NF1),
55 /* PCH_LPC_CLK */ PAD_NC(GPP_A10, NONE),
56 /* EC_HID_INT */ PAD_NC(GPP_A11, NONE),
57 /* ISH_KB_PROX_INT */ PAD_NC(GPP_A12, NONE),
58 /* PCH_SUSPWRACB */ PAD_CFG_NF(GPP_A13, NONE, DEEP, NF1),
59 /* PM_SUS_STAT */ PAD_NC(GPP_A14, NONE),
60 /* PCH_SUSACK */ PAD_CFG_NF(GPP_A15, NONE, DEEP, NF1),
61 /* SD_1P8_SEL */ PAD_NC(GPP_A16, NONE),
62 /* SD_PWR_EN */ PAD_NC(GPP_A17, NONE),
63 /* ACCEL INTERRUPT */ PAD_NC(GPP_A18, NONE),
64 /* ISH_GP1 */ PAD_NC(GPP_A19, NONE),
65 /* GYRO_DRDY */ PAD_NC(GPP_A20, NONE),
66 /* FLIP_ACCEL_INT */ PAD_NC(GPP_A21, NONE),
67 /* GYRO_INT */ PAD_NC(GPP_A22, NONE),
68 /* ISH_GP5 */ PAD_NC(GPP_A23, NONE),
69 /* CORE_VID0 */ PAD_NC(GPP_B0, NONE),
70 /* CORE_VID1 */ PAD_NC(GPP_B1, NONE),
71 /* HSJ_MIC_DET */ PAD_CFG_GPO(GPP_B2, 0, DEEP),
72 /* TRACKPAD_INT */ PAD_CFG_GPI_APIC_HIGH(GPP_B3, NONE, PLTRST),
73 /* BT_RF_KILL */ PAD_NC(GPP_B4, NONE),
74 /* SRCCLKREQ0# */ PAD_CFG_GPI_SCI(GPP_B5, NONE, DEEP, EDGE_SINGLE, INVERT), /* TOUCHPAD WAKE */
75 /* WIFI_CLK_REQ */ PAD_CFG_NF(GPP_B6, NONE, DEEP, NF1),
76 /* KEPLR_CLK_REQ */ PAD_NC(GPP_B7, NONE),
77 /* AUDIO_INT_WAK */ PAD_CFG_GPI_SCI(GPP_B8, NONE, DEEP, EDGE_SINGLE, INVERT),
78 /* SSD_CLK_REQ */ PAD_NC(GPP_B9, NONE),
79 /* SRCCLKREQ5# */ PAD_NC(GPP_B10, NONE),
80 /* MPHY_EXT_PWR_GATE */ PAD_NC(GPP_B11, NONE),
81 /* PM_SLP_S0 */ PAD_CFG_NF(GPP_B12, NONE, DEEP, NF1),
82 /* PCH_PLT_RST */ PAD_CFG_NF(GPP_B13, NONE, DEEP, NF1),
83 /* PCH_BUZZER */ PAD_CFG_GPO(GPP_B14, 0, DEEP),
84 /* GSPI0_CS# */ PAD_NC(GPP_B15, NONE),
85 /* WLAN_PCIE_WAKE */ PAD_CFG_GPI_SCI(GPP_B16, NONE, DEEP, EDGE_SINGLE, INVERT),
86 /* SSD_PCIE_WAKE */ PAD_NC(GPP_B17, NONE),
87 /* GSPI0_MOSI */ PAD_NC(GPP_B18, NONE),
88 /* CCODEC_SPI_CS */ PAD_NC(GPP_B19, NONE),
89 /* CODEC_SPI_CLK */ PAD_NC(GPP_B20, NONE),
90 /* CODEC_SPI_MISO */ PAD_NC(GPP_B21, NONE),
91 /* CODEC_SPI_MOSI */ PAD_NC(GPP_B22, NONE),
92 /* SM1ALERT# */ PAD_NC(GPP_B23, NONE),
93 /* SMB_CLK */ PAD_CFG_NF(GPP_C0, NONE, DEEP, NF1),
94 /* SMB_DATA */ PAD_CFG_NF(GPP_C1, NONE, DEEP, NF1),
95 /* SMBALERT# */ PAD_CFG_GPO(GPP_C2, 0, DEEP),
96 /* M2_WWAN_PWREN */ PAD_NC(GPP_C3, NONE),
97 /* SML0DATA */ PAD_NC(GPP_C4, NONE),
98 /* SML0ALERT# */ PAD_NC(GPP_C5, NONE),
99 /* EC_IN_RW */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C6, NONE, DEEP),
100 /* USB_CTL */ PAD_NC(GPP_C7, NONE),
101 /* UART0_RXD */ PAD_NC(GPP_C8, NONE),
102 /* UART0_TXD */ PAD_NC(GPP_C9, NONE),
103 /* NFC_RST* */ PAD_NC(GPP_C10, NONE),
104 /* EN_PP3300_KEPLER */ PAD_NC(GPP_C11, NONE),
105 /* PCH_MEM_CFG0 */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C12, NONE, DEEP),
106 /* PCH_MEM_CFG1 */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C13, NONE, DEEP),
107 /* PCH_MEM_CFG2 */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C14, NONE, DEEP),
108 /* PCH_MEM_CFG3 */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C15, NONE, DEEP),
109 /* I2C0_SDA */ PAD_CFG_NF(GPP_C16, UP_5K, DEEP, NF1),
110 /* I2C0_SCL */ PAD_CFG_NF(GPP_C17, UP_5K, DEEP, NF1),
111 /* I2C1_SDA */ PAD_CFG_NF(GPP_C18, NONE, DEEP, NF1),
112 /* I2C1_SCL */ PAD_CFG_NF(GPP_C19, NONE, DEEP, NF1),
113 /* GD_UART2_RXD */ PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),
114 /* GD_UART2_TXD */ PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),
115 /* TCH_PNL_PWREN */ PAD_CFG_GPO(GPP_C22, 1, DEEP),
116 /* SPI_WP_STATUS */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP),
117 /* ITCH_SPI_CS */ PAD_NC(GPP_D0, NONE),
118 /* ITCH_SPI_CLK */ PAD_NC(GPP_D1, NONE),
119 /* ITCH_SPI_MISO_1 */ PAD_NC(GPP_D2, NONE),
120 /* ITCH_SPI_MISO_0 */ PAD_NC(GPP_D3, NONE),
121 /* CAM_FLASH_STROBE */ PAD_NC(GPP_D4, NONE),
122 /* EN_PP3300_DX_EMMC */ PAD_NC(GPP_D5, NONE),
123 /* EN_PP1800_DX_EMMC */ PAD_NC(GPP_D6, NONE),
124 /* SH_I2C1_SDA */ PAD_NC(GPP_D7, NONE),
125 /* SH_I2C1_SCL */ PAD_NC(GPP_D8, NONE),
126 /* ISH_SPI_CSB */ PAD_NC(GPP_D9, NONE),
127 /* USB_A0_ILIM_SEL */ PAD_CFG_GPO(GPP_D10, 0, DEEP),
128 /* USB_A1_ILIM_SEL */ PAD_CFG_GPO(GPP_D11, 0, DEEP),
129 /* EN_PP3300_DX_CAM */ PAD_NC(GPP_D12, NONE),
130 /* EN_PP1800_DX_AUDIO */PAD_CFG_GPO(GPP_D13, 1, DEEP),
131 /* ISH_UART0_TXD */ PAD_NC(GPP_D14, NONE),
132 /* ISH_UART0_RTS */ PAD_NC(GPP_D15, NONE),
133 /* ISH_UART0_CTS */ PAD_NC(GPP_D16, NONE),
134 /* DMIC_CLK_1 */ PAD_CFG_NF(GPP_D17, NONE, DEEP, NF1),
135 /* DMIC_DATA_1 */ PAD_CFG_NF(GPP_D18, NONE, DEEP, NF1),
136 /* DMIC_CLK_0 */ PAD_CFG_NF(GPP_D19, NONE, DEEP, NF1),
137 /* DMIC_DATA_0 */ PAD_CFG_NF(GPP_D20, NONE, DEEP, NF1),
138 /* ITCH_SPI_D2 */ PAD_NC(GPP_D21, NONE),
139 /* ITCH_SPI_D3 */ PAD_NC(GPP_D22, NONE),
140 /* I2S_MCLK */ PAD_CFG_NF(GPP_D23, NONE, DEEP, NF1),
141 /* SPI_TPM_IRQ */ PAD_NC(GPP_E0, NONE),
142 /* SATAXPCIE1 */ PAD_NC(GPP_E1, NONE),
143 /* SSD_PEDET */ PAD_NC(GPP_E2, NONE),
144 /* CPU_GP0 */ PAD_NC(GPP_E3, NONE),
145 /* SSD_SATA_DEVSLP */ PAD_NC(GPP_E4, NONE),
146 /* SATA_DEVSLP1 */ PAD_NC(GPP_E5, NONE),
147 /* SATA_DEVSLP2 */ PAD_NC(GPP_E6, NONE),
148 /* TCH_PNL_INTR* */ PAD_CFG_GPI_APIC_HIGH(GPP_E7, NONE, PLTRST),
149 /* SATALED# */ PAD_NC(GPP_E8, NONE),
150 /* USB2_OC_0 */ PAD_CFG_NF(GPP_E9, NONE, DEEP, NF1),
151 /* USB2_OC_1 */ PAD_CFG_NF(GPP_E10, NONE, DEEP, NF1),
152 /* USB2_OC_2 */ PAD_CFG_NF(GPP_E11, NONE, DEEP, NF1),
153 /* USB2_OC_3 */ PAD_CFG_NF(GPP_E12, NONE, DEEP, NF1),
154 /* DDI1_HPD */ PAD_CFG_NF(GPP_E13, NONE, DEEP, NF1),
155 /* DDI2_HPD */ PAD_CFG_NF(GPP_E14, NONE, DEEP, NF1),
156 /* EC_SMI */ PAD_CFG_GPI_SMI(GPP_E15, NONE, DEEP, EDGE_SINGLE, INVERT),
157 /* EC_SCI */ PAD_CFG_GPI_SCI(GPP_E16, NONE, DEEP, EDGE_SINGLE, INVERT),
158 /* EDP_HPD */ PAD_CFG_NF(GPP_E17, NONE, DEEP, NF1),
159 /* DDPB_CTRLCLK */ PAD_CFG_NF(GPP_E18, NONE, DEEP, NF1),
160 /* DDPB_CTRLDATA */ PAD_CFG_NF(GPP_E19, NONE, DEEP, NF1),
161 /* DDPC_CTRLCLK */ PAD_CFG_NF(GPP_E20, NONE, DEEP, NF1),
162 /* DDPC_CTRLDATA */ PAD_CFG_NF(GPP_E21, NONE, DEEP, NF1),
163 /* DDPD_CTRLCLK */ PAD_NC(GPP_E22, NONE),
164 /* TCH_PNL_RST */ PAD_CFG_GPO(GPP_E23, 1, DEEP),
165 /* I2S2_SCLK */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F0, NONE, DEEP),
166 /* I2S2_SFRM */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F1, NONE, DEEP),
167 /* I2S2_TXD */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F2, NONE, DEEP),
168 /* I2S2_RXD */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F3, NONE, DEEP),
169 /* I2C2_SDA */ PAD_CFG_NF(GPP_F4, NONE, DEEP, NF1),
170 /* I2C2_SCL */ PAD_CFG_NF(GPP_F5, NONE, DEEP, NF1),
171 /* I2C3_SDA */ PAD_NC(GPP_F6, NONE),
172 /* I2C3_SCL */ PAD_NC(GPP_F7, NONE),
173 /* I2C4_SDA */ PAD_CFG_NF_1V8(GPP_F8, NONE, DEEP, NF1),
174 /* I2C4_SCL */ PAD_CFG_NF_1V8(GPP_F9, NONE, DEEP, NF1),
175 /* AUDIO_IRQ */ PAD_CFG_GPI_APIC_HIGH(GPP_F10, NONE, PLTRST),
176 /* I2C5_SCL */ PAD_NC(GPP_F11, NONE),
177 /* EMMC_CMD */ PAD_CFG_NF(GPP_F12, NONE, DEEP, NF1),
178 /* EMMC_DATA0 */ PAD_CFG_NF(GPP_F13, NONE, DEEP, NF1),
179 /* EMMC_DATA1 */ PAD_CFG_NF(GPP_F14, NONE, DEEP, NF1),
180 /* EMMC_DATA2 */ PAD_CFG_NF(GPP_F15, NONE, DEEP, NF1),
181 /* EMMC_DATA3 */ PAD_CFG_NF(GPP_F16, NONE, DEEP, NF1),
182 /* EMMC_DATA4 */ PAD_CFG_NF(GPP_F17, NONE, DEEP, NF1),
183 /* EMMC_DATA5 */ PAD_CFG_NF(GPP_F18, NONE, DEEP, NF1),
184 /* EMMC_DATA6 */ PAD_CFG_NF(GPP_F19, NONE, DEEP, NF1),
185 /* EMMC_DATA7 */ PAD_CFG_NF(GPP_F20, NONE, DEEP, NF1),
186 /* EMMC_RCLK */ PAD_CFG_NF(GPP_F21, NONE, DEEP, NF1),
187 /* EMMC_CLK */ PAD_CFG_NF(GPP_F22, NONE, DEEP, NF1),
188 /* BOOT_BEEP */ PAD_CFG_GPO(GPP_F23, 0, DEEP),
189 /* SD_CMD */ PAD_NC(GPP_G0, NONE),
190 /* SD_DATA0 */ PAD_NC(GPP_G1, NONE),
191 /* SD_DATA1 */ PAD_NC(GPP_G2, NONE),
192 /* SD_DATA2 */ PAD_NC(GPP_G3, NONE),
193 /* SD_DATA3 */ PAD_NC(GPP_G4, NONE),
194 /* SD_CD# */ PAD_NC(GPP_G5, NONE),
195 /* SD_CLK */ PAD_NC(GPP_G6, NONE),
196 /* SD_WP */ PAD_NC(GPP_G7, NONE),
197 /* PCH_BATLOW */ PAD_CFG_NF(GPD0, NONE, DEEP, NF1),
198 /* EC_PCH_ACPRESENT */ PAD_CFG_NF(GPD1, NONE, DEEP, NF1),
199 /* EC_PCH_WAKE */ PAD_CFG_NF(GPD2, NONE, DEEP, NF1),
200 /* EC_PCH_PWRBTN */ PAD_CFG_NF(GPD3, NONE, DEEP, NF1),
201 /* PM_SLP_S3# */ PAD_CFG_NF(GPD4, NONE, DEEP, NF1),
202 /* PM_SLP_S4# */ PAD_CFG_NF(GPD5, NONE, DEEP, NF1),
203 /* PM_SLP_SA# */ PAD_CFG_NF(GPD6, NONE, DEEP, NF1),
204 /* GPD7 */ PAD_NC(GPD7, NONE),
205 /* PM_SUSCLK */ PAD_CFG_NF(GPD8, NONE, DEEP, NF1),
206 /* PCH_SLP_WLAN# */ PAD_NC(GPD9, NONE),
207 /* PM_SLP_S5# */ PAD_NC(GPD10, NONE),
208 /* LANPHYC */ PAD_NC(GPD11, NONE),
209 };
210 
211 /* Early pad configuration in bootblock */
212 static const struct pad_config early_gpio_table[] = {
213 /* SRCCLKREQ2# */ PAD_CFG_NF(GPP_B7, NONE, DEEP, NF1), /* KEPLER */
214 /* UART0_CTS# */ PAD_CFG_GPO(GPP_C11, 0, DEEP), /* EN_PP3300_KEPLER */
215 /* SPI_WP_STATUS */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP),
216 /* GD_UART2_RXD */ PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),
217 /* GD_UART2_TXD */ PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),
218 /* EC_IN_RW */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C6, NONE, DEEP),
219 };
220 
221 #endif
222 
223 #endif
#define GPD11
#define GPP_A4
#define GPP_C15
#define GPD3
#define GPP_B6
Definition: gpio_soc_defs.h:59
#define GPP_D1
#define GPD9
#define GPP_C2
#define GPP_D10
#define GPP_D8
#define GPP_D17
#define GPP_E3
#define GPP_A18
#define GPP_F21
#define GPP_C12
#define GPP_F12
#define GPP_F16
#define GPP_E0
#define GPP_F6
#define GPP_D14
#define GPP_B1
Definition: gpio_soc_defs.h:54
#define GPP_F20
#define GPP_F23
#define GPP_C5
#define GPP_A14
#define GPP_B12
Definition: gpio_soc_defs.h:65
#define GPP_D12
#define GPP_B16
Definition: gpio_soc_defs.h:69
#define GPP_A5
#define GPP_B2
Definition: gpio_soc_defs.h:55
#define GPP_D7
#define GPP_B13
Definition: gpio_soc_defs.h:66
#define GPP_E6
#define GPP_F0
#define GPP_D6
#define GPP_A19
#define GPP_D2
#define GPP_C9
#define GPP_C22
#define GPD0
#define GPP_D9
#define GPP_F5
#define GPP_B15
Definition: gpio_soc_defs.h:68
#define GPP_E13
#define GPP_A2
#define GPP_C23
#define GPP_C8
#define GPP_D11
#define GPP_A6
#define GPP_C11
#define GPP_D5
#define GPP_B22
Definition: gpio_soc_defs.h:75
#define GPP_A23
#define GPP_C18
#define GPP_F9
#define GPP_C13
#define GPP_E14
#define GPP_E23
#define GPP_E9
#define GPP_C17
#define GPP_E8
#define GPP_A7
#define GPP_E5
#define GPP_A0
#define GPD7
#define GPP_B8
Definition: gpio_soc_defs.h:61
#define GPP_C20
#define GPP_B20
Definition: gpio_soc_defs.h:73
#define GPP_A20
#define GPP_A16
#define GPP_F1
#define GPP_F17
#define GPP_A12
#define GPP_F15
#define GPP_D4
#define GPP_C10
#define GPP_C6
#define GPD2
#define GPP_F10
#define GPP_A3
#define GPP_E7
#define GPP_C16
#define GPP_F7
#define GPD1
#define GPP_F13
#define GPP_C4
#define GPP_D18
#define GPP_B19
Definition: gpio_soc_defs.h:72
#define GPP_E17
#define GPP_E2
#define GPP_E19
#define GPP_C21
#define GPP_B9
Definition: gpio_soc_defs.h:62
#define GPD10
#define GPP_E18
#define GPP_F14
#define GPP_F4
#define GPP_A10
#define GPP_A8
#define GPP_D0
#define GPP_A1
#define GPP_B14
Definition: gpio_soc_defs.h:67
#define GPP_B11
Definition: gpio_soc_defs.h:64
#define GPP_D13
#define GPP_B18
Definition: gpio_soc_defs.h:71
#define GPP_B5
Definition: gpio_soc_defs.h:58
#define GPP_B0
Definition: gpio_soc_defs.h:53
#define GPP_A11
#define GPP_C14
#define GPP_E20
#define GPP_A15
#define GPP_A9
#define GPP_E10
#define GPP_F8
#define GPP_C19
#define GPD8
#define GPP_A13
#define GPP_A21
#define GPP_B23
Definition: gpio_soc_defs.h:76
#define GPP_E15
#define GPP_B10
Definition: gpio_soc_defs.h:63
#define GPP_E16
#define GPP_D19
#define GPP_C1
#define GPP_F2
#define GPP_E11
#define GPD6
#define GPP_F18
#define GPP_B3
Definition: gpio_soc_defs.h:56
#define GPP_A22
#define GPP_F22
#define GPP_D15
#define GPP_F11
#define GPP_B21
Definition: gpio_soc_defs.h:74
#define GPD4
#define GPP_B4
Definition: gpio_soc_defs.h:57
#define GPP_D16
#define GPP_F3
#define GPP_E22
#define GPP_E21
#define GPP_C3
#define GPP_E12
#define GPP_A17
#define GPP_B17
Definition: gpio_soc_defs.h:70
#define GPP_E4
#define GPP_C0
#define GPD5
#define GPP_E1
#define GPP_F19
#define GPP_B7
Definition: gpio_soc_defs.h:60
#define GPP_C7
#define GPP_D3
#define GPP_D23
#define GPP_G1
Definition: gpio_soc_defs.h:89
#define GPP_G7
Definition: gpio_soc_defs.h:95
#define GPP_D22
#define GPP_G4
Definition: gpio_soc_defs.h:92
#define GPP_G2
Definition: gpio_soc_defs.h:90
#define GPP_D21
#define GPP_G6
Definition: gpio_soc_defs.h:94
#define GPP_G0
Definition: gpio_soc_defs.h:88
#define GPP_D20
#define GPP_G3
Definition: gpio_soc_defs.h:91
#define GPP_G5
Definition: gpio_soc_defs.h:93
static const struct pad_config gpio_table[]
Definition: gpio.h:44
static const struct pad_config early_gpio_table[]
Definition: gpio.h:212
#define PAD_NC(pin)
Definition: gpio_defs.h:263
#define PAD_CFG_GPI_SMI(pad, pull, rst, trig, inv)
Definition: gpio_defs.h:412
#define PAD_CFG_NF(pad, pull, rst, func)
Definition: gpio_defs.h:197
#define PAD_CFG_GPI_APIC_HIGH(pad, pull, rst)
Definition: gpio_defs.h:405
#define PAD_CFG_GPO(pad, val, rst)
Definition: gpio_defs.h:247
#define PAD_CFG_GPI_SCI(pad, pull, rst, trig, inv)
Definition: gpio_defs.h:432
#define PAD_CFG_GPI_GPIO_DRIVER(pad, pull, rst)
Definition: gpio_defs.h:323