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_E3
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 /* Power rail control signals. */
43 #define EN_PP3300_KEPLER GPP_C11
44 #define EN_PP3300_DX_TOUCH GPP_C22
45 #define EN_PP3300_DX_EMMC GPP_D5
46 #define EN_PP1800_DX_EMMC GPP_D6
47 #define EN_PP3300_DX_CAM GPP_D12
48 
49 /* SD controller needs additional card detect GPIO to support RTD3 */
50 #define GPIO_SD_CARD_DETECT GPP_A7
51 
52 #ifndef __ACPI__
53 /* Pad configuration in ramstage. */
54 static const struct pad_config gpio_table[] = {
55 /* RCIN# */ PAD_CFG_NF(GPP_A0, NONE, DEEP, NF1),
56 /* LAD0 */ PAD_CFG_NF(GPP_A1, UP_20K, DEEP, NF1),
57 /* LAD1 */ PAD_CFG_NF(GPP_A2, UP_20K, DEEP, NF1),
58 /* LAD2 */ PAD_CFG_NF(GPP_A3, UP_20K, DEEP, NF1),
59 /* LAD3 */ PAD_CFG_NF(GPP_A4, UP_20K, DEEP, NF1),
60 /* LFRAME# */ PAD_CFG_NF(GPP_A5, NONE, DEEP, NF1),
61 /* SERIRQ */ PAD_CFG_NF(GPP_A6, NONE, DEEP, NF1),
62 /* SD_CD_INT_L */ PAD_CFG_GPI_GPIO_DRIVER(GPP_A7, UP_20K, DEEP),
63 /* CLKRUN# */ PAD_CFG_NF(GPP_A8, NONE, DEEP, NF1),
64 /* CLKOUT_LPC0 */ PAD_CFG_NF(GPP_A9, NONE, DEEP, NF1),
65 /* CLKOUT_LPC1 */ PAD_NC(GPP_A10, NONE),
66 /* PME# */ PAD_NC(GPP_A11, NONE),
67 /* BM_BUSY# */ PAD_NC(GPP_A12, NONE),
68 /* SUSWARN# */ PAD_CFG_NF(GPP_A13, NONE, DEEP, NF1),
69 /* SUS_STAT# */ PAD_CFG_NF(GPP_A14, NONE, DEEP, NF1),
70 /* SUSACK# */ PAD_CFG_NF(GPP_A15, NONE, DEEP, NF1),
71 /* SD_1P8_SEL */ PAD_CFG_NF(GPP_A16, NONE, DEEP, NF1),
72 /* SD_PWR_EN# */ PAD_CFG_NF(GPP_A17, NONE, DEEP, NF1),
73 /* ISH_GP0 */ PAD_NC(GPP_A18, NONE),
74 /* ISH_GP1 */ PAD_NC(GPP_A19, NONE),
75 /* ISH_GP2 */ PAD_NC(GPP_A20, NONE),
76 /* ISH_GP3 */ PAD_NC(GPP_A21, NONE),
77 /* ISH_GP4 */ PAD_NC(GPP_A22, NONE),
78 /* ISH_GP5 */ PAD_NC(GPP_A23, NONE),
79 /* CORE_VID0 */ PAD_NC(GPP_B0, NONE),
80 /* CORE_VID1 */ PAD_NC(GPP_B1, NONE),
81 /* VRALERT# */ PAD_NC(GPP_B2, NONE),
82 /* CPU_GP2 */ PAD_CFG_GPI_APIC_HIGH(GPP_B3, NONE, PLTRST), /* TRACKPAD */
83 /* CPU_GP3 */ PAD_NC(GPP_B4, NONE),
84 /* SRCCLKREQ0# */ PAD_CFG_GPI_SCI(GPP_B5, NONE, DEEP, EDGE_SINGLE, INVERT), /* TRACKPAD WAKE */
85 /* SRCCLKREQ1# */ PAD_CFG_NF(GPP_B6, NONE, DEEP, NF1), /* WLAN */
86 /* SRCCLKREQ2# */ PAD_NC(GPP_B7, NONE),
87 /* SRCCLKREQ3# */ PAD_NC(GPP_B8, NONE),
88 /* SRCCLKREQ4# */ PAD_NC(GPP_B9, NONE),
89 /* SRCCLKREQ5# */ PAD_NC(GPP_B10, NONE),
90 /* EXT_PWR_GATE# */ PAD_CFG_NF(GPP_B11, NONE, DEEP, NF1),
91 /* SLP_S0# */ PAD_CFG_NF(GPP_B12, NONE, DEEP, NF1),
92 /* PLTRST# */ PAD_CFG_NF(GPP_B13, NONE, DEEP, NF1),
93 /* SPKR */ PAD_NC(GPP_B14, NONE),
94 /* GSPI0_CS# */ PAD_NC(GPP_B15, NONE),
95 /* GSPI0_CLK */ PAD_CFG_GPI_SCI(GPP_B16, NONE, DEEP, EDGE_SINGLE, INVERT), /* WLAN WAKE */
96 /* GSPI0_MISO */ PAD_NC(GPP_B17, NONE),
97 /* GSPI0_MOSI */ PAD_NC(GPP_B18, NONE),
98 /* GSPI1_CS# */ PAD_NC(GPP_B19, NONE),
99 /* GSPI1_CLK */ PAD_NC(GPP_B20, NONE),
100 /* GSPI1_MISO */ PAD_NC(GPP_B21, NONE),
101 /* GSPI1_MOSI */ PAD_NC(GPP_B22, NONE),
102 /* SM1ALERT# */ PAD_CFG_GPO(GPP_B23, 0, DEEP),
103 /* SMBCLK */ PAD_CFG_NF(GPP_C0, NONE, DEEP, NF1), /* XDP */
104 /* SMBDATA */ PAD_CFG_NF(GPP_C1, NONE, DEEP, NF1), /* XDP */
105 /* SMBALERT# */ PAD_NC(GPP_C2, NONE),
106 /* SML0CLK */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C3, NONE, DEEP),
107 /* SML0DATA */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C4, NONE, DEEP),
108 /* SML0ALERT# */ PAD_CFG_GPO(GPP_C5, 0, DEEP),
109 /* SM1CLK */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C6, UP_20K, DEEP), /* EC_IN_RW */
110 /* SM1DATA */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C7, NONE, DEEP),
111 /* UART0_RXD */ PAD_NC(GPP_C8, NONE),
112 /* UART0_TXD */ PAD_NC(GPP_C9, NONE),
113 /* UART0_RTS# */ PAD_NC(GPP_C10, NONE),
114 /* UART0_CTS# */ PAD_NC(GPP_C11, NONE),
115 /* UART1_RXD */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C12, NONE, DEEP), /* MEM_CONFIG[0] */
116 /* UART1_TXD */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C13, NONE, DEEP), /* MEM_CONFIG[1] */
117 /* UART1_RTS# */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C14, NONE, DEEP), /* MEM_CONFIG[2] */
118 /* UART1_CTS# */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C15, NONE, DEEP), /* MEM_CONFIG[3] */
119 /* I2C0_SDA */ PAD_CFG_NF(GPP_C16, NONE, DEEP, NF1), /* TOUCHSCREEN */
120 /* I2C0_SCL */ PAD_CFG_NF(GPP_C17, NONE, DEEP, NF1), /* TOUCHSCREEN */
121 /* I2C1_SDA */ PAD_CFG_NF(GPP_C18, NONE, DEEP, NF1), /* TRACKPAD */
122 /* I2C1_SCL */ PAD_CFG_NF(GPP_C19, NONE, DEEP, NF1), /* TRACKPAD */
123 /* UART2_RXD */ PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1), /* SERVO */
124 /* UART2_TXD */ PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1), /* SERVO */
125 /* UART2_RTS# */ PAD_CFG_GPO(GPP_C22, 1, DEEP), /* EN_PP3300_DX_TOUCH */
126 /* UART2_CTS# */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP), /* PCH_WP */
127 /* SPI1_CS# */ PAD_NC(GPP_D0, NONE),
128 /* SPI1_CLK */ PAD_NC(GPP_D1, NONE),
129 /* SPI1_MISO */ PAD_NC(GPP_D2, NONE),
130 /* SPI1_MOSI */ PAD_NC(GPP_D3, NONE),
131 /* FASHTRIG */ PAD_NC(GPP_D4, NONE),
132 /* ISH_I2C0_SDA */ PAD_CFG_GPO(GPP_D5, 1, DEEP), /* EN_PP3300_DX_EMMC */
133 /* ISH_I2C0_SCL */ PAD_CFG_GPO(GPP_D6, 1, DEEP), /* EN_PP1800_DX_EMMC */
134 /* ISH_I2C1_SDA */ PAD_NC(GPP_D7, NONE),
135 /* ISH_I2C1_SCL */ PAD_NC(GPP_D8, NONE),
136  PAD_NC(GPP_D9, NONE),
137  PAD_NC(GPP_D10, NONE),
138  PAD_NC(GPP_D11, NONE),
139  PAD_CFG_GPO(GPP_D12, 1, DEEP), /* EN_PP3300_DX_CAM */
140 /* ISH_UART0_RXD */ PAD_NC(GPP_D13, NONE),
141 /* ISH_UART0_TXD */ PAD_NC(GPP_D14, NONE),
142 /* ISH_UART0_RTS# */ PAD_NC(GPP_D15, NONE),
143 /* ISH_UART0_CTS# */ PAD_NC(GPP_D16, NONE),
144 /* DMIC_CLK1 */ PAD_NC(GPP_D17, NONE),
145 /* DMIC_DATA1 */ PAD_NC(GPP_D18, NONE),
146 /* DMIC_CLK0 */ PAD_CFG_NF(GPP_D19, NONE, DEEP, NF1),
147 /* DMIC_DATA0 */ PAD_CFG_NF(GPP_D20, NONE, DEEP, NF1),
148 /* TS_SPI_IO2 */ PAD_NC(GPP_D21, NONE),
149 /* TS_SPI_IO3 */ PAD_NC(GPP_D22, NONE),
150 /* I2S_MCLK */ PAD_CFG_NF(GPP_D23, NONE, DEEP, NF1),
151 /* SPI_TPM_IRQ */ PAD_NC(GPP_E0, NONE),
152 /* SATAXPCIE1 */ PAD_NC(GPP_E1, NONE),
153 /* SATAXPCIE2 */ PAD_NC(GPP_E2, NONE),
154 /* CPU_GP0 */ PAD_CFG_GPI_GPIO_DRIVER(GPP_E3, NONE, DEEP), /* AUDIO_DB_ID */
155 /* SATA_DEVSLP0 */ PAD_CFG_GPO(GPP_E4, 1, DEEP), /* TOUCH_RESET */
156 /* SATA_DEVSLP1 */ PAD_NC(GPP_E5, NONE),
157 /* SATA_DEVSLP2 */ PAD_NC(GPP_E6, NONE),
158 /* CPU_GP1 */ PAD_CFG_GPI_APIC_HIGH(GPP_E7, NONE, PLTRST), /* TOUCHSCREEN */
159 /* SATALED# */ PAD_NC(GPP_E8, NONE),
160 /* USB2_OCO# */ PAD_NC(GPP_E9, NONE),
161 /* USB2_OC1# */ PAD_NC(GPP_E10, NONE),
162 /* USB2_OC2# */ PAD_CFG_NF(GPP_E11, NONE, DEEP, NF1),
163 /* USB2_OC3# */ PAD_CFG_NF(GPP_E12, NONE, DEEP, NF1),
164 /* DDPB_HPD0 */ PAD_CFG_NF(GPP_E13, NONE, DEEP, NF1),
165 /* DDPC_HPD1 */ PAD_CFG_NF(GPP_E14, NONE, DEEP, NF1),
166 /* DDPD_HPD2 */ PAD_CFG_GPI_SMI(GPP_E15, NONE, DEEP, EDGE_SINGLE, INVERT), /* EC_SMI_L */
167 /* DDPE_HPD3 */ PAD_CFG_GPI_SCI(GPP_E16, NONE, DEEP, EDGE_SINGLE, INVERT), /* EC_SCI_L */
168 /* EDP_HPD */ PAD_CFG_NF(GPP_E17, NONE, DEEP, NF1),
169 /* DDPB_CTRLCLK */ PAD_NC(GPP_E18, NONE),
170 /* DDPB_CTRLDATA */ PAD_CFG_NF(GPP_E19, NONE, DEEP, NF1),
171 /* DDPC_CTRLCLK */ PAD_NC(GPP_E20, NONE),
172 /* DDPC_CTRLDATA */ PAD_CFG_NF(GPP_E21, NONE, DEEP, NF1),
173  PAD_NC(GPP_E22, NONE),
174  PAD_NC(GPP_E23, NONE),
175 /*
176  * The next 4 pads are for bit banging the amplifiers. They are connected
177  * together with i2s0 signals. For default behavior of i2s make these
178  * gpio inupts.
179  */
180 /* I2S2_SCLK */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F0, NONE, DEEP),
181 /* I2S2_SFRM */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F1, NONE, DEEP),
182 /* I2S2_TXD */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F2, NONE, DEEP),
183 /* I2S2_RXD */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F3, NONE, DEEP),
184 /* I2C2_SDA */ PAD_NC(GPP_F4, NONE),
185 /* I2C2_SCL */ PAD_NC(GPP_F5, NONE),
186 /* I2C3_SDA */ PAD_NC(GPP_F6, NONE),
187 /* I2C3_SCL */ PAD_NC(GPP_F7, NONE),
188 /* I2C4_SDA */ PAD_CFG_NF(GPP_F8, NONE, DEEP, NF1), /* Amplifiers */
189 /* I2C4_SCL */ PAD_CFG_NF(GPP_F9, NONE, DEEP, NF1), /* Amplifiers */
190 /* I2C5_SDA */ PAD_CFG_GPI_APIC_HIGH(GPP_F10, NONE, PLTRST), /* MIC_INT_L */
191 /* I2C5_SCL */ PAD_NC(GPP_F11, NONE),
192 /* EMMC_CMD */ PAD_CFG_NF(GPP_F12, NONE, DEEP, NF1),
193 /* EMMC_DATA0 */ PAD_CFG_NF(GPP_F13, NONE, DEEP, NF1),
194 /* EMMC_DATA1 */ PAD_CFG_NF(GPP_F14, NONE, DEEP, NF1),
195 /* EMMC_DATA2 */ PAD_CFG_NF(GPP_F15, NONE, DEEP, NF1),
196 /* EMMC_DATA3 */ PAD_CFG_NF(GPP_F16, NONE, DEEP, NF1),
197 /* EMMC_DATA4 */ PAD_CFG_NF(GPP_F17, NONE, DEEP, NF1),
198 /* EMMC_DATA5 */ PAD_CFG_NF(GPP_F18, NONE, DEEP, NF1),
199 /* EMMC_DATA6 */ PAD_CFG_NF(GPP_F19, NONE, DEEP, NF1),
200 /* EMMC_DATA7 */ PAD_CFG_NF(GPP_F20, NONE, DEEP, NF1),
201 /* EMMC_RCLK */ PAD_CFG_NF(GPP_F21, NONE, DEEP, NF1),
202 /* EMMC_CLK */ PAD_CFG_NF(GPP_F22, NONE, DEEP, NF1),
203 /* BOOT_BEEP */ PAD_CFG_GPO(GPP_F23, 1, DEEP),
204 /* SD_CMD */ PAD_CFG_NF(GPP_G0, NONE, DEEP, NF1),
205 /* SD_DATA0 */ PAD_CFG_NF(GPP_G1, NONE, DEEP, NF1),
206 /* SD_DATA1 */ PAD_CFG_NF(GPP_G2, NONE, DEEP, NF1),
207 /* SD_DATA2 */ PAD_CFG_NF(GPP_G3, NONE, DEEP, NF1),
208 /* SD_DATA3 */ PAD_CFG_NF(GPP_G4, NONE, DEEP, NF1),
209 /* SD_CD# */ PAD_CFG_NF(GPP_G5, NONE, DEEP, NF1),
210 /* SD_CLK */ PAD_CFG_NF(GPP_G6, NONE, DEEP, NF1),
211 /* SD_WP */ PAD_CFG_NF(GPP_G7, DN_20K, DEEP, NF1),
212 /* BATLOW# */ PAD_CFG_NF(GPD0, NONE, DEEP, NF1),
213 /* ACPRESENT */ PAD_CFG_NF(GPD1, NONE, DEEP, NF1),
214 /* LAN_WAKE# */ PAD_CFG_NF(GPD2, UP_20K, DEEP, NF1), /* EC_PCH_WAKE_L */
215 /* PWRBTN# */ PAD_CFG_NF(GPD3, UP_20K, DEEP, NF1),
216 /* SLP_S3# */ PAD_CFG_NF(GPD4, UP_20K, DEEP, NF1),
217 /* SLP_S4# */ PAD_CFG_NF(GPD5, UP_20K, DEEP, NF1),
218 /* SLP_A# */ PAD_CFG_NF(GPD6, UP_20K, DEEP, NF1),
219  PAD_NC(GPD7, NONE),
220 /* SUSCLK */ PAD_CFG_NF(GPD8, NONE, DEEP, NF1),
221 /* SLP_WLAN# */ PAD_NC(GPD9, NONE),
222 /* SLP_S5# */ PAD_CFG_NF(GPD10, UP_20K, DEEP, NF1),
223 /* LANPHYC */ PAD_NC(GPD11, NONE),
224 };
225 
226 /* Early pad configuration in bootblock */
227 static const struct pad_config early_gpio_table[] = {
228 /* UART2_CTS# */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP), /* PCH_WP */
229 /* GD_UART2_RXD */ PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),
230 /* GD_UART2_TXD */ PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),
231 /* SM1CLK */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C6, UP_20K, DEEP), /* EC_IN_RW */
232 };
233 
234 #endif
235 
236 #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:54
static const struct pad_config early_gpio_table[]
Definition: gpio.h:227
#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