1 /***************************************************************************//**
2 * \file gpio_psoc6_04_80_m_csp.h
3 *
4 * \brief
5 * PSoC6_04 device GPIO header for 80-M-CSP package
6 *
7 ********************************************************************************
8 * \copyright
9 * (c) (2016-2023), Cypress Semiconductor Corporation (an Infineon company) or
10 * an affiliate of Cypress Semiconductor Corporation.
11 *
12 * SPDX-License-Identifier: Apache-2.0
13 *
14 * Licensed under the Apache License, Version 2.0 (the "License");
15 * you may not use this file except in compliance with the License.
16 * You may obtain a copy of the License at
17 *
18 *     http://www.apache.org/licenses/LICENSE-2.0
19 *
20 * Unless required by applicable law or agreed to in writing, software
21 * distributed under the License is distributed on an "AS IS" BASIS,
22 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 * See the License for the specific language governing permissions and
24 * limitations under the License.
25 *******************************************************************************/
26 
27 #ifndef _GPIO_PSOC6_04_80_M_CSP_H_
28 #define _GPIO_PSOC6_04_80_M_CSP_H_
29 
30 /* Package type */
31 enum
32 {
33     CY_GPIO_PACKAGE_QFN,
34     CY_GPIO_PACKAGE_BGA,
35     CY_GPIO_PACKAGE_CSP,
36     CY_GPIO_PACKAGE_WLCSP,
37     CY_GPIO_PACKAGE_LQFP,
38     CY_GPIO_PACKAGE_TQFP,
39     CY_GPIO_PACKAGE_TEQFP,
40     CY_GPIO_PACKAGE_SMT,
41 };
42 
43 #define CY_GPIO_PACKAGE_TYPE            CY_GPIO_PACKAGE_CSP
44 #define CY_GPIO_PIN_COUNT               80u
45 
46 /* AMUXBUS Segments */
47 enum
48 {
49     AMUXBUS_ANALOG_VDDD,
50     AMUXBUS_CSD0,
51     AMUXBUS_CSD1,
52     AMUXBUS_MAIN,
53     AMUXBUS_SAR,
54     AMUXBUS_VDDIO_1,
55     AMUXBUS_VSSA,
56     AMUXBUS_SRSS_AMUXBUSA_ADFT_VDDD,
57     AMUXBUS_SRSS_AMUXBUSB_ADFT_VDDD,
58 };
59 
60 /* AMUX Splitter Controls */
61 typedef enum
62 {
63     AMUX_SPLIT_CTL_1                = 0x0001u,  /* Left = AMUXBUS_VDDIO_1; Right = AMUXBUS_MAIN */
64     AMUX_SPLIT_CTL_2                = 0x0002u,  /* Left = AMUXBUS_CSD1; Right = AMUXBUS_CSD0 */
65     AMUX_SPLIT_CTL_3                = 0x0003u,  /* Left = AMUXBUS_SAR; Right = AMUXBUS_CSD1 */
66     AMUX_SPLIT_CTL_5                = 0x0005u   /* Left = AMUXBUS_SAR; Right = AMUXBUS_MAIN */
67 } cy_en_amux_split_t;
68 
69 /* Port List */
70 /* PORT 0 (GPIO) */
71 #define P0_0_PORT                       GPIO_PRT0
72 #define P0_0_PIN                        0u
73 #define P0_0_NUM                        0u
74 #define P0_1_PORT                       GPIO_PRT0
75 #define P0_1_PIN                        1u
76 #define P0_1_NUM                        1u
77 #define P0_2_PORT                       GPIO_PRT0
78 #define P0_2_PIN                        2u
79 #define P0_2_NUM                        2u
80 #define P0_3_PORT                       GPIO_PRT0
81 #define P0_3_PIN                        3u
82 #define P0_3_NUM                        3u
83 #define P0_4_PORT                       GPIO_PRT0
84 #define P0_4_PIN                        4u
85 #define P0_4_NUM                        4u
86 #define P0_5_PORT                       GPIO_PRT0
87 #define P0_5_PIN                        5u
88 #define P0_5_NUM                        5u
89 
90 /* PORT 1 (GPIO) */
91 #define P1_0_PORT                       GPIO_PRT1
92 #define P1_0_PIN                        0u
93 #define P1_0_NUM                        0u
94 #define P1_1_PORT                       GPIO_PRT1
95 #define P1_1_PIN                        1u
96 #define P1_1_NUM                        1u
97 #define P1_2_PORT                       GPIO_PRT1
98 #define P1_2_PIN                        2u
99 #define P1_2_NUM                        2u
100 
101 /* PORT 2 (GPIO) */
102 #define P2_0_PORT                       GPIO_PRT2
103 #define P2_0_PIN                        0u
104 #define P2_0_NUM                        0u
105 #define P2_1_PORT                       GPIO_PRT2
106 #define P2_1_PIN                        1u
107 #define P2_1_NUM                        1u
108 #define P2_2_PORT                       GPIO_PRT2
109 #define P2_2_PIN                        2u
110 #define P2_2_NUM                        2u
111 #define P2_3_PORT                       GPIO_PRT2
112 #define P2_3_PIN                        3u
113 #define P2_3_NUM                        3u
114 #define P2_4_PORT                       GPIO_PRT2
115 #define P2_4_PIN                        4u
116 #define P2_4_NUM                        4u
117 #define P2_5_PORT                       GPIO_PRT2
118 #define P2_5_PIN                        5u
119 #define P2_5_NUM                        5u
120 #define P2_6_PORT                       GPIO_PRT2
121 #define P2_6_PIN                        6u
122 #define P2_6_NUM                        6u
123 #define P2_7_PORT                       GPIO_PRT2
124 #define P2_7_PIN                        7u
125 #define P2_7_NUM                        7u
126 
127 /* PORT 3 (GPIO_OVT) */
128 #define P3_0_PORT                       GPIO_PRT3
129 #define P3_0_PIN                        0u
130 #define P3_0_NUM                        0u
131 #define P3_0_AMUXSEGMENT                AMUXBUS_VSSA
132 #define P3_1_PORT                       GPIO_PRT3
133 #define P3_1_PIN                        1u
134 #define P3_1_NUM                        1u
135 #define P3_1_AMUXSEGMENT                AMUXBUS_VSSA
136 
137 /* PORT 5 (GPIO) */
138 #define P5_0_PORT                       GPIO_PRT5
139 #define P5_0_PIN                        0u
140 #define P5_0_NUM                        0u
141 #define P5_1_PORT                       GPIO_PRT5
142 #define P5_1_PIN                        1u
143 #define P5_1_NUM                        1u
144 #define P5_2_PORT                       GPIO_PRT5
145 #define P5_2_PIN                        2u
146 #define P5_2_NUM                        2u
147 #define P5_6_PORT                       GPIO_PRT5
148 #define P5_6_PIN                        6u
149 #define P5_6_NUM                        6u
150 #define P5_7_PORT                       GPIO_PRT5
151 #define P5_7_PIN                        7u
152 #define P5_7_NUM                        7u
153 
154 /* PORT 6 (GPIO) */
155 #define P6_2_PORT                       GPIO_PRT6
156 #define P6_2_PIN                        2u
157 #define P6_2_NUM                        2u
158 #define P6_3_PORT                       GPIO_PRT6
159 #define P6_3_PIN                        3u
160 #define P6_3_NUM                        3u
161 #define P6_4_PORT                       GPIO_PRT6
162 #define P6_4_PIN                        4u
163 #define P6_4_NUM                        4u
164 #define P6_5_PORT                       GPIO_PRT6
165 #define P6_5_PIN                        5u
166 #define P6_5_NUM                        5u
167 #define P6_6_PORT                       GPIO_PRT6
168 #define P6_6_PIN                        6u
169 #define P6_6_NUM                        6u
170 #define P6_7_PORT                       GPIO_PRT6
171 #define P6_7_PIN                        7u
172 #define P6_7_NUM                        7u
173 
174 /* PORT 7 (GPIO) */
175 #define P7_0_PORT                       GPIO_PRT7
176 #define P7_0_PIN                        0u
177 #define P7_0_NUM                        0u
178 #define P7_0_AMUXSEGMENT                AMUXBUS_CSD0
179 #define P7_1_PORT                       GPIO_PRT7
180 #define P7_1_PIN                        1u
181 #define P7_1_NUM                        1u
182 #define P7_1_AMUXSEGMENT                AMUXBUS_CSD0
183 #define P7_2_PORT                       GPIO_PRT7
184 #define P7_2_PIN                        2u
185 #define P7_2_NUM                        2u
186 #define P7_2_AMUXSEGMENT                AMUXBUS_CSD0
187 #define P7_3_PORT                       GPIO_PRT7
188 #define P7_3_PIN                        3u
189 #define P7_3_NUM                        3u
190 #define P7_3_AMUXSEGMENT                AMUXBUS_CSD0
191 #define P7_4_PORT                       GPIO_PRT7
192 #define P7_4_PIN                        4u
193 #define P7_4_NUM                        4u
194 #define P7_4_AMUXSEGMENT                AMUXBUS_CSD0
195 #define P7_5_PORT                       GPIO_PRT7
196 #define P7_5_PIN                        5u
197 #define P7_5_NUM                        5u
198 #define P7_5_AMUXSEGMENT                AMUXBUS_CSD0
199 #define P7_7_PORT                       GPIO_PRT7
200 #define P7_7_PIN                        7u
201 #define P7_7_NUM                        7u
202 #define P7_7_AMUXSEGMENT                AMUXBUS_CSD0
203 
204 /* PORT 8 (GPIO) */
205 #define P8_0_PORT                       GPIO_PRT8
206 #define P8_0_PIN                        0u
207 #define P8_0_NUM                        0u
208 #define P8_0_AMUXSEGMENT                AMUXBUS_CSD0
209 #define P8_1_PORT                       GPIO_PRT8
210 #define P8_1_PIN                        1u
211 #define P8_1_NUM                        1u
212 #define P8_1_AMUXSEGMENT                AMUXBUS_CSD0
213 
214 /* PORT 9 (GPIO) */
215 #define P9_0_PORT                       GPIO_PRT9
216 #define P9_0_PIN                        0u
217 #define P9_0_NUM                        0u
218 #define P9_0_AMUXSEGMENT                AMUXBUS_SAR
219 #define P9_1_PORT                       GPIO_PRT9
220 #define P9_1_PIN                        1u
221 #define P9_1_NUM                        1u
222 #define P9_1_AMUXSEGMENT                AMUXBUS_SAR
223 #define P9_2_PORT                       GPIO_PRT9
224 #define P9_2_PIN                        2u
225 #define P9_2_NUM                        2u
226 #define P9_2_AMUXSEGMENT                AMUXBUS_SAR
227 #define P9_3_PORT                       GPIO_PRT9
228 #define P9_3_PIN                        3u
229 #define P9_3_NUM                        3u
230 #define P9_3_AMUXSEGMENT                AMUXBUS_SAR
231 #define P9_4_PORT                       GPIO_PRT9
232 #define P9_4_PIN                        4u
233 #define P9_4_NUM                        4u
234 #define P9_4_AMUXSEGMENT                AMUXBUS_SAR
235 #define P9_5_PORT                       GPIO_PRT9
236 #define P9_5_PIN                        5u
237 #define P9_5_NUM                        5u
238 #define P9_5_AMUXSEGMENT                AMUXBUS_SAR
239 
240 /* PORT 10 (GPIO) */
241 #define P10_0_PORT                      GPIO_PRT10
242 #define P10_0_PIN                       0u
243 #define P10_0_NUM                       0u
244 #define P10_0_AMUXSEGMENT               AMUXBUS_SAR
245 #define P10_1_PORT                      GPIO_PRT10
246 #define P10_1_PIN                       1u
247 #define P10_1_NUM                       1u
248 #define P10_1_AMUXSEGMENT               AMUXBUS_SAR
249 #define P10_2_PORT                      GPIO_PRT10
250 #define P10_2_PIN                       2u
251 #define P10_2_NUM                       2u
252 #define P10_2_AMUXSEGMENT               AMUXBUS_SAR
253 #define P10_3_PORT                      GPIO_PRT10
254 #define P10_3_PIN                       3u
255 #define P10_3_NUM                       3u
256 #define P10_3_AMUXSEGMENT               AMUXBUS_SAR
257 #define P10_4_PORT                      GPIO_PRT10
258 #define P10_4_PIN                       4u
259 #define P10_4_NUM                       4u
260 #define P10_4_AMUXSEGMENT               AMUXBUS_SAR
261 #define P10_5_PORT                      GPIO_PRT10
262 #define P10_5_PIN                       5u
263 #define P10_5_NUM                       5u
264 #define P10_5_AMUXSEGMENT               AMUXBUS_SAR
265 #define P10_6_PORT                      GPIO_PRT10
266 #define P10_6_PIN                       6u
267 #define P10_6_NUM                       6u
268 #define P10_6_AMUXSEGMENT               AMUXBUS_SAR
269 #define P10_7_PORT                      GPIO_PRT10
270 #define P10_7_PIN                       7u
271 #define P10_7_NUM                       7u
272 #define P10_7_AMUXSEGMENT               AMUXBUS_SAR
273 
274 /* PORT 11 (GPIO) */
275 #define P11_1_PORT                      GPIO_PRT11
276 #define P11_1_PIN                       1u
277 #define P11_1_NUM                       1u
278 #define P11_2_PORT                      GPIO_PRT11
279 #define P11_2_PIN                       2u
280 #define P11_2_NUM                       2u
281 #define P11_3_PORT                      GPIO_PRT11
282 #define P11_3_PIN                       3u
283 #define P11_3_NUM                       3u
284 #define P11_4_PORT                      GPIO_PRT11
285 #define P11_4_PIN                       4u
286 #define P11_4_NUM                       4u
287 #define P11_5_PORT                      GPIO_PRT11
288 #define P11_5_PIN                       5u
289 #define P11_5_NUM                       5u
290 #define P11_6_PORT                      GPIO_PRT11
291 #define P11_6_PIN                       6u
292 #define P11_6_NUM                       6u
293 #define P11_7_PORT                      GPIO_PRT11
294 #define P11_7_PIN                       7u
295 #define P11_7_NUM                       7u
296 
297 /* PORT 12 (GPIO) */
298 #define P12_6_PORT                      GPIO_PRT12
299 #define P12_6_PIN                       6u
300 #define P12_6_NUM                       6u
301 #define P12_7_PORT                      GPIO_PRT12
302 #define P12_7_PIN                       7u
303 #define P12_7_NUM                       7u
304 
305 /* PORT 14 (AUX) */
306 #define USBDP_PORT                      GPIO_PRT14
307 #define USBDP_PIN                       0u
308 #define USBDP_NUM                       0u
309 #define P14_0_PORT                      GPIO_PRT14
310 #define P14_0_PIN                       0u
311 #define P14_0_NUM                       0u
312 #define USBDM_PORT                      GPIO_PRT14
313 #define USBDM_PIN                       1u
314 #define USBDM_NUM                       1u
315 #define P14_1_PORT                      GPIO_PRT14
316 #define P14_1_PIN                       1u
317 #define P14_1_NUM                       1u
318 
319 /* Analog Connections */
320 #define CSD_CMODPADD_PORT               7u
321 #define CSD_CMODPADD_PIN                1u
322 #define CSD_CMODPADS_PORT               7u
323 #define CSD_CMODPADS_PIN                1u
324 #define CSD_CSH_TANKPADD_PORT           7u
325 #define CSD_CSH_TANKPADD_PIN            2u
326 #define CSD_CSH_TANKPADS_PORT           7u
327 #define CSD_CSH_TANKPADS_PIN            2u
328 #define CSD_CSHIELDPADS_PORT            7u
329 #define CSD_CSHIELDPADS_PIN             7u
330 #define CSD_VREF_EXT_PORT               7u
331 #define CSD_VREF_EXT_PIN                3u
332 #define IOSS_ADFT0_NET_PORT             10u
333 #define IOSS_ADFT0_NET_PIN              0u
334 #define IOSS_ADFT1_NET_PORT             10u
335 #define IOSS_ADFT1_NET_PIN              1u
336 #define LPCOMP_INN_COMP0_PORT           5u
337 #define LPCOMP_INN_COMP0_PIN            7u
338 #define LPCOMP_INN_COMP1_PORT           6u
339 #define LPCOMP_INN_COMP1_PIN            3u
340 #define LPCOMP_INP_COMP0_PORT           5u
341 #define LPCOMP_INP_COMP0_PIN            6u
342 #define LPCOMP_INP_COMP1_PORT           6u
343 #define LPCOMP_INP_COMP1_PIN            2u
344 #define PASS_AREF_EXT_VREF_PORT         9u
345 #define PASS_AREF_EXT_VREF_PIN          5u
346 #define PASS_CTB_OA0_OUT_10X_PORT       9u
347 #define PASS_CTB_OA0_OUT_10X_PIN        2u
348 #define PASS_CTB_OA1_OUT_10X_PORT       9u
349 #define PASS_CTB_OA1_OUT_10X_PIN        3u
350 #define PASS_CTB_PADS0_PORT             9u
351 #define PASS_CTB_PADS0_PIN              0u
352 #define PASS_CTB_PADS1_PORT             9u
353 #define PASS_CTB_PADS1_PIN              1u
354 #define PASS_CTB_PADS2_PORT             9u
355 #define PASS_CTB_PADS2_PIN              2u
356 #define PASS_CTB_PADS3_PORT             9u
357 #define PASS_CTB_PADS3_PIN              3u
358 #define PASS_CTB_PADS4_PORT             9u
359 #define PASS_CTB_PADS4_PIN              4u
360 #define PASS_CTB_PADS5_PORT             9u
361 #define PASS_CTB_PADS5_PIN              5u
362 #define PASS_SARMUX_PADS0_PORT          10u
363 #define PASS_SARMUX_PADS0_PIN           0u
364 #define PASS_SARMUX_PADS1_PORT          10u
365 #define PASS_SARMUX_PADS1_PIN           1u
366 #define PASS_SARMUX_PADS10_PORT         10u
367 #define PASS_SARMUX_PADS10_PIN          2u
368 #define PASS_SARMUX_PADS11_PORT         10u
369 #define PASS_SARMUX_PADS11_PIN          3u
370 #define PASS_SARMUX_PADS12_PORT         10u
371 #define PASS_SARMUX_PADS12_PIN          4u
372 #define PASS_SARMUX_PADS13_PORT         10u
373 #define PASS_SARMUX_PADS13_PIN          5u
374 #define PASS_SARMUX_PADS14_PORT         10u
375 #define PASS_SARMUX_PADS14_PIN          6u
376 #define PASS_SARMUX_PADS15_PORT         10u
377 #define PASS_SARMUX_PADS15_PIN          7u
378 #define PASS_SARMUX_PADS2_PORT          10u
379 #define PASS_SARMUX_PADS2_PIN           2u
380 #define PASS_SARMUX_PADS3_PORT          10u
381 #define PASS_SARMUX_PADS3_PIN           3u
382 #define PASS_SARMUX_PADS4_PORT          10u
383 #define PASS_SARMUX_PADS4_PIN           4u
384 #define PASS_SARMUX_PADS5_PORT          10u
385 #define PASS_SARMUX_PADS5_PIN           5u
386 #define PASS_SARMUX_PADS6_PORT          10u
387 #define PASS_SARMUX_PADS6_PIN           6u
388 #define PASS_SARMUX_PADS7_PORT          10u
389 #define PASS_SARMUX_PADS7_PIN           7u
390 #define PASS_SARMUX_PADS8_PORT          10u
391 #define PASS_SARMUX_PADS8_PIN           0u
392 #define PASS_SARMUX_PADS9_PORT          10u
393 #define PASS_SARMUX_PADS9_PIN           1u
394 #define SRSS_ADFT_PIN0_PORT             10u
395 #define SRSS_ADFT_PIN0_PIN              0u
396 #define SRSS_ADFT_PIN1_PORT             10u
397 #define SRSS_ADFT_PIN1_PIN              1u
398 #define SRSS_ECO_IN_PORT                12u
399 #define SRSS_ECO_IN_PIN                 6u
400 #define SRSS_ECO_OUT_PORT               12u
401 #define SRSS_ECO_OUT_PIN                7u
402 #define SRSS_WCO_IN_PORT                0u
403 #define SRSS_WCO_IN_PIN                 0u
404 #define SRSS_WCO_OUT_PORT               0u
405 #define SRSS_WCO_OUT_PIN                1u
406 
407 /* HSIOM Connections */
408 typedef enum
409 {
410     /* Generic HSIOM connections */
411     HSIOM_SEL_GPIO                  =  0,       /* GPIO controls 'out' */
412     HSIOM_SEL_GPIO_DSI              =  1,       /* GPIO controls 'out', DSI controls 'output enable' */
413     HSIOM_SEL_DSI_DSI               =  2,       /* DSI controls 'out' and 'output enable' */
414     HSIOM_SEL_DSI_GPIO              =  3,       /* DSI controls 'out', GPIO controls 'output enable' */
415     HSIOM_SEL_AMUXA                 =  4,       /* Analog mux bus A */
416     HSIOM_SEL_AMUXB                 =  5,       /* Analog mux bus B */
417     HSIOM_SEL_AMUXA_DSI             =  6,       /* Analog mux bus A, DSI control */
418     HSIOM_SEL_AMUXB_DSI             =  7,       /* Analog mux bus B, DSI control */
419     HSIOM_SEL_ACT_0                 =  8,       /* Active functionality 0 */
420     HSIOM_SEL_ACT_1                 =  9,       /* Active functionality 1 */
421     HSIOM_SEL_ACT_2                 = 10,       /* Active functionality 2 */
422     HSIOM_SEL_ACT_3                 = 11,       /* Active functionality 3 */
423     HSIOM_SEL_DS_0                  = 12,       /* DeepSleep functionality 0 */
424     HSIOM_SEL_DS_1                  = 13,       /* DeepSleep functionality 1 */
425     HSIOM_SEL_DS_2                  = 14,       /* DeepSleep functionality 2 */
426     HSIOM_SEL_DS_3                  = 15,       /* DeepSleep functionality 3 */
427     HSIOM_SEL_ACT_4                 = 16,       /* Active functionality 4 */
428     HSIOM_SEL_ACT_5                 = 17,       /* Active functionality 5 */
429     HSIOM_SEL_ACT_6                 = 18,       /* Active functionality 6 */
430     HSIOM_SEL_ACT_7                 = 19,       /* Active functionality 7 */
431     HSIOM_SEL_ACT_8                 = 20,       /* Active functionality 8 */
432     HSIOM_SEL_ACT_9                 = 21,       /* Active functionality 9 */
433     HSIOM_SEL_ACT_10                = 22,       /* Active functionality 10 */
434     HSIOM_SEL_ACT_11                = 23,       /* Active functionality 11 */
435     HSIOM_SEL_ACT_12                = 24,       /* Active functionality 12 */
436     HSIOM_SEL_ACT_13                = 25,       /* Active functionality 13 */
437     HSIOM_SEL_ACT_14                = 26,       /* Active functionality 14 */
438     HSIOM_SEL_ACT_15                = 27,       /* Active functionality 15 */
439     HSIOM_SEL_DS_4                  = 28,       /* DeepSleep functionality 4 */
440     HSIOM_SEL_DS_5                  = 29,       /* DeepSleep functionality 5 */
441     HSIOM_SEL_DS_6                  = 30,       /* DeepSleep functionality 6 */
442     HSIOM_SEL_DS_7                  = 31,       /* DeepSleep functionality 7 */
443 
444     /* P0.0 */
445     P0_0_GPIO                       =  0,       /* GPIO controls 'out' */
446     P0_0_TCPWM0_LINE0               =  8,       /* Digital Active - tcpwm[0].line[0]:0 */
447     P0_0_TCPWM0_LINE256             =  9,       /* Digital Active - tcpwm[0].line[256]:0 */
448     P0_0_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:0 */
449     P0_0_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:0 */
450     P0_0_LCD_COM0                   = 12,       /* Digital Deep Sleep - lcd.com[0]:0 */
451     P0_0_LCD_SEG0                   = 13,       /* Digital Deep Sleep - lcd.seg[0]:0 */
452     P0_0_SRSS_EXT_CLK               = 16,       /* Digital Active - srss.ext_clk:0 */
453     P0_0_SCB0_SPI_SELECT1           = 20,       /* Digital Active - scb[0].spi_select1:0 */
454     P0_0_TCPWM0_TR_ONE_CNT_IN0      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:0 */
455     P0_0_PERI_TR_IO_INPUT0          = 24,       /* Digital Active - peri.tr_io_input[0]:0 */
456 
457     /* P0.1 */
458     P0_1_GPIO                       =  0,       /* GPIO controls 'out' */
459     P0_1_TCPWM0_LINE_COMPL0         =  8,       /* Digital Active - tcpwm[0].line_compl[0]:0 */
460     P0_1_TCPWM0_LINE_COMPL256       =  9,       /* Digital Active - tcpwm[0].line_compl[256]:0 */
461     P0_1_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:1 */
462     P0_1_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:1 */
463     P0_1_LCD_COM1                   = 12,       /* Digital Deep Sleep - lcd.com[1]:0 */
464     P0_1_LCD_SEG1                   = 13,       /* Digital Deep Sleep - lcd.seg[1]:0 */
465     P0_1_SCB0_SPI_SELECT2           = 20,       /* Digital Active - scb[0].spi_select2:0 */
466     P0_1_TCPWM0_TR_ONE_CNT_IN1      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:0 */
467     P0_1_PERI_TR_IO_INPUT1          = 24,       /* Digital Active - peri.tr_io_input[1]:0 */
468     P0_1_CPUSS_SWJ_TRSTN            = 29,       /* Digital Deep Sleep - cpuss.swj_trstn */
469 
470     /* P0.2 */
471     P0_2_GPIO                       =  0,       /* GPIO controls 'out' */
472     P0_2_TCPWM0_LINE1               =  8,       /* Digital Active - tcpwm[0].line[1]:0 */
473     P0_2_TCPWM0_LINE257             =  9,       /* Digital Active - tcpwm[0].line[257]:0 */
474     P0_2_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:2 */
475     P0_2_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:2 */
476     P0_2_LCD_COM2                   = 12,       /* Digital Deep Sleep - lcd.com[2]:0 */
477     P0_2_LCD_SEG2                   = 13,       /* Digital Deep Sleep - lcd.seg[2]:0 */
478     P0_2_SCB0_UART_RX               = 18,       /* Digital Active - scb[0].uart_rx:0 */
479     P0_2_SCB0_I2C_SCL               = 19,       /* Digital Active - scb[0].i2c_scl:0 */
480     P0_2_SCB0_SPI_MOSI              = 20,       /* Digital Active - scb[0].spi_mosi:0 */
481     P0_2_TCPWM0_TR_ONE_CNT_IN2      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:0 */
482 
483     /* P0.3 */
484     P0_3_GPIO                       =  0,       /* GPIO controls 'out' */
485     P0_3_TCPWM0_LINE_COMPL1         =  8,       /* Digital Active - tcpwm[0].line_compl[1]:0 */
486     P0_3_TCPWM0_LINE_COMPL257       =  9,       /* Digital Active - tcpwm[0].line_compl[257]:0 */
487     P0_3_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:3 */
488     P0_3_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:3 */
489     P0_3_LCD_COM3                   = 12,       /* Digital Deep Sleep - lcd.com[3]:0 */
490     P0_3_LCD_SEG3                   = 13,       /* Digital Deep Sleep - lcd.seg[3]:0 */
491     P0_3_SCB0_UART_TX               = 18,       /* Digital Active - scb[0].uart_tx:0 */
492     P0_3_SCB0_I2C_SDA               = 19,       /* Digital Active - scb[0].i2c_sda:0 */
493     P0_3_SCB0_SPI_MISO              = 20,       /* Digital Active - scb[0].spi_miso:0 */
494     P0_3_TCPWM0_TR_ONE_CNT_IN3      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:0 */
495 
496     /* P0.4 */
497     P0_4_GPIO                       =  0,       /* GPIO controls 'out' */
498     P0_4_TCPWM0_LINE2               =  8,       /* Digital Active - tcpwm[0].line[2]:0 */
499     P0_4_TCPWM0_LINE258             =  9,       /* Digital Active - tcpwm[0].line[258]:0 */
500     P0_4_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:4 */
501     P0_4_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:4 */
502     P0_4_LCD_COM4                   = 12,       /* Digital Deep Sleep - lcd.com[4]:0 */
503     P0_4_LCD_SEG4                   = 13,       /* Digital Deep Sleep - lcd.seg[4]:0 */
504     P0_4_SCB0_UART_RTS              = 18,       /* Digital Active - scb[0].uart_rts:0 */
505     P0_4_SCB0_SPI_CLK               = 20,       /* Digital Active - scb[0].spi_clk:0 */
506     P0_4_TCPWM0_TR_ONE_CNT_IN256    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:0 */
507     P0_4_PERI_TR_IO_INPUT2          = 24,       /* Digital Active - peri.tr_io_input[2]:0 */
508     P0_4_PERI_TR_IO_OUTPUT0         = 25,       /* Digital Active - peri.tr_io_output[0]:2 */
509 
510     /* P0.5 */
511     P0_5_GPIO                       =  0,       /* GPIO controls 'out' */
512     P0_5_TCPWM0_LINE_COMPL2         =  8,       /* Digital Active - tcpwm[0].line_compl[2]:0 */
513     P0_5_TCPWM0_LINE_COMPL258       =  9,       /* Digital Active - tcpwm[0].line_compl[258]:0 */
514     P0_5_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:5 */
515     P0_5_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:5 */
516     P0_5_LCD_COM5                   = 12,       /* Digital Deep Sleep - lcd.com[5]:0 */
517     P0_5_LCD_SEG5                   = 13,       /* Digital Deep Sleep - lcd.seg[5]:0 */
518     P0_5_SRSS_EXT_CLK               = 16,       /* Digital Active - srss.ext_clk:1 */
519     P0_5_SCB0_UART_CTS              = 18,       /* Digital Active - scb[0].uart_cts:0 */
520     P0_5_SCB0_SPI_SELECT0           = 20,       /* Digital Active - scb[0].spi_select0:0 */
521     P0_5_TCPWM0_TR_ONE_CNT_IN257    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:0 */
522     P0_5_PERI_TR_IO_INPUT3          = 24,       /* Digital Active - peri.tr_io_input[3]:0 */
523     P0_5_PERI_TR_IO_OUTPUT1         = 25,       /* Digital Active - peri.tr_io_output[1]:2 */
524 
525     /* P1.0 */
526     P1_0_GPIO                       =  0,       /* GPIO controls 'out' */
527     P1_0_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:6 */
528     P1_0_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:6 */
529     P1_0_TCPWM0_TR_ONE_CNT_IN258    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:0 */
530 
531     /* P1.1 */
532     P1_1_GPIO                       =  0,       /* GPIO controls 'out' */
533     P1_1_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:7 */
534     P1_1_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:7 */
535     P1_1_TCPWM0_TR_ONE_CNT_IN259    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[259]:0 */
536 
537     /* P1.2 */
538     P1_2_GPIO                       =  0,       /* GPIO controls 'out' */
539     P1_2_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:8 */
540     P1_2_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:8 */
541     P1_2_TCPWM0_TR_ONE_CNT_IN260    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[260]:0 */
542 
543     /* P2.0 */
544     P2_0_GPIO                       =  0,       /* GPIO controls 'out' */
545     P2_0_TCPWM0_LINE3               =  8,       /* Digital Active - tcpwm[0].line[3]:0 */
546     P2_0_TCPWM0_LINE259             =  9,       /* Digital Active - tcpwm[0].line[259]:0 */
547     P2_0_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:9 */
548     P2_0_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:9 */
549     P2_0_LCD_COM6                   = 12,       /* Digital Deep Sleep - lcd.com[6]:0 */
550     P2_0_LCD_SEG6                   = 13,       /* Digital Deep Sleep - lcd.seg[6]:0 */
551     P2_0_SCB1_UART_RX               = 18,       /* Digital Active - scb[1].uart_rx:1 */
552     P2_0_SCB1_I2C_SCL               = 19,       /* Digital Active - scb[1].i2c_scl:1 */
553     P2_0_SCB1_SPI_MOSI              = 20,       /* Digital Active - scb[1].spi_mosi:1 */
554     P2_0_TCPWM0_TR_ONE_CNT_IN261    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:0 */
555     P2_0_PERI_TR_IO_INPUT4          = 24,       /* Digital Active - peri.tr_io_input[4]:0 */
556 
557     /* P2.1 */
558     P2_1_GPIO                       =  0,       /* GPIO controls 'out' */
559     P2_1_TCPWM0_LINE_COMPL3         =  8,       /* Digital Active - tcpwm[0].line_compl[3]:0 */
560     P2_1_TCPWM0_LINE_COMPL259       =  9,       /* Digital Active - tcpwm[0].line_compl[259]:0 */
561     P2_1_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:10 */
562     P2_1_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:10 */
563     P2_1_LCD_COM7                   = 12,       /* Digital Deep Sleep - lcd.com[7]:0 */
564     P2_1_LCD_SEG7                   = 13,       /* Digital Deep Sleep - lcd.seg[7]:0 */
565     P2_1_SCB1_UART_TX               = 18,       /* Digital Active - scb[1].uart_tx:1 */
566     P2_1_SCB1_I2C_SDA               = 19,       /* Digital Active - scb[1].i2c_sda:1 */
567     P2_1_SCB1_SPI_MISO              = 20,       /* Digital Active - scb[1].spi_miso:1 */
568     P2_1_TCPWM0_TR_ONE_CNT_IN262    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:0 */
569     P2_1_PERI_TR_IO_INPUT5          = 24,       /* Digital Active - peri.tr_io_input[5]:0 */
570 
571     /* P2.2 */
572     P2_2_GPIO                       =  0,       /* GPIO controls 'out' */
573     P2_2_TCPWM0_LINE0               =  8,       /* Digital Active - tcpwm[0].line[0]:1 */
574     P2_2_TCPWM0_LINE260             =  9,       /* Digital Active - tcpwm[0].line[260]:0 */
575     P2_2_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:11 */
576     P2_2_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:11 */
577     P2_2_LCD_COM8                   = 12,       /* Digital Deep Sleep - lcd.com[8]:0 */
578     P2_2_LCD_SEG8                   = 13,       /* Digital Deep Sleep - lcd.seg[8]:0 */
579     P2_2_SCB1_UART_RTS              = 18,       /* Digital Active - scb[1].uart_rts:1 */
580     P2_2_SCB1_SPI_CLK               = 20,       /* Digital Active - scb[1].spi_clk:1 */
581     P2_2_TCPWM0_TR_ONE_CNT_IN263    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:0 */
582 
583     /* P2.3 */
584     P2_3_GPIO                       =  0,       /* GPIO controls 'out' */
585     P2_3_TCPWM0_LINE_COMPL0         =  8,       /* Digital Active - tcpwm[0].line_compl[0]:1 */
586     P2_3_TCPWM0_LINE_COMPL260       =  9,       /* Digital Active - tcpwm[0].line_compl[260]:0 */
587     P2_3_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:12 */
588     P2_3_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:12 */
589     P2_3_LCD_COM9                   = 12,       /* Digital Deep Sleep - lcd.com[9]:0 */
590     P2_3_LCD_SEG9                   = 13,       /* Digital Deep Sleep - lcd.seg[9]:0 */
591     P2_3_SCB1_UART_CTS              = 18,       /* Digital Active - scb[1].uart_cts:1 */
592     P2_3_SCB1_SPI_SELECT0           = 20,       /* Digital Active - scb[1].spi_select0:1 */
593     P2_3_TCPWM0_TR_ONE_CNT_IN0      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:1 */
594 
595     /* P2.4 */
596     P2_4_GPIO                       =  0,       /* GPIO controls 'out' */
597     P2_4_TCPWM0_LINE1               =  8,       /* Digital Active - tcpwm[0].line[1]:1 */
598     P2_4_TCPWM0_LINE261             =  9,       /* Digital Active - tcpwm[0].line[261]:0 */
599     P2_4_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:13 */
600     P2_4_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:13 */
601     P2_4_LCD_COM10                  = 12,       /* Digital Deep Sleep - lcd.com[10]:0 */
602     P2_4_LCD_SEG10                  = 13,       /* Digital Deep Sleep - lcd.seg[10]:0 */
603     P2_4_SCB1_SPI_SELECT1           = 20,       /* Digital Active - scb[1].spi_select1:1 */
604     P2_4_TCPWM0_TR_ONE_CNT_IN1      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:1 */
605 
606     /* P2.5 */
607     P2_5_GPIO                       =  0,       /* GPIO controls 'out' */
608     P2_5_TCPWM0_LINE_COMPL1         =  8,       /* Digital Active - tcpwm[0].line_compl[1]:1 */
609     P2_5_TCPWM0_LINE_COMPL261       =  9,       /* Digital Active - tcpwm[0].line_compl[261]:0 */
610     P2_5_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:14 */
611     P2_5_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:14 */
612     P2_5_LCD_COM11                  = 12,       /* Digital Deep Sleep - lcd.com[11]:0 */
613     P2_5_LCD_SEG11                  = 13,       /* Digital Deep Sleep - lcd.seg[11]:0 */
614     P2_5_SCB1_SPI_SELECT2           = 20,       /* Digital Active - scb[1].spi_select2:1 */
615     P2_5_TCPWM0_TR_ONE_CNT_IN2      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:1 */
616 
617     /* P2.6 */
618     P2_6_GPIO                       =  0,       /* GPIO controls 'out' */
619     P2_6_TCPWM0_LINE2               =  8,       /* Digital Active - tcpwm[0].line[2]:1 */
620     P2_6_TCPWM0_LINE262             =  9,       /* Digital Active - tcpwm[0].line[262]:0 */
621     P2_6_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:15 */
622     P2_6_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:15 */
623     P2_6_LCD_COM12                  = 12,       /* Digital Deep Sleep - lcd.com[12]:0 */
624     P2_6_LCD_SEG12                  = 13,       /* Digital Deep Sleep - lcd.seg[12]:0 */
625     P2_6_LPCOMP_DSI_COMP0           = 15,       /* Digital Deep Sleep - lpcomp.dsi_comp0:0 */
626     P2_6_SCB1_SPI_SELECT3           = 20,       /* Digital Active - scb[1].spi_select3:1 */
627     P2_6_TCPWM0_TR_ONE_CNT_IN3      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:1 */
628     P2_6_PERI_TR_IO_INPUT8          = 24,       /* Digital Active - peri.tr_io_input[8]:0 */
629 
630     /* P2.7 */
631     P2_7_GPIO                       =  0,       /* GPIO controls 'out' */
632     P2_7_TCPWM0_LINE_COMPL2         =  8,       /* Digital Active - tcpwm[0].line_compl[2]:1 */
633     P2_7_TCPWM0_LINE_COMPL262       =  9,       /* Digital Active - tcpwm[0].line_compl[262]:0 */
634     P2_7_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:16 */
635     P2_7_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:16 */
636     P2_7_LCD_COM13                  = 12,       /* Digital Deep Sleep - lcd.com[13]:0 */
637     P2_7_LCD_SEG13                  = 13,       /* Digital Deep Sleep - lcd.seg[13]:0 */
638     P2_7_LPCOMP_DSI_COMP1           = 15,       /* Digital Deep Sleep - lpcomp.dsi_comp1:0 */
639     P2_7_TCPWM0_TR_ONE_CNT_IN256    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:1 */
640     P2_7_PERI_TR_IO_INPUT9          = 24,       /* Digital Active - peri.tr_io_input[9]:0 */
641 
642     /* P3.0 */
643     P3_0_GPIO                       =  0,       /* GPIO controls 'out' */
644     P3_0_TCPWM0_LINE3               =  8,       /* Digital Active - tcpwm[0].line[3]:1 */
645     P3_0_TCPWM0_LINE263             =  9,       /* Digital Active - tcpwm[0].line[263]:0 */
646     P3_0_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:17 */
647     P3_0_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:17 */
648     P3_0_LCD_COM14                  = 12,       /* Digital Deep Sleep - lcd.com[14]:0 */
649     P3_0_LCD_SEG14                  = 13,       /* Digital Deep Sleep - lcd.seg[14]:0 */
650     P3_0_SCB2_UART_RX               = 18,       /* Digital Active - scb[2].uart_rx:1 */
651     P3_0_SCB2_I2C_SCL               = 19,       /* Digital Active - scb[2].i2c_scl:1 */
652     P3_0_TCPWM0_TR_ONE_CNT_IN257    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:1 */
653     P3_0_PERI_TR_IO_INPUT6          = 24,       /* Digital Active - peri.tr_io_input[6]:0 */
654 
655     /* P3.1 */
656     P3_1_GPIO                       =  0,       /* GPIO controls 'out' */
657     P3_1_TCPWM0_LINE_COMPL3         =  8,       /* Digital Active - tcpwm[0].line_compl[3]:1 */
658     P3_1_TCPWM0_LINE_COMPL263       =  9,       /* Digital Active - tcpwm[0].line_compl[263]:0 */
659     P3_1_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:18 */
660     P3_1_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:18 */
661     P3_1_LCD_COM15                  = 12,       /* Digital Deep Sleep - lcd.com[15]:0 */
662     P3_1_LCD_SEG15                  = 13,       /* Digital Deep Sleep - lcd.seg[15]:0 */
663     P3_1_SCB2_UART_TX               = 18,       /* Digital Active - scb[2].uart_tx:1 */
664     P3_1_SCB2_I2C_SDA               = 19,       /* Digital Active - scb[2].i2c_sda:1 */
665     P3_1_TCPWM0_TR_ONE_CNT_IN258    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:1 */
666     P3_1_PERI_TR_IO_INPUT7          = 24,       /* Digital Active - peri.tr_io_input[7]:0 */
667 
668     /* P5.0 */
669     P5_0_GPIO                       =  0,       /* GPIO controls 'out' */
670     P5_0_TCPWM0_LINE0               =  8,       /* Digital Active - tcpwm[0].line[0]:2 */
671     P5_0_TCPWM0_LINE256             =  9,       /* Digital Active - tcpwm[0].line[256]:1 */
672     P5_0_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:19 */
673     P5_0_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:19 */
674     P5_0_LCD_COM16                  = 12,       /* Digital Deep Sleep - lcd.com[16]:0 */
675     P5_0_LCD_SEG16                  = 13,       /* Digital Deep Sleep - lcd.seg[16]:0 */
676     P5_0_SCB5_UART_RX               = 18,       /* Digital Active - scb[5].uart_rx:0 */
677     P5_0_SCB5_I2C_SCL               = 19,       /* Digital Active - scb[5].i2c_scl:0 */
678     P5_0_SCB5_SPI_MOSI              = 20,       /* Digital Active - scb[5].spi_mosi:0 */
679     P5_0_CANFD0_TTCAN_RX0           = 22,       /* Digital Active - canfd[0].ttcan_rx[0] */
680     P5_0_TCPWM0_TR_ONE_CNT_IN259    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[259]:1 */
681     P5_0_PERI_TR_IO_INPUT10         = 24,       /* Digital Active - peri.tr_io_input[10]:0 */
682 
683     /* P5.1 */
684     P5_1_GPIO                       =  0,       /* GPIO controls 'out' */
685     P5_1_TCPWM0_LINE_COMPL0         =  8,       /* Digital Active - tcpwm[0].line_compl[0]:2 */
686     P5_1_TCPWM0_LINE_COMPL256       =  9,       /* Digital Active - tcpwm[0].line_compl[256]:1 */
687     P5_1_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:20 */
688     P5_1_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:20 */
689     P5_1_LCD_COM17                  = 12,       /* Digital Deep Sleep - lcd.com[17]:0 */
690     P5_1_LCD_SEG17                  = 13,       /* Digital Deep Sleep - lcd.seg[17]:0 */
691     P5_1_SCB5_UART_TX               = 18,       /* Digital Active - scb[5].uart_tx:0 */
692     P5_1_SCB5_I2C_SDA               = 19,       /* Digital Active - scb[5].i2c_sda:0 */
693     P5_1_SCB5_SPI_MISO              = 20,       /* Digital Active - scb[5].spi_miso:0 */
694     P5_1_CANFD0_TTCAN_TX0           = 22,       /* Digital Active - canfd[0].ttcan_tx[0] */
695     P5_1_TCPWM0_TR_ONE_CNT_IN260    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[260]:1 */
696     P5_1_PERI_TR_IO_INPUT11         = 24,       /* Digital Active - peri.tr_io_input[11]:0 */
697 
698     /* P5.2 */
699     P5_2_GPIO                       =  0,       /* GPIO controls 'out' */
700     P5_2_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:21 */
701     P5_2_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:21 */
702     P5_2_TCPWM0_TR_ONE_CNT_IN261    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:1 */
703 
704     /* P5.6 */
705     P5_6_GPIO                       =  0,       /* GPIO controls 'out' */
706     P5_6_TCPWM0_LINE1               =  8,       /* Digital Active - tcpwm[0].line[1]:2 */
707     P5_6_TCPWM0_LINE257             =  9,       /* Digital Active - tcpwm[0].line[257]:1 */
708     P5_6_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:22 */
709     P5_6_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:22 */
710     P5_6_LCD_COM18                  = 12,       /* Digital Deep Sleep - lcd.com[18]:0 */
711     P5_6_LCD_SEG18                  = 13,       /* Digital Deep Sleep - lcd.seg[18]:0 */
712     P5_6_TCPWM0_TR_ONE_CNT_IN262    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:1 */
713 
714     /* P5.7 */
715     P5_7_GPIO                       =  0,       /* GPIO controls 'out' */
716     P5_7_TCPWM0_LINE_COMPL1         =  8,       /* Digital Active - tcpwm[0].line_compl[1]:2 */
717     P5_7_TCPWM0_LINE_COMPL257       =  9,       /* Digital Active - tcpwm[0].line_compl[257]:1 */
718     P5_7_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:23 */
719     P5_7_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:23 */
720     P5_7_LCD_COM19                  = 12,       /* Digital Deep Sleep - lcd.com[19]:0 */
721     P5_7_LCD_SEG19                  = 13,       /* Digital Deep Sleep - lcd.seg[19]:0 */
722     P5_7_TCPWM0_TR_ONE_CNT_IN263    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:1 */
723 
724     /* P6.2 */
725     P6_2_GPIO                       =  0,       /* GPIO controls 'out' */
726     P6_2_TCPWM0_LINE3               =  8,       /* Digital Active - tcpwm[0].line[3]:2 */
727     P6_2_TCPWM0_LINE259             =  9,       /* Digital Active - tcpwm[0].line[259]:1 */
728     P6_2_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:24 */
729     P6_2_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:24 */
730     P6_2_LCD_COM22                  = 12,       /* Digital Deep Sleep - lcd.com[22]:0 */
731     P6_2_LCD_SEG22                  = 13,       /* Digital Deep Sleep - lcd.seg[22]:0 */
732     P6_2_TCPWM0_TR_ONE_CNT_IN0      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:2 */
733     P6_2_CPUSS_FAULT_OUT0           = 25,       /* Digital Active - cpuss.fault_out[0] */
734 
735     /* P6.3 */
736     P6_3_GPIO                       =  0,       /* GPIO controls 'out' */
737     P6_3_TCPWM0_LINE_COMPL3         =  8,       /* Digital Active - tcpwm[0].line_compl[3]:2 */
738     P6_3_TCPWM0_LINE_COMPL259       =  9,       /* Digital Active - tcpwm[0].line_compl[259]:1 */
739     P6_3_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:25 */
740     P6_3_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:25 */
741     P6_3_LCD_COM23                  = 12,       /* Digital Deep Sleep - lcd.com[23]:0 */
742     P6_3_LCD_SEG23                  = 13,       /* Digital Deep Sleep - lcd.seg[23]:0 */
743     P6_3_TCPWM0_TR_ONE_CNT_IN1      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:2 */
744     P6_3_CPUSS_FAULT_OUT1           = 25,       /* Digital Active - cpuss.fault_out[1] */
745 
746     /* P6.4 */
747     P6_4_GPIO                       =  0,       /* GPIO controls 'out' */
748     P6_4_TCPWM0_LINE0               =  8,       /* Digital Active - tcpwm[0].line[0]:3 */
749     P6_4_TCPWM0_LINE260             =  9,       /* Digital Active - tcpwm[0].line[260]:1 */
750     P6_4_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:26 */
751     P6_4_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:26 */
752     P6_4_LCD_COM24                  = 12,       /* Digital Deep Sleep - lcd.com[24]:0 */
753     P6_4_LCD_SEG24                  = 13,       /* Digital Deep Sleep - lcd.seg[24]:0 */
754     P6_4_SCB6_I2C_SCL               = 14,       /* Digital Deep Sleep - scb[6].i2c_scl:0 */
755     P6_4_TCPWM0_TR_ONE_CNT_IN2      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:2 */
756     P6_4_PERI_TR_IO_INPUT12         = 24,       /* Digital Active - peri.tr_io_input[12]:0 */
757     P6_4_PERI_TR_IO_OUTPUT0         = 25,       /* Digital Active - peri.tr_io_output[0]:1 */
758     P6_4_CPUSS_SWJ_SWO_TDO          = 29,       /* Digital Deep Sleep - cpuss.swj_swo_tdo */
759     P6_4_SCB6_SPI_MOSI              = 30,       /* Digital Deep Sleep - scb[6].spi_mosi:0 */
760     P6_4_SRSS_DDFT_PIN_IN0          = 31,       /* Digital Deep Sleep - srss.ddft_pin_in[0]:0 */
761 
762     /* P6.5 */
763     P6_5_GPIO                       =  0,       /* GPIO controls 'out' */
764     P6_5_TCPWM0_LINE_COMPL0         =  8,       /* Digital Active - tcpwm[0].line_compl[0]:3 */
765     P6_5_TCPWM0_LINE_COMPL260       =  9,       /* Digital Active - tcpwm[0].line_compl[260]:1 */
766     P6_5_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:27 */
767     P6_5_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:27 */
768     P6_5_LCD_COM25                  = 12,       /* Digital Deep Sleep - lcd.com[25]:0 */
769     P6_5_LCD_SEG25                  = 13,       /* Digital Deep Sleep - lcd.seg[25]:0 */
770     P6_5_SCB6_I2C_SDA               = 14,       /* Digital Deep Sleep - scb[6].i2c_sda:0 */
771     P6_5_TCPWM0_TR_ONE_CNT_IN3      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:2 */
772     P6_5_PERI_TR_IO_INPUT13         = 24,       /* Digital Active - peri.tr_io_input[13]:0 */
773     P6_5_PERI_TR_IO_OUTPUT1         = 25,       /* Digital Active - peri.tr_io_output[1]:1 */
774     P6_5_CPUSS_SWJ_SWDOE_TDI        = 29,       /* Digital Deep Sleep - cpuss.swj_swdoe_tdi */
775     P6_5_SCB6_SPI_MISO              = 30,       /* Digital Deep Sleep - scb[6].spi_miso:0 */
776     P6_5_SRSS_DDFT_PIN_IN1          = 31,       /* Digital Deep Sleep - srss.ddft_pin_in[1]:0 */
777 
778     /* P6.6 */
779     P6_6_GPIO                       =  0,       /* GPIO controls 'out' */
780     P6_6_TCPWM0_LINE1               =  8,       /* Digital Active - tcpwm[0].line[1]:3 */
781     P6_6_TCPWM0_LINE261             =  9,       /* Digital Active - tcpwm[0].line[261]:1 */
782     P6_6_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:28 */
783     P6_6_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:28 */
784     P6_6_LCD_COM26                  = 12,       /* Digital Deep Sleep - lcd.com[26]:0 */
785     P6_6_LCD_SEG26                  = 13,       /* Digital Deep Sleep - lcd.seg[26]:0 */
786     P6_6_TCPWM0_TR_ONE_CNT_IN256    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:2 */
787     P6_6_CPUSS_SWJ_SWDIO_TMS        = 29,       /* Digital Deep Sleep - cpuss.swj_swdio_tms */
788     P6_6_SCB6_SPI_CLK               = 30,       /* Digital Deep Sleep - scb[6].spi_clk:0 */
789 
790     /* P6.7 */
791     P6_7_GPIO                       =  0,       /* GPIO controls 'out' */
792     P6_7_TCPWM0_LINE_COMPL1         =  8,       /* Digital Active - tcpwm[0].line_compl[1]:3 */
793     P6_7_TCPWM0_LINE_COMPL261       =  9,       /* Digital Active - tcpwm[0].line_compl[261]:1 */
794     P6_7_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:29 */
795     P6_7_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:29 */
796     P6_7_LCD_COM27                  = 12,       /* Digital Deep Sleep - lcd.com[27]:0 */
797     P6_7_LCD_SEG27                  = 13,       /* Digital Deep Sleep - lcd.seg[27]:0 */
798     P6_7_TCPWM0_TR_ONE_CNT_IN257    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:2 */
799     P6_7_CPUSS_SWJ_SWCLK_TCLK       = 29,       /* Digital Deep Sleep - cpuss.swj_swclk_tclk */
800     P6_7_SCB6_SPI_SELECT0           = 30,       /* Digital Deep Sleep - scb[6].spi_select0:0 */
801 
802     /* P7.0 */
803     P7_0_GPIO                       =  0,       /* GPIO controls 'out' */
804     P7_0_AMUXA                      =  4,       /* Analog mux bus A */
805     P7_0_AMUXB                      =  5,       /* Analog mux bus B */
806     P7_0_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
807     P7_0_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
808     P7_0_TCPWM0_LINE2               =  8,       /* Digital Active - tcpwm[0].line[2]:2 */
809     P7_0_TCPWM0_LINE262             =  9,       /* Digital Active - tcpwm[0].line[262]:1 */
810     P7_0_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:30 */
811     P7_0_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:30 */
812     P7_0_LCD_COM28                  = 12,       /* Digital Deep Sleep - lcd.com[28]:0 */
813     P7_0_LCD_SEG28                  = 13,       /* Digital Deep Sleep - lcd.seg[28]:0 */
814     P7_0_SCB4_UART_RX               = 18,       /* Digital Active - scb[4].uart_rx:0 */
815     P7_0_SCB4_I2C_SCL               = 19,       /* Digital Active - scb[4].i2c_scl:0 */
816     P7_0_SCB4_SPI_MOSI              = 20,       /* Digital Active - scb[4].spi_mosi:0 */
817     P7_0_TCPWM0_TR_ONE_CNT_IN258    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:2 */
818     P7_0_PERI_TR_IO_INPUT14         = 24,       /* Digital Active - peri.tr_io_input[14]:0 */
819     P7_0_CPUSS_TRACE_CLOCK          = 26,       /* Digital Active - cpuss.trace_clock */
820 
821     /* P7.1 */
822     P7_1_GPIO                       =  0,       /* GPIO controls 'out' */
823     P7_1_AMUXA                      =  4,       /* Analog mux bus A */
824     P7_1_AMUXB                      =  5,       /* Analog mux bus B */
825     P7_1_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
826     P7_1_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
827     P7_1_TCPWM0_LINE_COMPL2         =  8,       /* Digital Active - tcpwm[0].line_compl[2]:2 */
828     P7_1_TCPWM0_LINE_COMPL262       =  9,       /* Digital Active - tcpwm[0].line_compl[262]:1 */
829     P7_1_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:31 */
830     P7_1_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:31 */
831     P7_1_LCD_COM29                  = 12,       /* Digital Deep Sleep - lcd.com[29]:0 */
832     P7_1_LCD_SEG29                  = 13,       /* Digital Deep Sleep - lcd.seg[29]:0 */
833     P7_1_SCB4_UART_TX               = 18,       /* Digital Active - scb[4].uart_tx:0 */
834     P7_1_SCB4_I2C_SDA               = 19,       /* Digital Active - scb[4].i2c_sda:0 */
835     P7_1_SCB4_SPI_MISO              = 20,       /* Digital Active - scb[4].spi_miso:0 */
836     P7_1_TCPWM0_TR_ONE_CNT_IN259    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[259]:2 */
837     P7_1_PERI_TR_IO_INPUT15         = 24,       /* Digital Active - peri.tr_io_input[15]:0 */
838 
839     /* P7.2 */
840     P7_2_GPIO                       =  0,       /* GPIO controls 'out' */
841     P7_2_AMUXA                      =  4,       /* Analog mux bus A */
842     P7_2_AMUXB                      =  5,       /* Analog mux bus B */
843     P7_2_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
844     P7_2_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
845     P7_2_TCPWM0_LINE3               =  8,       /* Digital Active - tcpwm[0].line[3]:3 */
846     P7_2_TCPWM0_LINE263             =  9,       /* Digital Active - tcpwm[0].line[263]:1 */
847     P7_2_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:32 */
848     P7_2_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:32 */
849     P7_2_LCD_COM30                  = 12,       /* Digital Deep Sleep - lcd.com[30]:0 */
850     P7_2_LCD_SEG30                  = 13,       /* Digital Deep Sleep - lcd.seg[30]:0 */
851     P7_2_SCB4_UART_RTS              = 18,       /* Digital Active - scb[4].uart_rts:0 */
852     P7_2_SCB4_SPI_CLK               = 20,       /* Digital Active - scb[4].spi_clk:0 */
853     P7_2_TCPWM0_TR_ONE_CNT_IN260    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[260]:2 */
854 
855     /* P7.3 */
856     P7_3_GPIO                       =  0,       /* GPIO controls 'out' */
857     P7_3_AMUXA                      =  4,       /* Analog mux bus A */
858     P7_3_AMUXB                      =  5,       /* Analog mux bus B */
859     P7_3_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
860     P7_3_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
861     P7_3_TCPWM0_LINE_COMPL3         =  8,       /* Digital Active - tcpwm[0].line_compl[3]:3 */
862     P7_3_TCPWM0_LINE_COMPL263       =  9,       /* Digital Active - tcpwm[0].line_compl[263]:1 */
863     P7_3_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:33 */
864     P7_3_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:33 */
865     P7_3_LCD_COM31                  = 12,       /* Digital Deep Sleep - lcd.com[31]:0 */
866     P7_3_LCD_SEG31                  = 13,       /* Digital Deep Sleep - lcd.seg[31]:0 */
867     P7_3_SCB4_UART_CTS              = 18,       /* Digital Active - scb[4].uart_cts:0 */
868     P7_3_SCB4_SPI_SELECT0           = 20,       /* Digital Active - scb[4].spi_select0:0 */
869     P7_3_TCPWM0_TR_ONE_CNT_IN261    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:2 */
870 
871     /* P7.4 */
872     P7_4_GPIO                       =  0,       /* GPIO controls 'out' */
873     P7_4_AMUXA                      =  4,       /* Analog mux bus A */
874     P7_4_AMUXB                      =  5,       /* Analog mux bus B */
875     P7_4_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
876     P7_4_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
877     P7_4_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:34 */
878     P7_4_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:34 */
879     P7_4_LCD_COM32                  = 12,       /* Digital Deep Sleep - lcd.com[32]:0 */
880     P7_4_LCD_SEG32                  = 13,       /* Digital Deep Sleep - lcd.seg[32]:0 */
881     P7_4_SCB4_SPI_SELECT1           = 20,       /* Digital Active - scb[4].spi_select1:0 */
882     P7_4_TCPWM0_TR_ONE_CNT_IN262    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:2 */
883 
884     /* P7.5 */
885     P7_5_GPIO                       =  0,       /* GPIO controls 'out' */
886     P7_5_AMUXA                      =  4,       /* Analog mux bus A */
887     P7_5_AMUXB                      =  5,       /* Analog mux bus B */
888     P7_5_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
889     P7_5_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
890     P7_5_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:35 */
891     P7_5_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:35 */
892     P7_5_LCD_COM33                  = 12,       /* Digital Deep Sleep - lcd.com[33]:0 */
893     P7_5_LCD_SEG33                  = 13,       /* Digital Deep Sleep - lcd.seg[33]:0 */
894     P7_5_SCB4_SPI_SELECT2           = 20,       /* Digital Active - scb[4].spi_select2:0 */
895     P7_5_TCPWM0_TR_ONE_CNT_IN263    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:2 */
896 
897     /* P7.7 */
898     P7_7_GPIO                       =  0,       /* GPIO controls 'out' */
899     P7_7_AMUXA                      =  4,       /* Analog mux bus A */
900     P7_7_AMUXB                      =  5,       /* Analog mux bus B */
901     P7_7_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
902     P7_7_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
903     P7_7_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:36 */
904     P7_7_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:36 */
905     P7_7_LCD_COM35                  = 12,       /* Digital Deep Sleep - lcd.com[35]:0 */
906     P7_7_LCD_SEG35                  = 13,       /* Digital Deep Sleep - lcd.seg[35]:0 */
907     P7_7_CPUSS_CLK_FM_PUMP          = 21,       /* Digital Active - cpuss.clk_fm_pump */
908     P7_7_TCPWM0_TR_ONE_CNT_IN0      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:3 */
909 
910     /* P8.0 */
911     P8_0_GPIO                       =  0,       /* GPIO controls 'out' */
912     P8_0_AMUXA                      =  4,       /* Analog mux bus A */
913     P8_0_AMUXB                      =  5,       /* Analog mux bus B */
914     P8_0_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
915     P8_0_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
916     P8_0_TCPWM0_LINE2               =  8,       /* Digital Active - tcpwm[0].line[2]:3 */
917     P8_0_TCPWM0_LINE258             =  9,       /* Digital Active - tcpwm[0].line[258]:1 */
918     P8_0_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:37 */
919     P8_0_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:37 */
920     P8_0_LCD_COM36                  = 12,       /* Digital Deep Sleep - lcd.com[36]:0 */
921     P8_0_LCD_SEG36                  = 13,       /* Digital Deep Sleep - lcd.seg[36]:0 */
922     P8_0_SCB4_UART_RX               = 18,       /* Digital Active - scb[4].uart_rx:1 */
923     P8_0_SCB4_I2C_SCL               = 19,       /* Digital Active - scb[4].i2c_scl:1 */
924     P8_0_SCB4_SPI_MOSI              = 20,       /* Digital Active - scb[4].spi_mosi:1 */
925     P8_0_TCPWM0_TR_ONE_CNT_IN1      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:3 */
926     P8_0_PERI_TR_IO_INPUT16         = 24,       /* Digital Active - peri.tr_io_input[16]:0 */
927 
928     /* P8.1 */
929     P8_1_GPIO                       =  0,       /* GPIO controls 'out' */
930     P8_1_AMUXA                      =  4,       /* Analog mux bus A */
931     P8_1_AMUXB                      =  5,       /* Analog mux bus B */
932     P8_1_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
933     P8_1_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
934     P8_1_TCPWM0_LINE_COMPL2         =  8,       /* Digital Active - tcpwm[0].line_compl[2]:3 */
935     P8_1_TCPWM0_LINE_COMPL258       =  9,       /* Digital Active - tcpwm[0].line_compl[258]:1 */
936     P8_1_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:38 */
937     P8_1_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:38 */
938     P8_1_LCD_COM37                  = 12,       /* Digital Deep Sleep - lcd.com[37]:0 */
939     P8_1_LCD_SEG37                  = 13,       /* Digital Deep Sleep - lcd.seg[37]:0 */
940     P8_1_SCB4_UART_TX               = 18,       /* Digital Active - scb[4].uart_tx:1 */
941     P8_1_SCB4_I2C_SDA               = 19,       /* Digital Active - scb[4].i2c_sda:1 */
942     P8_1_SCB4_SPI_MISO              = 20,       /* Digital Active - scb[4].spi_miso:1 */
943     P8_1_TCPWM0_TR_ONE_CNT_IN2      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:3 */
944     P8_1_PERI_TR_IO_INPUT17         = 24,       /* Digital Active - peri.tr_io_input[17]:0 */
945 
946     /* P9.0 */
947     P9_0_GPIO                       =  0,       /* GPIO controls 'out' */
948     P9_0_AMUXA                      =  4,       /* Analog mux bus A */
949     P9_0_AMUXB                      =  5,       /* Analog mux bus B */
950     P9_0_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
951     P9_0_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
952     P9_0_TCPWM0_LINE0               =  8,       /* Digital Active - tcpwm[0].line[0]:4 */
953     P9_0_TCPWM0_LINE260             =  9,       /* Digital Active - tcpwm[0].line[260]:2 */
954     P9_0_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:39 */
955     P9_0_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:39 */
956     P9_0_LCD_COM40                  = 12,       /* Digital Deep Sleep - lcd.com[40]:0 */
957     P9_0_LCD_SEG40                  = 13,       /* Digital Deep Sleep - lcd.seg[40]:0 */
958     P9_0_SCB2_UART_RX               = 18,       /* Digital Active - scb[2].uart_rx:0 */
959     P9_0_SCB2_I2C_SCL               = 19,       /* Digital Active - scb[2].i2c_scl:0 */
960     P9_0_SCB2_SPI_MOSI              = 20,       /* Digital Active - scb[2].spi_mosi:0 */
961     P9_0_TCPWM0_TR_ONE_CNT_IN3      = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:3 */
962     P9_0_PERI_TR_IO_INPUT18         = 24,       /* Digital Active - peri.tr_io_input[18]:0 */
963     P9_0_CPUSS_TRACE_DATA3          = 27,       /* Digital Active - cpuss.trace_data[3]:1 */
964 
965     /* P9.1 */
966     P9_1_GPIO                       =  0,       /* GPIO controls 'out' */
967     P9_1_AMUXA                      =  4,       /* Analog mux bus A */
968     P9_1_AMUXB                      =  5,       /* Analog mux bus B */
969     P9_1_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
970     P9_1_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
971     P9_1_TCPWM0_LINE_COMPL0         =  8,       /* Digital Active - tcpwm[0].line_compl[0]:4 */
972     P9_1_TCPWM0_LINE_COMPL260       =  9,       /* Digital Active - tcpwm[0].line_compl[260]:2 */
973     P9_1_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:40 */
974     P9_1_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:40 */
975     P9_1_LCD_COM41                  = 12,       /* Digital Deep Sleep - lcd.com[41]:0 */
976     P9_1_LCD_SEG41                  = 13,       /* Digital Deep Sleep - lcd.seg[41]:0 */
977     P9_1_SCB2_UART_TX               = 18,       /* Digital Active - scb[2].uart_tx:0 */
978     P9_1_SCB2_I2C_SDA               = 19,       /* Digital Active - scb[2].i2c_sda:0 */
979     P9_1_SCB2_SPI_MISO              = 20,       /* Digital Active - scb[2].spi_miso:0 */
980     P9_1_TCPWM0_TR_ONE_CNT_IN256    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:3 */
981     P9_1_PERI_TR_IO_INPUT19         = 24,       /* Digital Active - peri.tr_io_input[19]:0 */
982     P9_1_CPUSS_TRACE_DATA2          = 27,       /* Digital Active - cpuss.trace_data[2]:1 */
983     P9_1_SRSS_DDFT_PIN_IN0          = 31,       /* Digital Deep Sleep - srss.ddft_pin_in[0]:1 */
984 
985     /* P9.2 */
986     P9_2_GPIO                       =  0,       /* GPIO controls 'out' */
987     P9_2_AMUXA                      =  4,       /* Analog mux bus A */
988     P9_2_AMUXB                      =  5,       /* Analog mux bus B */
989     P9_2_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
990     P9_2_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
991     P9_2_TCPWM0_LINE1               =  8,       /* Digital Active - tcpwm[0].line[1]:4 */
992     P9_2_TCPWM0_LINE261             =  9,       /* Digital Active - tcpwm[0].line[261]:2 */
993     P9_2_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:41 */
994     P9_2_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:41 */
995     P9_2_LCD_COM42                  = 12,       /* Digital Deep Sleep - lcd.com[42]:0 */
996     P9_2_LCD_SEG42                  = 13,       /* Digital Deep Sleep - lcd.seg[42]:0 */
997     P9_2_SCB2_UART_RTS              = 18,       /* Digital Active - scb[2].uart_rts:0 */
998     P9_2_SCB2_SPI_CLK               = 20,       /* Digital Active - scb[2].spi_clk:0 */
999     P9_2_PASS_DSI_CTB_CMP0          = 22,       /* Digital Active - pass.dsi_ctb_cmp0:1 */
1000     P9_2_TCPWM0_TR_ONE_CNT_IN257    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:3 */
1001     P9_2_CPUSS_TRACE_DATA1          = 27,       /* Digital Active - cpuss.trace_data[1]:1 */
1002 
1003     /* P9.3 */
1004     P9_3_GPIO                       =  0,       /* GPIO controls 'out' */
1005     P9_3_AMUXA                      =  4,       /* Analog mux bus A */
1006     P9_3_AMUXB                      =  5,       /* Analog mux bus B */
1007     P9_3_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
1008     P9_3_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
1009     P9_3_TCPWM0_LINE_COMPL1         =  8,       /* Digital Active - tcpwm[0].line_compl[1]:4 */
1010     P9_3_TCPWM0_LINE_COMPL261       =  9,       /* Digital Active - tcpwm[0].line_compl[261]:3 */
1011     P9_3_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:42 */
1012     P9_3_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:42 */
1013     P9_3_LCD_COM43                  = 12,       /* Digital Deep Sleep - lcd.com[43]:0 */
1014     P9_3_LCD_SEG43                  = 13,       /* Digital Deep Sleep - lcd.seg[43]:0 */
1015     P9_3_SCB2_UART_CTS              = 18,       /* Digital Active - scb[2].uart_cts:0 */
1016     P9_3_SCB2_SPI_SELECT0           = 20,       /* Digital Active - scb[2].spi_select0:0 */
1017     P9_3_PASS_DSI_CTB_CMP1          = 22,       /* Digital Active - pass.dsi_ctb_cmp1:1 */
1018     P9_3_TCPWM0_TR_ONE_CNT_IN258    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:3 */
1019     P9_3_CPUSS_TRACE_DATA0          = 27,       /* Digital Active - cpuss.trace_data[0]:1 */
1020     P9_3_SRSS_DDFT_PIN_IN1          = 31,       /* Digital Deep Sleep - srss.ddft_pin_in[1]:1 */
1021 
1022     /* P9.4 */
1023     P9_4_GPIO                       =  0,       /* GPIO controls 'out' */
1024     P9_4_AMUXA                      =  4,       /* Analog mux bus A */
1025     P9_4_AMUXB                      =  5,       /* Analog mux bus B */
1026     P9_4_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
1027     P9_4_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
1028     P9_4_TCPWM0_LINE256             =  9,       /* Digital Active - tcpwm[0].line[256]:3 */
1029     P9_4_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:43 */
1030     P9_4_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:43 */
1031     P9_4_SCB2_SPI_SELECT1           = 20,       /* Digital Active - scb[2].spi_select1:0 */
1032     P9_4_TCPWM0_TR_ONE_CNT_IN259    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[259]:3 */
1033 
1034     /* P9.5 */
1035     P9_5_GPIO                       =  0,       /* GPIO controls 'out' */
1036     P9_5_AMUXA                      =  4,       /* Analog mux bus A */
1037     P9_5_AMUXB                      =  5,       /* Analog mux bus B */
1038     P9_5_AMUXA_DSI                  =  6,       /* Analog mux bus A, DSI control */
1039     P9_5_AMUXB_DSI                  =  7,       /* Analog mux bus B, DSI control */
1040     P9_5_TCPWM0_LINE_COMPL256       =  9,       /* Digital Active - tcpwm[0].line_compl[256]:3 */
1041     P9_5_CSD_CSD_TX                 = 10,       /* Digital Active - csd.csd_tx:44 */
1042     P9_5_CSD_CSD_TX_N               = 11,       /* Digital Active - csd.csd_tx_n:44 */
1043     P9_5_SCB2_SPI_SELECT2           = 20,       /* Digital Active - scb[2].spi_select2:0 */
1044     P9_5_TCPWM0_TR_ONE_CNT_IN260    = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[260]:3 */
1045 
1046     /* P10.0 */
1047     P10_0_GPIO                      =  0,       /* GPIO controls 'out' */
1048     P10_0_AMUXA                     =  4,       /* Analog mux bus A */
1049     P10_0_AMUXB                     =  5,       /* Analog mux bus B */
1050     P10_0_AMUXA_DSI                 =  6,       /* Analog mux bus A, DSI control */
1051     P10_0_AMUXB_DSI                 =  7,       /* Analog mux bus B, DSI control */
1052     P10_0_TCPWM0_LINE2              =  8,       /* Digital Active - tcpwm[0].line[2]:4 */
1053     P10_0_TCPWM0_LINE262            =  9,       /* Digital Active - tcpwm[0].line[262]:2 */
1054     P10_0_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:45 */
1055     P10_0_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:45 */
1056     P10_0_LCD_COM44                 = 12,       /* Digital Deep Sleep - lcd.com[44]:0 */
1057     P10_0_LCD_SEG44                 = 13,       /* Digital Deep Sleep - lcd.seg[44]:0 */
1058     P10_0_SCB1_UART_RX              = 18,       /* Digital Active - scb[1].uart_rx:0 */
1059     P10_0_SCB1_I2C_SCL              = 19,       /* Digital Active - scb[1].i2c_scl:0 */
1060     P10_0_SCB1_SPI_MOSI             = 20,       /* Digital Active - scb[1].spi_mosi:0 */
1061     P10_0_TCPWM0_TR_ONE_CNT_IN261   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:3 */
1062     P10_0_PERI_TR_IO_INPUT20        = 24,       /* Digital Active - peri.tr_io_input[20]:0 */
1063     P10_0_CPUSS_TRACE_DATA3         = 27,       /* Digital Active - cpuss.trace_data[3]:0 */
1064 
1065     /* P10.1 */
1066     P10_1_GPIO                      =  0,       /* GPIO controls 'out' */
1067     P10_1_AMUXA                     =  4,       /* Analog mux bus A */
1068     P10_1_AMUXB                     =  5,       /* Analog mux bus B */
1069     P10_1_AMUXA_DSI                 =  6,       /* Analog mux bus A, DSI control */
1070     P10_1_AMUXB_DSI                 =  7,       /* Analog mux bus B, DSI control */
1071     P10_1_TCPWM0_LINE_COMPL2        =  8,       /* Digital Active - tcpwm[0].line_compl[2]:4 */
1072     P10_1_TCPWM0_LINE_COMPL262      =  9,       /* Digital Active - tcpwm[0].line_compl[262]:2 */
1073     P10_1_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:46 */
1074     P10_1_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:46 */
1075     P10_1_LCD_COM45                 = 12,       /* Digital Deep Sleep - lcd.com[45]:0 */
1076     P10_1_LCD_SEG45                 = 13,       /* Digital Deep Sleep - lcd.seg[45]:0 */
1077     P10_1_SCB1_UART_TX              = 18,       /* Digital Active - scb[1].uart_tx:0 */
1078     P10_1_SCB1_I2C_SDA              = 19,       /* Digital Active - scb[1].i2c_sda:0 */
1079     P10_1_SCB1_SPI_MISO             = 20,       /* Digital Active - scb[1].spi_miso:0 */
1080     P10_1_TCPWM0_TR_ONE_CNT_IN262   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:3 */
1081     P10_1_PERI_TR_IO_INPUT21        = 24,       /* Digital Active - peri.tr_io_input[21]:0 */
1082     P10_1_CPUSS_TRACE_DATA2         = 27,       /* Digital Active - cpuss.trace_data[2]:0 */
1083 
1084     /* P10.2 */
1085     P10_2_GPIO                      =  0,       /* GPIO controls 'out' */
1086     P10_2_AMUXA                     =  4,       /* Analog mux bus A */
1087     P10_2_AMUXB                     =  5,       /* Analog mux bus B */
1088     P10_2_AMUXA_DSI                 =  6,       /* Analog mux bus A, DSI control */
1089     P10_2_AMUXB_DSI                 =  7,       /* Analog mux bus B, DSI control */
1090     P10_2_TCPWM0_LINE3              =  8,       /* Digital Active - tcpwm[0].line[3]:4 */
1091     P10_2_TCPWM0_LINE263            =  9,       /* Digital Active - tcpwm[0].line[263]:2 */
1092     P10_2_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:47 */
1093     P10_2_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:47 */
1094     P10_2_LCD_COM46                 = 12,       /* Digital Deep Sleep - lcd.com[46]:0 */
1095     P10_2_LCD_SEG46                 = 13,       /* Digital Deep Sleep - lcd.seg[46]:0 */
1096     P10_2_SCB1_UART_RTS             = 18,       /* Digital Active - scb[1].uart_rts:0 */
1097     P10_2_SCB1_SPI_CLK              = 20,       /* Digital Active - scb[1].spi_clk:0 */
1098     P10_2_TCPWM0_TR_ONE_CNT_IN263   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:3 */
1099     P10_2_CPUSS_TRACE_DATA1         = 27,       /* Digital Active - cpuss.trace_data[1]:0 */
1100 
1101     /* P10.3 */
1102     P10_3_GPIO                      =  0,       /* GPIO controls 'out' */
1103     P10_3_AMUXA                     =  4,       /* Analog mux bus A */
1104     P10_3_AMUXB                     =  5,       /* Analog mux bus B */
1105     P10_3_AMUXA_DSI                 =  6,       /* Analog mux bus A, DSI control */
1106     P10_3_AMUXB_DSI                 =  7,       /* Analog mux bus B, DSI control */
1107     P10_3_TCPWM0_LINE_COMPL3        =  8,       /* Digital Active - tcpwm[0].line_compl[3]:4 */
1108     P10_3_TCPWM0_LINE_COMPL263      =  9,       /* Digital Active - tcpwm[0].line_compl[263]:2 */
1109     P10_3_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:48 */
1110     P10_3_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:48 */
1111     P10_3_LCD_COM47                 = 12,       /* Digital Deep Sleep - lcd.com[47]:0 */
1112     P10_3_LCD_SEG47                 = 13,       /* Digital Deep Sleep - lcd.seg[47]:0 */
1113     P10_3_SCB1_UART_CTS             = 18,       /* Digital Active - scb[1].uart_cts:0 */
1114     P10_3_SCB1_SPI_SELECT0          = 20,       /* Digital Active - scb[1].spi_select0:0 */
1115     P10_3_TCPWM0_TR_ONE_CNT_IN0     = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:4 */
1116     P10_3_CPUSS_TRACE_DATA0         = 27,       /* Digital Active - cpuss.trace_data[0]:0 */
1117 
1118     /* P10.4 */
1119     P10_4_GPIO                      =  0,       /* GPIO controls 'out' */
1120     P10_4_AMUXA                     =  4,       /* Analog mux bus A */
1121     P10_4_AMUXB                     =  5,       /* Analog mux bus B */
1122     P10_4_AMUXA_DSI                 =  6,       /* Analog mux bus A, DSI control */
1123     P10_4_AMUXB_DSI                 =  7,       /* Analog mux bus B, DSI control */
1124     P10_4_TCPWM0_LINE0              =  8,       /* Digital Active - tcpwm[0].line[0]:5 */
1125     P10_4_TCPWM0_LINE256            =  9,       /* Digital Active - tcpwm[0].line[256]:2 */
1126     P10_4_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:49 */
1127     P10_4_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:49 */
1128     P10_4_LCD_COM48                 = 12,       /* Digital Deep Sleep - lcd.com[48]:0 */
1129     P10_4_LCD_SEG48                 = 13,       /* Digital Deep Sleep - lcd.seg[48]:0 */
1130     P10_4_SCB1_SPI_SELECT1          = 20,       /* Digital Active - scb[1].spi_select1:0 */
1131     P10_4_TCPWM0_TR_ONE_CNT_IN1     = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:4 */
1132 
1133     /* P10.5 */
1134     P10_5_GPIO                      =  0,       /* GPIO controls 'out' */
1135     P10_5_AMUXA                     =  4,       /* Analog mux bus A */
1136     P10_5_AMUXB                     =  5,       /* Analog mux bus B */
1137     P10_5_AMUXA_DSI                 =  6,       /* Analog mux bus A, DSI control */
1138     P10_5_AMUXB_DSI                 =  7,       /* Analog mux bus B, DSI control */
1139     P10_5_TCPWM0_LINE_COMPL0        =  8,       /* Digital Active - tcpwm[0].line_compl[0]:5 */
1140     P10_5_TCPWM0_LINE_COMPL256      =  9,       /* Digital Active - tcpwm[0].line_compl[256]:2 */
1141     P10_5_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:50 */
1142     P10_5_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:50 */
1143     P10_5_LCD_COM49                 = 12,       /* Digital Deep Sleep - lcd.com[49]:0 */
1144     P10_5_LCD_SEG49                 = 13,       /* Digital Deep Sleep - lcd.seg[49]:0 */
1145     P10_5_SCB1_SPI_SELECT2          = 20,       /* Digital Active - scb[1].spi_select2:0 */
1146     P10_5_TCPWM0_TR_ONE_CNT_IN2     = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[2]:4 */
1147 
1148     /* P10.6 */
1149     P10_6_GPIO                      =  0,       /* GPIO controls 'out' */
1150     P10_6_AMUXA                     =  4,       /* Analog mux bus A */
1151     P10_6_AMUXB                     =  5,       /* Analog mux bus B */
1152     P10_6_AMUXA_DSI                 =  6,       /* Analog mux bus A, DSI control */
1153     P10_6_AMUXB_DSI                 =  7,       /* Analog mux bus B, DSI control */
1154     P10_6_TCPWM0_LINE1              =  8,       /* Digital Active - tcpwm[0].line[1]:5 */
1155     P10_6_TCPWM0_LINE257            =  9,       /* Digital Active - tcpwm[0].line[257]:2 */
1156     P10_6_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:51 */
1157     P10_6_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:51 */
1158     P10_6_LCD_COM50                 = 12,       /* Digital Deep Sleep - lcd.com[50]:0 */
1159     P10_6_LCD_SEG50                 = 13,       /* Digital Deep Sleep - lcd.seg[50]:0 */
1160     P10_6_SCB1_SPI_SELECT3          = 20,       /* Digital Active - scb[1].spi_select3:0 */
1161     P10_6_TCPWM0_TR_ONE_CNT_IN3     = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[3]:4 */
1162     P10_6_PERI_TR_IO_INPUT22        = 24,       /* Digital Active - peri.tr_io_input[22]:0 */
1163 
1164     /* P10.7 */
1165     P10_7_GPIO                      =  0,       /* GPIO controls 'out' */
1166     P10_7_AMUXA                     =  4,       /* Analog mux bus A */
1167     P10_7_AMUXB                     =  5,       /* Analog mux bus B */
1168     P10_7_AMUXA_DSI                 =  6,       /* Analog mux bus A, DSI control */
1169     P10_7_AMUXB_DSI                 =  7,       /* Analog mux bus B, DSI control */
1170     P10_7_TCPWM0_LINE_COMPL1        =  8,       /* Digital Active - tcpwm[0].line_compl[1]:5 */
1171     P10_7_TCPWM0_LINE_COMPL257      =  9,       /* Digital Active - tcpwm[0].line_compl[257]:2 */
1172     P10_7_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:52 */
1173     P10_7_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:52 */
1174     P10_7_LCD_COM51                 = 12,       /* Digital Deep Sleep - lcd.com[51]:0 */
1175     P10_7_LCD_SEG51                 = 13,       /* Digital Deep Sleep - lcd.seg[51]:0 */
1176     P10_7_SMIF_SPI_SELECT2          = 17,       /* Digital Active - smif.spi_select2 */
1177     P10_7_TCPWM0_TR_ONE_CNT_IN256   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[256]:4 */
1178     P10_7_PERI_TR_IO_INPUT23        = 24,       /* Digital Active - peri.tr_io_input[23]:0 */
1179 
1180     /* P11.1 */
1181     P11_1_GPIO                      =  0,       /* GPIO controls 'out' */
1182     P11_1_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:53 */
1183     P11_1_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:53 */
1184     P11_1_LCD_COM53                 = 12,       /* Digital Deep Sleep - lcd.com[53]:0 */
1185     P11_1_LCD_SEG53                 = 13,       /* Digital Deep Sleep - lcd.seg[53]:0 */
1186     P11_1_SMIF_SPI_SELECT1          = 17,       /* Digital Active - smif.spi_select1 */
1187     P11_1_TCPWM0_TR_ONE_CNT_IN257   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[257]:4 */
1188 
1189     /* P11.2 */
1190     P11_2_GPIO                      =  0,       /* GPIO controls 'out' */
1191     P11_2_TCPWM0_LINE3              =  8,       /* Digital Active - tcpwm[0].line[3]:5 */
1192     P11_2_TCPWM0_LINE259            =  9,       /* Digital Active - tcpwm[0].line[259]:2 */
1193     P11_2_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:54 */
1194     P11_2_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:54 */
1195     P11_2_LCD_COM54                 = 12,       /* Digital Deep Sleep - lcd.com[54]:0 */
1196     P11_2_LCD_SEG54                 = 13,       /* Digital Deep Sleep - lcd.seg[54]:0 */
1197     P11_2_SMIF_SPI_SELECT0          = 17,       /* Digital Active - smif.spi_select0 */
1198     P11_2_SCB5_UART_RTS             = 18,       /* Digital Active - scb[5].uart_rts:0 */
1199     P11_2_SCB5_SPI_CLK              = 20,       /* Digital Active - scb[5].spi_clk:0 */
1200     P11_2_TCPWM0_TR_ONE_CNT_IN258   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[258]:4 */
1201 
1202     /* P11.3 */
1203     P11_3_GPIO                      =  0,       /* GPIO controls 'out' */
1204     P11_3_TCPWM0_LINE_COMPL3        =  8,       /* Digital Active - tcpwm[0].line_compl[3]:5 */
1205     P11_3_TCPWM0_LINE_COMPL259      =  9,       /* Digital Active - tcpwm[0].line_compl[259]:2 */
1206     P11_3_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:55 */
1207     P11_3_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:55 */
1208     P11_3_LCD_COM55                 = 12,       /* Digital Deep Sleep - lcd.com[55]:0 */
1209     P11_3_LCD_SEG55                 = 13,       /* Digital Deep Sleep - lcd.seg[55]:0 */
1210     P11_3_SMIF_SPI_DATA3            = 17,       /* Digital Active - smif.spi_data3 */
1211     P11_3_SCB5_UART_CTS             = 18,       /* Digital Active - scb[5].uart_cts:0 */
1212     P11_3_SCB5_SPI_SELECT0          = 20,       /* Digital Active - scb[5].spi_select0:0 */
1213     P11_3_TCPWM0_TR_ONE_CNT_IN259   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[259]:4 */
1214     P11_3_PERI_TR_IO_OUTPUT0        = 25,       /* Digital Active - peri.tr_io_output[0]:0 */
1215 
1216     /* P11.4 */
1217     P11_4_GPIO                      =  0,       /* GPIO controls 'out' */
1218     P11_4_TCPWM0_LINE0              =  8,       /* Digital Active - tcpwm[0].line[0]:6 */
1219     P11_4_TCPWM0_LINE260            =  9,       /* Digital Active - tcpwm[0].line[260]:3 */
1220     P11_4_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:56 */
1221     P11_4_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:56 */
1222     P11_4_LCD_COM56                 = 12,       /* Digital Deep Sleep - lcd.com[56]:0 */
1223     P11_4_LCD_SEG56                 = 13,       /* Digital Deep Sleep - lcd.seg[56]:0 */
1224     P11_4_SMIF_SPI_DATA2            = 17,       /* Digital Active - smif.spi_data2 */
1225     P11_4_SCB5_SPI_SELECT1          = 20,       /* Digital Active - scb[5].spi_select1:0 */
1226     P11_4_TCPWM0_TR_ONE_CNT_IN260   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[260]:4 */
1227     P11_4_PERI_TR_IO_OUTPUT1        = 25,       /* Digital Active - peri.tr_io_output[1]:0 */
1228 
1229     /* P11.5 */
1230     P11_5_GPIO                      =  0,       /* GPIO controls 'out' */
1231     P11_5_TCPWM0_LINE_COMPL0        =  8,       /* Digital Active - tcpwm[0].line_compl[0]:6 */
1232     P11_5_TCPWM0_LINE_COMPL260      =  9,       /* Digital Active - tcpwm[0].line_compl[260]:3 */
1233     P11_5_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:57 */
1234     P11_5_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:57 */
1235     P11_5_LCD_COM57                 = 12,       /* Digital Deep Sleep - lcd.com[57]:0 */
1236     P11_5_LCD_SEG57                 = 13,       /* Digital Deep Sleep - lcd.seg[57]:0 */
1237     P11_5_SMIF_SPI_DATA1            = 17,       /* Digital Active - smif.spi_data1 */
1238     P11_5_SCB5_SPI_SELECT2          = 20,       /* Digital Active - scb[5].spi_select2:0 */
1239     P11_5_TCPWM0_TR_ONE_CNT_IN261   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[261]:4 */
1240 
1241     /* P11.6 */
1242     P11_6_GPIO                      =  0,       /* GPIO controls 'out' */
1243     P11_6_TCPWM0_LINE1              =  8,       /* Digital Active - tcpwm[0].line[1]:6 */
1244     P11_6_TCPWM0_LINE261            =  9,       /* Digital Active - tcpwm[0].line[261]:3 */
1245     P11_6_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:58 */
1246     P11_6_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:58 */
1247     P11_6_LCD_COM58                 = 12,       /* Digital Deep Sleep - lcd.com[58]:0 */
1248     P11_6_LCD_SEG58                 = 13,       /* Digital Deep Sleep - lcd.seg[58]:0 */
1249     P11_6_SMIF_SPI_DATA0            = 17,       /* Digital Active - smif.spi_data0 */
1250     P11_6_SCB5_SPI_SELECT3          = 20,       /* Digital Active - scb[5].spi_select3:0 */
1251     P11_6_TCPWM0_TR_ONE_CNT_IN262   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[262]:4 */
1252 
1253     /* P11.7 */
1254     P11_7_GPIO                      =  0,       /* GPIO controls 'out' */
1255     P11_7_TCPWM0_LINE_COMPL1        =  8,       /* Digital Active - tcpwm[0].line_compl[1]:6 */
1256     P11_7_TCPWM0_LINE_COMPL261      =  9,       /* Digital Active - tcpwm[0].line_compl[261]:2 */
1257     P11_7_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:59 */
1258     P11_7_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:59 */
1259     P11_7_LCD_COM59                 = 12,       /* Digital Deep Sleep - lcd.com[59]:0 */
1260     P11_7_LCD_SEG59                 = 13,       /* Digital Deep Sleep - lcd.seg[59]:0 */
1261     P11_7_SMIF_SPI_CLK              = 17,       /* Digital Active - smif.spi_clk */
1262     P11_7_TCPWM0_TR_ONE_CNT_IN263   = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[263]:4 */
1263 
1264     /* P12.6 */
1265     P12_6_GPIO                      =  0,       /* GPIO controls 'out' */
1266     P12_6_TCPWM0_LINE3              =  8,       /* Digital Active - tcpwm[0].line[3]:6 */
1267     P12_6_TCPWM0_LINE263            =  9,       /* Digital Active - tcpwm[0].line[263]:3 */
1268     P12_6_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:60 */
1269     P12_6_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:60 */
1270     P12_6_LCD_COM2                  = 12,       /* Digital Deep Sleep - lcd.com[2]:1 */
1271     P12_6_LCD_SEG2                  = 13,       /* Digital Deep Sleep - lcd.seg[2]:1 */
1272     P12_6_TCPWM0_TR_ONE_CNT_IN0     = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[0]:5 */
1273 
1274     /* P12.7 */
1275     P12_7_GPIO                      =  0,       /* GPIO controls 'out' */
1276     P12_7_TCPWM0_LINE_COMPL3        =  8,       /* Digital Active - tcpwm[0].line_compl[3]:6 */
1277     P12_7_TCPWM0_LINE_COMPL263      =  9,       /* Digital Active - tcpwm[0].line_compl[263]:3 */
1278     P12_7_CSD_CSD_TX                = 10,       /* Digital Active - csd.csd_tx:61 */
1279     P12_7_CSD_CSD_TX_N              = 11,       /* Digital Active - csd.csd_tx_n:61 */
1280     P12_7_LCD_COM3                  = 12,       /* Digital Deep Sleep - lcd.com[3]:1 */
1281     P12_7_LCD_SEG3                  = 13,       /* Digital Deep Sleep - lcd.seg[3]:1 */
1282     P12_7_TCPWM0_TR_ONE_CNT_IN1     = 23,       /* Digital Active - tcpwm[0].tr_one_cnt_in[1]:5 */
1283 
1284     /* USBDP */
1285     USBDP_GPIO                      =  0,       /* GPIO controls 'out' */
1286 
1287     /* USBDM */
1288     USBDM_GPIO                      =  0        /* GPIO controls 'out' */
1289 } en_hsiom_sel_t;
1290 
1291 #endif /* _GPIO_PSOC6_04_80_M_CSP_H_ */
1292 
1293 
1294 /* [] END OF FILE */
1295