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