Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ambiq-apollo4-pinctrl.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Antmicro <www.antmicro.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_AMBIQ_APOLLO4_PINCTRL_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_AMBIQ_APOLLO4_PINCTRL_H_
15
20
50
52
53#define APOLLO4_ALT_FUNC_POS 0
54#define APOLLO4_ALT_FUNC_MASK 0xf
55
56#define APOLLO4_PIN_NUM_POS 4
57#define APOLLO4_PIN_NUM_MASK 0x7f
58
59#define APOLLO4_PINMUX(pin_num, alt_func) (pin_num << APOLLO4_PIN_NUM_POS | \
60 alt_func << APOLLO4_ALT_FUNC_POS)
61
62#define SWTRACECLK_P0 APOLLO4_PINMUX(0, 0)
63#define SLSCL_P0 APOLLO4_PINMUX(0, 1)
64#define SLSCK_P0 APOLLO4_PINMUX(0, 2)
65#define GPIO_P0 APOLLO4_PINMUX(0, 3)
66#define UART0TX_P0 APOLLO4_PINMUX(0, 4)
67#define UART1TX_P0 APOLLO4_PINMUX(0, 5)
68#define CT0_P0 APOLLO4_PINMUX(0, 6)
69#define NCE0_P0 APOLLO4_PINMUX(0, 7)
70#define OBSBUS0_P0 APOLLO4_PINMUX(0, 8)
71#define VCMPO_P0 APOLLO4_PINMUX(0, 9)
72#define FPIO_P0 APOLLO4_PINMUX(0, 11)
73#define SWTRACE0_P1 APOLLO4_PINMUX(1, 0)
74#define SLSDAWIR3_P1 APOLLO4_PINMUX(1, 1)
75#define SLMOSI_P1 APOLLO4_PINMUX(1, 2)
76#define GPIO_P1 APOLLO4_PINMUX(1, 3)
77#define UART2TX_P1 APOLLO4_PINMUX(1, 4)
78#define UART3TX_P1 APOLLO4_PINMUX(1, 5)
79#define CT1_P1 APOLLO4_PINMUX(1, 6)
80#define NCE1_P1 APOLLO4_PINMUX(1, 7)
81#define OBSBUS1_P1 APOLLO4_PINMUX(1, 8)
82#define VCMPO_P1 APOLLO4_PINMUX(1, 9)
83#define FPIO_P1 APOLLO4_PINMUX(1, 11)
84#define SCANIN4_P1 APOLLO4_PINMUX(1, 15)
85#define SWTRACE1_P2 APOLLO4_PINMUX(2, 0)
86#define SLMISO_P2 APOLLO4_PINMUX(2, 1)
87#define TRIG1_P2 APOLLO4_PINMUX(2, 2)
88#define GPIO_P2 APOLLO4_PINMUX(2, 3)
89#define UART0RX_P2 APOLLO4_PINMUX(2, 4)
90#define UART1RX_P2 APOLLO4_PINMUX(2, 5)
91#define CT2_P2 APOLLO4_PINMUX(2, 6)
92#define NCE2_P2 APOLLO4_PINMUX(2, 7)
93#define OBSBUS2_P2 APOLLO4_PINMUX(2, 8)
94#define VCMPO_P2 APOLLO4_PINMUX(2, 9)
95#define FPIO_P2 APOLLO4_PINMUX(2, 11)
96#define SCANRSTN_P2 APOLLO4_PINMUX(2, 15)
97#define SWTRACE2_P3 APOLLO4_PINMUX(3, 0)
98#define SLNCE_P3 APOLLO4_PINMUX(3, 1)
99#define SWO_P3 APOLLO4_PINMUX(3, 2)
100#define GPIO_P3 APOLLO4_PINMUX(3, 3)
101#define UART2RX_P3 APOLLO4_PINMUX(3, 4)
102#define UART3RX_P3 APOLLO4_PINMUX(3, 5)
103#define CT3_P3 APOLLO4_PINMUX(3, 6)
104#define NCE3_P3 APOLLO4_PINMUX(3, 7)
105#define OBSBUS3_P3 APOLLO4_PINMUX(3, 8)
106#define FPIO_P3 APOLLO4_PINMUX(3, 11)
107#define SCANIN5_P3 APOLLO4_PINMUX(3, 15)
108#define SWTRACE3_P4 APOLLO4_PINMUX(4, 0)
109#define SLINT_P4 APOLLO4_PINMUX(4, 1)
110#define XT32KHZ_P4 APOLLO4_PINMUX(4, 2)
111#define GPIO_P4 APOLLO4_PINMUX(4, 3)
112#define UART0RTS_P4 APOLLO4_PINMUX(4, 4)
113#define UART1RTS_P4 APOLLO4_PINMUX(4, 5)
114#define CT4_P4 APOLLO4_PINMUX(4, 6)
115#define NCE4_P4 APOLLO4_PINMUX(4, 7)
116#define OBSBUS4_P4 APOLLO4_PINMUX(4, 8)
117#define I2S0_SDIN_P4 APOLLO4_PINMUX(4, 9)
118#define I2S1_SDIN_P4 APOLLO4_PINMUX(4, 10)
119#define FPIO_P4 APOLLO4_PINMUX(4, 11)
120#define FLB_TDO_P4 APOLLO4_PINMUX(4, 12)
121#define FLLOAD_DIR_P4 APOLLO4_PINMUX(4, 13)
122#define MDA_TDO_P4 APOLLO4_PINMUX(4, 14)
123#define OPCG_TRIG_P4 APOLLO4_PINMUX(4, 15)
124#define M0SCL_P5 APOLLO4_PINMUX(5, 0)
125#define M0SCK_P5 APOLLO4_PINMUX(5, 1)
126#define I2S0_CLK_P5 APOLLO4_PINMUX(5, 2)
127#define GPIO_P5 APOLLO4_PINMUX(5, 3)
128#define UART2RTS_P5 APOLLO4_PINMUX(5, 4)
129#define UART3RTS_P5 APOLLO4_PINMUX(5, 5)
130#define CT5_P5 APOLLO4_PINMUX(5, 6)
131#define NCE5_P5 APOLLO4_PINMUX(5, 7)
132#define OBSBUS5_P5 APOLLO4_PINMUX(5, 8)
133#define I2S1_CLK_P5 APOLLO4_PINMUX(5, 10)
134#define FPIO_P5 APOLLO4_PINMUX(5, 11)
135#define FLB_TDI_P5 APOLLO4_PINMUX(5, 12)
136#define FLLOAD_DATA_P5 APOLLO4_PINMUX(5, 13)
137#define MDA_SRST_P5 APOLLO4_PINMUX(5, 14)
138#define DFT_ISO_P5 APOLLO4_PINMUX(5, 15)
139#define M0SDAWIR3_P6 APOLLO4_PINMUX(6, 0)
140#define M0MOSI_P6 APOLLO4_PINMUX(6, 1)
141#define I2S0_DATA_P6 APOLLO4_PINMUX(6, 2)
142#define GPIO_P6 APOLLO4_PINMUX(6, 3)
143#define UART0CTS_P6 APOLLO4_PINMUX(6, 4)
144#define UART1CTS_P6 APOLLO4_PINMUX(6, 5)
145#define CT6_P6 APOLLO4_PINMUX(6, 6)
146#define NCE6_P6 APOLLO4_PINMUX(6, 7)
147#define OBSBUS6_P6 APOLLO4_PINMUX(6, 8)
148#define I2S0_SDOUT_P6 APOLLO4_PINMUX(6, 9)
149#define I2S1_SDOUT_P6 APOLLO4_PINMUX(6, 10)
150#define FPIO_P6 APOLLO4_PINMUX(6, 11)
151#define SCANIN6_P6 APOLLO4_PINMUX(6, 15)
152#define M0MISO_P7 APOLLO4_PINMUX(7, 0)
153#define TRIG0_P7 APOLLO4_PINMUX(7, 1)
154#define I2S0_WS_P7 APOLLO4_PINMUX(7, 2)
155#define GPIO_P7 APOLLO4_PINMUX(7, 3)
156#define UART2CTS_P7 APOLLO4_PINMUX(7, 4)
157#define UART3CTS_P7 APOLLO4_PINMUX(7, 5)
158#define CT7_P7 APOLLO4_PINMUX(7, 6)
159#define NCE7_P7 APOLLO4_PINMUX(7, 7)
160#define OBSBUS7_P7 APOLLO4_PINMUX(7, 8)
161#define I2S1_WS_P7 APOLLO4_PINMUX(7, 10)
162#define FPIO_P7 APOLLO4_PINMUX(7, 11)
163#define SCANIN7_P7 APOLLO4_PINMUX(7, 15)
164#define CMPRF1_P8 APOLLO4_PINMUX(8, 0)
165#define TRIG1_P8 APOLLO4_PINMUX(8, 1)
166#define GPIO_P8 APOLLO4_PINMUX(8, 3)
167#define M1SCL_P8 APOLLO4_PINMUX(8, 4)
168#define M1SCK_P8 APOLLO4_PINMUX(8, 5)
169#define CT8_P8 APOLLO4_PINMUX(8, 6)
170#define NCE8_P8 APOLLO4_PINMUX(8, 7)
171#define OBSBUS8_P8 APOLLO4_PINMUX(8, 8)
172#define FPIO_P8 APOLLO4_PINMUX(8, 11)
173#define SCANOUT4_P8 APOLLO4_PINMUX(8, 15)
174#define CMPRF0_P9 APOLLO4_PINMUX(9, 0)
175#define TRIG2_P9 APOLLO4_PINMUX(9, 1)
176#define GPIO_P9 APOLLO4_PINMUX(9, 3)
177#define M1SDAWIR3_P9 APOLLO4_PINMUX(9, 4)
178#define M1MOSI_P9 APOLLO4_PINMUX(9, 5)
179#define CT9_P9 APOLLO4_PINMUX(9, 6)
180#define NCE9_P9 APOLLO4_PINMUX(9, 7)
181#define OBSBUS9_P9 APOLLO4_PINMUX(9, 8)
182#define FPIO_P9 APOLLO4_PINMUX(9, 11)
183#define SCANOUT5_P9 APOLLO4_PINMUX(9, 15)
184#define CMPIN0_P10 APOLLO4_PINMUX(10, 0)
185#define TRIG3_P10 APOLLO4_PINMUX(10, 1)
186#define GPIO_P10 APOLLO4_PINMUX(10, 3)
187#define M1MISO_P10 APOLLO4_PINMUX(10, 4)
188#define CT10_P10 APOLLO4_PINMUX(10, 6)
189#define NCE10_P10 APOLLO4_PINMUX(10, 7)
190#define OBSBUS10_P10 APOLLO4_PINMUX(10, 8)
191#define DISP_TE_P10 APOLLO4_PINMUX(10, 9)
192#define FPIO_P10 APOLLO4_PINMUX(10, 11)
193#define OPCG_LOAD_P10 APOLLO4_PINMUX(10, 15)
194#define CMPIN1_P11 APOLLO4_PINMUX(11, 0)
195#define TRIG0_P11 APOLLO4_PINMUX(11, 1)
196#define I2S0_CLK_P11 APOLLO4_PINMUX(11, 2)
197#define GPIO_P11 APOLLO4_PINMUX(11, 3)
198#define UART2RX_P11 APOLLO4_PINMUX(11, 4)
199#define UART3RX_P11 APOLLO4_PINMUX(11, 5)
200#define CT11_P11 APOLLO4_PINMUX(11, 6)
201#define NCE11_P11 APOLLO4_PINMUX(11, 7)
202#define OBSBUS11_P11 APOLLO4_PINMUX(11, 8)
203#define FPIO_P11 APOLLO4_PINMUX(11, 11)
204#define FLB_TCLK_P11 APOLLO4_PINMUX(11, 12)
205#define FLLOAD_ADDR_P11 APOLLO4_PINMUX(11, 13)
206#define MDA_TCK_P11 APOLLO4_PINMUX(11, 14)
207#define SCANIN0_P11 APOLLO4_PINMUX(11, 15)
208#define ADCSE7_P12 APOLLO4_PINMUX(12, 0)
209#define TRIG1_P12 APOLLO4_PINMUX(12, 1)
210#define I2S0_DATA_P12 APOLLO4_PINMUX(12, 2)
211#define GPIO_P12 APOLLO4_PINMUX(12, 3)
212#define UART0TX_P12 APOLLO4_PINMUX(12, 4)
213#define UART1TX_P12 APOLLO4_PINMUX(12, 5)
214#define CT12_P12 APOLLO4_PINMUX(12, 6)
215#define NCE12_P12 APOLLO4_PINMUX(12, 7)
216#define OBSBUS12_P12 APOLLO4_PINMUX(12, 8)
217#define CMPRF2_P12 APOLLO4_PINMUX(12, 9)
218#define I2S0_SDOUT_P12 APOLLO4_PINMUX(12, 10)
219#define FPIO_P12 APOLLO4_PINMUX(12, 11)
220#define SCANOUT3_P12 APOLLO4_PINMUX(12, 15)
221#define ADCSE6_P13 APOLLO4_PINMUX(13, 0)
222#define TRIG2_P13 APOLLO4_PINMUX(13, 1)
223#define I2S0_WS_P13 APOLLO4_PINMUX(13, 2)
224#define GPIO_P13 APOLLO4_PINMUX(13, 3)
225#define UART2TX_P13 APOLLO4_PINMUX(13, 4)
226#define UART3TX_P13 APOLLO4_PINMUX(13, 5)
227#define CT13_P13 APOLLO4_PINMUX(13, 6)
228#define NCE13_P13 APOLLO4_PINMUX(13, 7)
229#define OBSBUS13_P13 APOLLO4_PINMUX(13, 8)
230#define FPIO_P13 APOLLO4_PINMUX(13, 11)
231#define FLB_FCLK_P13 APOLLO4_PINMUX(13, 12)
232#define FLLOAD_DATA_P13 APOLLO4_PINMUX(13, 13)
233#define MDA_TDI_P13 APOLLO4_PINMUX(13, 14)
234#define SCANOUT0_P13 APOLLO4_PINMUX(13, 15)
235#define ADCSE5_P14 APOLLO4_PINMUX(14, 0)
236#define TRIG3_P14 APOLLO4_PINMUX(14, 1)
237#define GPIO_P14 APOLLO4_PINMUX(14, 3)
238#define MILLI_CLK_P14 APOLLO4_PINMUX(14, 4)
239#define UART1RX_P14 APOLLO4_PINMUX(14, 5)
240#define CT14_P14 APOLLO4_PINMUX(14, 6)
241#define NCE14_P14 APOLLO4_PINMUX(14, 7)
242#define OBSBUS14_P14 APOLLO4_PINMUX(14, 8)
243#define I2S0_SDIN_P14 APOLLO4_PINMUX(14, 10)
244#define FPIO_P14 APOLLO4_PINMUX(14, 11)
245#define FLLOAD_ADDR_P14 APOLLO4_PINMUX(14, 13)
246#define MDA_TRSTN_P14 APOLLO4_PINMUX(14, 14)
247#define SCANOUT2_P14 APOLLO4_PINMUX(14, 15)
248#define ADCSE4_P15 APOLLO4_PINMUX(15, 0)
249#define TRIG0_P15 APOLLO4_PINMUX(15, 1)
250#define GPIO_P15 APOLLO4_PINMUX(15, 3)
251#define MILLI_REC_DAT_P15 APOLLO4_PINMUX(15, 4)
252#define UART3RX_P15 APOLLO4_PINMUX(15, 5)
253#define CT15_P15 APOLLO4_PINMUX(15, 6)
254#define NCE15_P15 APOLLO4_PINMUX(15, 7)
255#define OBSBUS15_P15 APOLLO4_PINMUX(15, 8)
256#define REFCLK_EXT_P15 APOLLO4_PINMUX(15, 10)
257#define FPIO_P15 APOLLO4_PINMUX(15, 11)
258#define FLLOAD_DATA_P15 APOLLO4_PINMUX(15, 13)
259#define SCANOUT1_P15 APOLLO4_PINMUX(15, 15)
260#define ADCSE3_P16 APOLLO4_PINMUX(16, 0)
261#define TRIG1_P16 APOLLO4_PINMUX(16, 1)
262#define I2S1_CLK_P16 APOLLO4_PINMUX(16, 2)
263#define GPIO_P16 APOLLO4_PINMUX(16, 3)
264#define MILLI_PBDATA1_P16 APOLLO4_PINMUX(16, 4)
265#define UART1RTS_P16 APOLLO4_PINMUX(16, 5)
266#define CT16_P16 APOLLO4_PINMUX(16, 6)
267#define NCE16_P16 APOLLO4_PINMUX(16, 7)
268#define OBSBUS0_P16 APOLLO4_PINMUX(16, 8)
269#define FPIO_P16 APOLLO4_PINMUX(16, 11)
270#define DFT_RET_P16 APOLLO4_PINMUX(16, 15)
271#define ADCSE2_P17 APOLLO4_PINMUX(17, 0)
272#define TRIG2_P17 APOLLO4_PINMUX(17, 1)
273#define I2S1_DATA_P17 APOLLO4_PINMUX(17, 2)
274#define GPIO_P17 APOLLO4_PINMUX(17, 3)
275#define MILLI_PBDATA2_P17 APOLLO4_PINMUX(17, 4)
276#define UART3RTS_P17 APOLLO4_PINMUX(17, 5)
277#define CT17_P17 APOLLO4_PINMUX(17, 6)
278#define NCE17_P17 APOLLO4_PINMUX(17, 7)
279#define OBSBUS1_P17 APOLLO4_PINMUX(17, 8)
280#define I2S1_SDOUT_P17 APOLLO4_PINMUX(17, 9)
281#define FPIO_P17 APOLLO4_PINMUX(17, 11)
282#define FLLOAD_STRB_P17 APOLLO4_PINMUX(17, 13)
283#define MDA_TMS_P17 APOLLO4_PINMUX(17, 14)
284#define OPCG_CLK_P17 APOLLO4_PINMUX(17, 15)
285#define ADCSE1_P18 APOLLO4_PINMUX(18, 0)
286#define ANATEST2_P18 APOLLO4_PINMUX(18, 1)
287#define I2S1_WS_P18 APOLLO4_PINMUX(18, 2)
288#define GPIO_P18 APOLLO4_PINMUX(18, 3)
289#define UART0CTS_P18 APOLLO4_PINMUX(18, 4)
290#define UART1CTS_P18 APOLLO4_PINMUX(18, 5)
291#define CT18_P18 APOLLO4_PINMUX(18, 6)
292#define NCE18_P18 APOLLO4_PINMUX(18, 7)
293#define OBSBUS2_P18 APOLLO4_PINMUX(18, 8)
294#define FPIO_P18 APOLLO4_PINMUX(18, 11)
295#define FLB_TMS_P18 APOLLO4_PINMUX(18, 12)
296#define FLLOAD_DATA_P18 APOLLO4_PINMUX(18, 13)
297#define MDA_HFRC_EXT_P18 APOLLO4_PINMUX(18, 14)
298#define SCANIN1_P18 APOLLO4_PINMUX(18, 15)
299#define ADCSE0_P19 APOLLO4_PINMUX(19, 0)
300#define ANATEST1_P19 APOLLO4_PINMUX(19, 1)
301#define GPIO_P19 APOLLO4_PINMUX(19, 3)
302#define UART2CTS_P19 APOLLO4_PINMUX(19, 4)
303#define UART3CTS_P19 APOLLO4_PINMUX(19, 5)
304#define CT19_P19 APOLLO4_PINMUX(19, 6)
305#define NCE19_P19 APOLLO4_PINMUX(19, 7)
306#define OBSBUS3_P19 APOLLO4_PINMUX(19, 8)
307#define I2S1_SDIN_P19 APOLLO4_PINMUX(19, 9)
308#define FPIO_P19 APOLLO4_PINMUX(19, 11)
309#define FLB_TRSTN_P19 APOLLO4_PINMUX(19, 12)
310#define FLLOAD_ADDR_P19 APOLLO4_PINMUX(19, 13)
311#define SCANIN2_P19 APOLLO4_PINMUX(19, 15)
312#define SWDCK_P20 APOLLO4_PINMUX(20, 0)
313#define TRIG1_P20 APOLLO4_PINMUX(20, 1)
314#define GPIO_P20 APOLLO4_PINMUX(20, 3)
315#define UART0TX_P20 APOLLO4_PINMUX(20, 4)
316#define UART1TX_P20 APOLLO4_PINMUX(20, 5)
317#define CT20_P20 APOLLO4_PINMUX(20, 6)
318#define NCE20_P20 APOLLO4_PINMUX(20, 7)
319#define OBSBUS4_P20 APOLLO4_PINMUX(20, 8)
320#define FPIO_P20 APOLLO4_PINMUX(20, 11)
321#define SCANCLK_P20 APOLLO4_PINMUX(20, 15)
322#define SWDIO_P21 APOLLO4_PINMUX(21, 0)
323#define TRIG2_P21 APOLLO4_PINMUX(21, 1)
324#define GPIO_P21 APOLLO4_PINMUX(21, 3)
325#define UART2TX_P21 APOLLO4_PINMUX(21, 4)
326#define UART3TX_P21 APOLLO4_PINMUX(21, 5)
327#define CT21_P21 APOLLO4_PINMUX(21, 6)
328#define NCE21_P21 APOLLO4_PINMUX(21, 7)
329#define OBSBUS5_P21 APOLLO4_PINMUX(21, 8)
330#define FPIO_P21 APOLLO4_PINMUX(21, 11)
331#define SCANSHFT_P21 APOLLO4_PINMUX(21, 15)
332#define M7SCL_P22 APOLLO4_PINMUX(22, 0)
333#define M7SCK_P22 APOLLO4_PINMUX(22, 1)
334#define SWO_P22 APOLLO4_PINMUX(22, 2)
335#define GPIO_P22 APOLLO4_PINMUX(22, 3)
336#define UART0RX_P22 APOLLO4_PINMUX(22, 4)
337#define UART1RX_P22 APOLLO4_PINMUX(22, 5)
338#define CT22_P22 APOLLO4_PINMUX(22, 6)
339#define NCE22_P22 APOLLO4_PINMUX(22, 7)
340#define OBSBUS6_P22 APOLLO4_PINMUX(22, 8)
341#define VCMPO_P22 APOLLO4_PINMUX(22, 9)
342#define I3CM1_SCL_P22 APOLLO4_PINMUX(22, 10)
343#define FPIO_P22 APOLLO4_PINMUX(22, 11)
344#define SCANIN3_P22 APOLLO4_PINMUX(22, 15)
345#define M7SDAWIR3_P23 APOLLO4_PINMUX(23, 0)
346#define M7MOSI_P23 APOLLO4_PINMUX(23, 1)
347#define SWO_P23 APOLLO4_PINMUX(23, 2)
348#define GPIO_P23 APOLLO4_PINMUX(23, 3)
349#define UART2RX_P23 APOLLO4_PINMUX(23, 4)
350#define UART3RX_P23 APOLLO4_PINMUX(23, 5)
351#define CT23_P23 APOLLO4_PINMUX(23, 6)
352#define NCE23_P23 APOLLO4_PINMUX(23, 7)
353#define OBSBUS7_P23 APOLLO4_PINMUX(23, 8)
354#define VCMPO_P23 APOLLO4_PINMUX(23, 9)
355#define I3CM1_SDA_P23 APOLLO4_PINMUX(23, 10)
356#define FPIO_P23 APOLLO4_PINMUX(23, 11)
357#define SCANOUT6_P23 APOLLO4_PINMUX(23, 15)
358#define M7MISO_P24 APOLLO4_PINMUX(24, 0)
359#define TRIG3_P24 APOLLO4_PINMUX(24, 1)
360#define SWO_P24 APOLLO4_PINMUX(24, 2)
361#define GPIO_P24 APOLLO4_PINMUX(24, 3)
362#define UART0RTS_P24 APOLLO4_PINMUX(24, 4)
363#define UART1RTS_P24 APOLLO4_PINMUX(24, 5)
364#define CT24_P24 APOLLO4_PINMUX(24, 6)
365#define NCE24_P24 APOLLO4_PINMUX(24, 7)
366#define OBSBUS8_P24 APOLLO4_PINMUX(24, 8)
367#define FPIO_P24 APOLLO4_PINMUX(24, 11)
368#define SCANOUT7_P24 APOLLO4_PINMUX(24, 15)
369#define M2SCL_P25 APOLLO4_PINMUX(25, 0)
370#define M2SCK_P25 APOLLO4_PINMUX(25, 1)
371#define GPIO_P25 APOLLO4_PINMUX(25, 3)
372#define LFRC_EXT_P25 APOLLO4_PINMUX(25, 4)
373#define DSP_TMS_P25 APOLLO4_PINMUX(25, 5)
374#define CT25_P25 APOLLO4_PINMUX(25, 6)
375#define NCE25_P25 APOLLO4_PINMUX(25, 7)
376#define OBSBUS9_P25 APOLLO4_PINMUX(25, 8)
377#define FPIO_P25 APOLLO4_PINMUX(25, 11)
378#define SCANIN8_P25 APOLLO4_PINMUX(25, 15)
379#define M2SDAWIR3_P26 APOLLO4_PINMUX(26, 0)
380#define M2MOSI_P26 APOLLO4_PINMUX(26, 1)
381#define GPIO_P26 APOLLO4_PINMUX(26, 3)
382#define HFRC_EXT_P26 APOLLO4_PINMUX(26, 4)
383#define CT26_P26 APOLLO4_PINMUX(26, 6)
384#define NCE26_P26 APOLLO4_PINMUX(26, 7)
385#define OBSBUS10_P26 APOLLO4_PINMUX(26, 8)
386#define VCMPO_P26 APOLLO4_PINMUX(26, 9)
387#define FPIO_P26 APOLLO4_PINMUX(26, 11)
388#define SCANIN9_P26 APOLLO4_PINMUX(26, 15)
389#define M2MISO_P27 APOLLO4_PINMUX(27, 0)
390#define TRIG0_P27 APOLLO4_PINMUX(27, 1)
391#define GPIO_P27 APOLLO4_PINMUX(27, 3)
392#define XT_EXT_P27 APOLLO4_PINMUX(27, 4)
393#define DSP_TCK_P27 APOLLO4_PINMUX(27, 5)
394#define CT27_P27 APOLLO4_PINMUX(27, 6)
395#define NCE27_P27 APOLLO4_PINMUX(27, 7)
396#define OBSBUS11_P27 APOLLO4_PINMUX(27, 8)
397#define I2S0_SDIN_P27 APOLLO4_PINMUX(27, 9)
398#define FPIO_P27 APOLLO4_PINMUX(27, 11)
399#define SCANIN10_P27 APOLLO4_PINMUX(27, 15)
400#define SWO_P28 APOLLO4_PINMUX(28, 0)
401#define VCMPO_P28 APOLLO4_PINMUX(28, 1)
402#define I2S0_CLK_P28 APOLLO4_PINMUX(28, 2)
403#define GPIO_P28 APOLLO4_PINMUX(28, 3)
404#define UART2CTS_P28 APOLLO4_PINMUX(28, 4)
405#define DSP_TDO_P28 APOLLO4_PINMUX(28, 5)
406#define CT28_P28 APOLLO4_PINMUX(28, 6)
407#define NCE28_P28 APOLLO4_PINMUX(28, 7)
408#define OBSBUS12_P28 APOLLO4_PINMUX(28, 8)
409#define FPIO_P28 APOLLO4_PINMUX(28, 11)
410#define CME_P28 APOLLO4_PINMUX(28, 15)
411#define TRIG0_P29 APOLLO4_PINMUX(29, 0)
412#define VCMPO_P29 APOLLO4_PINMUX(29, 1)
413#define I2S0_DATA_P29 APOLLO4_PINMUX(29, 2)
414#define GPIO_P29 APOLLO4_PINMUX(29, 3)
415#define UART1CTS_P29 APOLLO4_PINMUX(29, 4)
416#define DSP_TRSTN_P29 APOLLO4_PINMUX(29, 5)
417#define CT29_P29 APOLLO4_PINMUX(29, 6)
418#define NCE29_P29 APOLLO4_PINMUX(29, 7)
419#define OBSBUS13_P29 APOLLO4_PINMUX(29, 8)
420#define I2S0_SDOUT_P29 APOLLO4_PINMUX(29, 9)
421#define FPIO_P29 APOLLO4_PINMUX(29, 11)
422#define CMLE_P29 APOLLO4_PINMUX(29, 15)
423#define TRIG1_P30 APOLLO4_PINMUX(30, 0)
424#define VCMPO_P30 APOLLO4_PINMUX(30, 1)
425#define I2S0_WS_P30 APOLLO4_PINMUX(30, 2)
426#define GPIO_P30 APOLLO4_PINMUX(30, 3)
427#define UART0TX_P30 APOLLO4_PINMUX(30, 4)
428#define DSP_TDI_P30 APOLLO4_PINMUX(30, 5)
429#define CT30_P30 APOLLO4_PINMUX(30, 6)
430#define NCE30_P30 APOLLO4_PINMUX(30, 7)
431#define OBSBUS14_P30 APOLLO4_PINMUX(30, 8)
432#define FPIO_P30 APOLLO4_PINMUX(30, 11)
433#define SCANOUT8_P30 APOLLO4_PINMUX(30, 15)
434#define M3SCL_P31 APOLLO4_PINMUX(31, 0)
435#define M3SCK_P31 APOLLO4_PINMUX(31, 1)
436#define GPIO_P31 APOLLO4_PINMUX(31, 3)
437#define UART2TX_P31 APOLLO4_PINMUX(31, 4)
438#define CT31_P31 APOLLO4_PINMUX(31, 6)
439#define NCE31_P31 APOLLO4_PINMUX(31, 7)
440#define OBSBUS15_P31 APOLLO4_PINMUX(31, 8)
441#define VCMPO_P31 APOLLO4_PINMUX(31, 9)
442#define FPIO_P31 APOLLO4_PINMUX(31, 11)
443#define SCANOUT9_P31 APOLLO4_PINMUX(31, 15)
444#define M3SDAWIR3_P32 APOLLO4_PINMUX(32, 0)
445#define M3MOSI_P32 APOLLO4_PINMUX(32, 1)
446#define GPIO_P32 APOLLO4_PINMUX(32, 3)
447#define UART0RX_P32 APOLLO4_PINMUX(32, 4)
448#define CT32_P32 APOLLO4_PINMUX(32, 6)
449#define NCE32_P32 APOLLO4_PINMUX(32, 7)
450#define OBSBUS0_P32 APOLLO4_PINMUX(32, 8)
451#define FPIO_P32 APOLLO4_PINMUX(32, 11)
452#define SCANOUT10_P32 APOLLO4_PINMUX(32, 15)
453#define M3MISO_P33 APOLLO4_PINMUX(33, 0)
454#define CLKOUT_P33 APOLLO4_PINMUX(33, 1)
455#define GPIO_P33 APOLLO4_PINMUX(33, 3)
456#define UART2RX_P33 APOLLO4_PINMUX(33, 4)
457#define CT33_P33 APOLLO4_PINMUX(33, 6)
458#define NCE33_P33 APOLLO4_PINMUX(33, 7)
459#define OBSBUS1_P33 APOLLO4_PINMUX(33, 8)
460#define DISP_TE_P33 APOLLO4_PINMUX(33, 9)
461#define FPIO_P33 APOLLO4_PINMUX(33, 11)
462#define SCANOUT11_P33 APOLLO4_PINMUX(33, 15)
463#define M4SCL_P34 APOLLO4_PINMUX(34, 0)
464#define M4SCK_P34 APOLLO4_PINMUX(34, 1)
465#define SWO_P34 APOLLO4_PINMUX(34, 2)
466#define GPIO_P34 APOLLO4_PINMUX(34, 3)
467#define UART0TX_P34 APOLLO4_PINMUX(34, 4)
468#define CT34_P34 APOLLO4_PINMUX(34, 6)
469#define NCE34_P34 APOLLO4_PINMUX(34, 7)
470#define OBSBUS2_P34 APOLLO4_PINMUX(34, 8)
471#define VCMPO_P34 APOLLO4_PINMUX(34, 9)
472#define FPIO_P34 APOLLO4_PINMUX(34, 11)
473#define M4SDAWIR3_P35 APOLLO4_PINMUX(35, 0)
474#define M4MOSI_P35 APOLLO4_PINMUX(35, 1)
475#define SWO_P35 APOLLO4_PINMUX(35, 2)
476#define GPIO_P35 APOLLO4_PINMUX(35, 3)
477#define UART2TX_P35 APOLLO4_PINMUX(35, 4)
478#define UART3TX_P35 APOLLO4_PINMUX(35, 5)
479#define CT35_P35 APOLLO4_PINMUX(35, 6)
480#define NCE35_P35 APOLLO4_PINMUX(35, 7)
481#define OBSBUS3_P35 APOLLO4_PINMUX(35, 8)
482#define VCMPO_P35 APOLLO4_PINMUX(35, 9)
483#define FPIO_P35 APOLLO4_PINMUX(35, 11)
484#define M4MISO_P36 APOLLO4_PINMUX(36, 0)
485#define TRIG0_P36 APOLLO4_PINMUX(36, 1)
486#define SWO_P36 APOLLO4_PINMUX(36, 2)
487#define GPIO_P36 APOLLO4_PINMUX(36, 3)
488#define UART0RX_P36 APOLLO4_PINMUX(36, 4)
489#define UART1RX_P36 APOLLO4_PINMUX(36, 5)
490#define CT36_P36 APOLLO4_PINMUX(36, 6)
491#define NCE36_P36 APOLLO4_PINMUX(36, 7)
492#define OBSBUS4_P36 APOLLO4_PINMUX(36, 8)
493#define FPIO_P36 APOLLO4_PINMUX(36, 11)
494#define MSPI1_0_P37 APOLLO4_PINMUX(37, 0)
495#define TRIG1_P37 APOLLO4_PINMUX(37, 1)
496#define XT32KHZ_P37 APOLLO4_PINMUX(37, 2)
497#define GPIO_P37 APOLLO4_PINMUX(37, 3)
498#define UART2RX_P37 APOLLO4_PINMUX(37, 4)
499#define DISP_D15_P37 APOLLO4_PINMUX(37, 5)
500#define CT37_P37 APOLLO4_PINMUX(37, 6)
501#define NCE37_P37 APOLLO4_PINMUX(37, 7)
502#define OBSBUS5_P37 APOLLO4_PINMUX(37, 8)
503#define FPIO_P37 APOLLO4_PINMUX(37, 11)
504#define MSPI1_1_P38 APOLLO4_PINMUX(38, 0)
505#define TRIG2_P38 APOLLO4_PINMUX(38, 1)
506#define SWTRACECLK_P38 APOLLO4_PINMUX(38, 2)
507#define GPIO_P38 APOLLO4_PINMUX(38, 3)
508#define UART0RTS_P38 APOLLO4_PINMUX(38, 4)
509#define DISP_D16_P38 APOLLO4_PINMUX(38, 5)
510#define CT38_P38 APOLLO4_PINMUX(38, 6)
511#define NCE38_P38 APOLLO4_PINMUX(38, 7)
512#define OBSBUS6_P38 APOLLO4_PINMUX(38, 8)
513#define FPIO_P38 APOLLO4_PINMUX(38, 11)
514#define MSPI1_2_P39 APOLLO4_PINMUX(39, 0)
515#define TRIG3_P39 APOLLO4_PINMUX(39, 1)
516#define SWTRACE0_P39 APOLLO4_PINMUX(39, 2)
517#define GPIO_P39 APOLLO4_PINMUX(39, 3)
518#define UART2RTS_P39 APOLLO4_PINMUX(39, 4)
519#define DISP_D17_P39 APOLLO4_PINMUX(39, 5)
520#define CT39_P39 APOLLO4_PINMUX(39, 6)
521#define NCE39_P39 APOLLO4_PINMUX(39, 7)
522#define OBSBUS7_P39 APOLLO4_PINMUX(39, 8)
523#define FPIO_P39 APOLLO4_PINMUX(39, 11)
524#define MSPI1_3_P40 APOLLO4_PINMUX(40, 0)
525#define TRIG1_P40 APOLLO4_PINMUX(40, 1)
526#define SWTRACE1_P40 APOLLO4_PINMUX(40, 2)
527#define GPIO_P40 APOLLO4_PINMUX(40, 3)
528#define UART0CTS_P40 APOLLO4_PINMUX(40, 4)
529#define DISP_D18_P40 APOLLO4_PINMUX(40, 5)
530#define CT40_P40 APOLLO4_PINMUX(40, 6)
531#define NCE40_P40 APOLLO4_PINMUX(40, 7)
532#define OBSBUS8_P40 APOLLO4_PINMUX(40, 8)
533#define FPIO_P40 APOLLO4_PINMUX(40, 11)
534#define MSPI1_4_P41 APOLLO4_PINMUX(41, 0)
535#define TRIG0_P41 APOLLO4_PINMUX(41, 1)
536#define SWTRACE2_P41 APOLLO4_PINMUX(41, 2)
537#define GPIO_P41 APOLLO4_PINMUX(41, 3)
538#define UART0TX_P41 APOLLO4_PINMUX(41, 4)
539#define DISP_D19_P41 APOLLO4_PINMUX(41, 5)
540#define CT41_P41 APOLLO4_PINMUX(41, 6)
541#define NCE41_P41 APOLLO4_PINMUX(41, 7)
542#define OBSBUS9_P41 APOLLO4_PINMUX(41, 8)
543#define SWO_P41 APOLLO4_PINMUX(41, 9)
544#define FPIO_P41 APOLLO4_PINMUX(41, 11)
545#define MSPI1_5_P42 APOLLO4_PINMUX(42, 0)
546#define TRIG2_P42 APOLLO4_PINMUX(42, 1)
547#define SWTRACE3_P42 APOLLO4_PINMUX(42, 2)
548#define GPIO_P42 APOLLO4_PINMUX(42, 3)
549#define UART2TX_P42 APOLLO4_PINMUX(42, 4)
550#define DISP_D20_P42 APOLLO4_PINMUX(42, 5)
551#define CT42_P42 APOLLO4_PINMUX(42, 6)
552#define NCE42_P42 APOLLO4_PINMUX(42, 7)
553#define OBSBUS10_P42 APOLLO4_PINMUX(42, 8)
554#define FPIO_P42 APOLLO4_PINMUX(42, 11)
555#define MSPI1_6_P43 APOLLO4_PINMUX(43, 0)
556#define TRIG3_P43 APOLLO4_PINMUX(43, 1)
557#define SWTRACECTL_P43 APOLLO4_PINMUX(43, 2)
558#define GPIO_P43 APOLLO4_PINMUX(43, 3)
559#define UART0RX_P43 APOLLO4_PINMUX(43, 4)
560#define DISP_D21_P43 APOLLO4_PINMUX(43, 5)
561#define CT43_P43 APOLLO4_PINMUX(43, 6)
562#define NCE43_P43 APOLLO4_PINMUX(43, 7)
563#define OBSBUS11_P43 APOLLO4_PINMUX(43, 8)
564#define FPIO_P43 APOLLO4_PINMUX(43, 11)
565#define MSPI1_7_P44 APOLLO4_PINMUX(44, 0)
566#define TRIG1_P44 APOLLO4_PINMUX(44, 1)
567#define SWO_P44 APOLLO4_PINMUX(44, 2)
568#define GPIO_P44 APOLLO4_PINMUX(44, 3)
569#define UART2RX_P44 APOLLO4_PINMUX(44, 4)
570#define DISP_D22_P44 APOLLO4_PINMUX(44, 5)
571#define CT44_P44 APOLLO4_PINMUX(44, 6)
572#define NCE44_P44 APOLLO4_PINMUX(44, 7)
573#define OBSBUS12_P44 APOLLO4_PINMUX(44, 8)
574#define VCMPO_P44 APOLLO4_PINMUX(44, 9)
575#define FPIO_P44 APOLLO4_PINMUX(44, 11)
576#define MSPI1_8_P45 APOLLO4_PINMUX(45, 0)
577#define TRIG2_P45 APOLLO4_PINMUX(45, 1)
578#define XT32KHZ_P45 APOLLO4_PINMUX(45, 2)
579#define GPIO_P45 APOLLO4_PINMUX(45, 3)
580#define UART0TX_P45 APOLLO4_PINMUX(45, 4)
581#define DISP_D23_P45 APOLLO4_PINMUX(45, 5)
582#define CT45_P45 APOLLO4_PINMUX(45, 6)
583#define NCE45_P45 APOLLO4_PINMUX(45, 7)
584#define OBSBUS13_P45 APOLLO4_PINMUX(45, 8)
585#define FPIO_P45 APOLLO4_PINMUX(45, 11)
586#define MSPI1_9_P46 APOLLO4_PINMUX(46, 0)
587#define TRIG3_P46 APOLLO4_PINMUX(46, 1)
588#define CLKOUT_32M_P46 APOLLO4_PINMUX(46, 2)
589#define GPIO_P46 APOLLO4_PINMUX(46, 3)
590#define UART2TX_P46 APOLLO4_PINMUX(46, 4)
591#define UART3TX_P46 APOLLO4_PINMUX(46, 5)
592#define CT46_P46 APOLLO4_PINMUX(46, 6)
593#define NCE46_P46 APOLLO4_PINMUX(46, 7)
594#define OBSBUS14_P46 APOLLO4_PINMUX(46, 8)
595#define I2S1_SDIN_P46 APOLLO4_PINMUX(46, 9)
596#define I2S0_SDIN_P46 APOLLO4_PINMUX(46, 10)
597#define FPIO_P46 APOLLO4_PINMUX(46, 11)
598#define M5SCL_P47 APOLLO4_PINMUX(47, 0)
599#define M5SCK_P47 APOLLO4_PINMUX(47, 1)
600#define I2S1_CLK_P47 APOLLO4_PINMUX(47, 2)
601#define GPIO_P47 APOLLO4_PINMUX(47, 3)
602#define UART0RX_P47 APOLLO4_PINMUX(47, 4)
603#define UART1RX_P47 APOLLO4_PINMUX(47, 5)
604#define CT47_P47 APOLLO4_PINMUX(47, 6)
605#define NCE47_P47 APOLLO4_PINMUX(47, 7)
606#define OBSBUS15_P47 APOLLO4_PINMUX(47, 8)
607#define I2S0_CLK_P47 APOLLO4_PINMUX(47, 10)
608#define FPIO_P47 APOLLO4_PINMUX(47, 11)
609#define M5SDAWIR3_P48 APOLLO4_PINMUX(48, 0)
610#define M5MOSI_P48 APOLLO4_PINMUX(48, 1)
611#define I2S1_DATA_P48 APOLLO4_PINMUX(48, 2)
612#define GPIO_P48 APOLLO4_PINMUX(48, 3)
613#define UART2RX_P48 APOLLO4_PINMUX(48, 4)
614#define UART3RX_P48 APOLLO4_PINMUX(48, 5)
615#define CT48_P48 APOLLO4_PINMUX(48, 6)
616#define NCE48_P48 APOLLO4_PINMUX(48, 7)
617#define OBSBUS0_P48 APOLLO4_PINMUX(48, 8)
618#define I2S1_SDOUT_P48 APOLLO4_PINMUX(48, 9)
619#define I2S0_SDOUT_P48 APOLLO4_PINMUX(48, 10)
620#define FPIO_P48 APOLLO4_PINMUX(48, 11)
621#define M5MISO_P49 APOLLO4_PINMUX(49, 0)
622#define TRIG0_P49 APOLLO4_PINMUX(49, 1)
623#define I2S1_WS_P49 APOLLO4_PINMUX(49, 2)
624#define GPIO_P49 APOLLO4_PINMUX(49, 3)
625#define UART0RTS_P49 APOLLO4_PINMUX(49, 4)
626#define UART1RTS_P49 APOLLO4_PINMUX(49, 5)
627#define CT49_P49 APOLLO4_PINMUX(49, 6)
628#define NCE49_P49 APOLLO4_PINMUX(49, 7)
629#define OBSBUS1_P49 APOLLO4_PINMUX(49, 8)
630#define I2S0_WS_P49 APOLLO4_PINMUX(49, 10)
631#define FPIO_P49 APOLLO4_PINMUX(49, 11)
632#define PDM0_CLK_P50 APOLLO4_PINMUX(50, 0)
633#define TRIG0_P50 APOLLO4_PINMUX(50, 1)
634#define SWTRACECLK_P50 APOLLO4_PINMUX(50, 2)
635#define GPIO_P50 APOLLO4_PINMUX(50, 3)
636#define UART2RTS_P50 APOLLO4_PINMUX(50, 4)
637#define UART3RTS_P50 APOLLO4_PINMUX(50, 5)
638#define CT50_P50 APOLLO4_PINMUX(50, 6)
639#define NCE50_P50 APOLLO4_PINMUX(50, 7)
640#define OBSBUS2_P50 APOLLO4_PINMUX(50, 8)
641#define DISP_TE_P50 APOLLO4_PINMUX(50, 9)
642#define FPIO_P50 APOLLO4_PINMUX(50, 11)
643#define PDM0_DATA_P51 APOLLO4_PINMUX(51, 0)
644#define TRIG1_P51 APOLLO4_PINMUX(51, 1)
645#define SWTRACE0_P51 APOLLO4_PINMUX(51, 2)
646#define GPIO_P51 APOLLO4_PINMUX(51, 3)
647#define UART0CTS_P51 APOLLO4_PINMUX(51, 4)
648#define UART1CTS_P51 APOLLO4_PINMUX(51, 5)
649#define CT51_P51 APOLLO4_PINMUX(51, 6)
650#define NCE51_P51 APOLLO4_PINMUX(51, 7)
651#define OBSBUS3_P51 APOLLO4_PINMUX(51, 8)
652#define FPIO_P51 APOLLO4_PINMUX(51, 11)
653#define PDM1_CLK_P52 APOLLO4_PINMUX(52, 0)
654#define TRIG2_P52 APOLLO4_PINMUX(52, 1)
655#define SWTRACE1_P52 APOLLO4_PINMUX(52, 2)
656#define GPIO_P52 APOLLO4_PINMUX(52, 3)
657#define UART2CTS_P52 APOLLO4_PINMUX(52, 4)
658#define UART3CTS_P52 APOLLO4_PINMUX(52, 5)
659#define CT52_P52 APOLLO4_PINMUX(52, 6)
660#define NCE52_P52 APOLLO4_PINMUX(52, 7)
661#define OBSBUS4_P52 APOLLO4_PINMUX(52, 8)
662#define VCMPO_P52 APOLLO4_PINMUX(52, 9)
663#define FPIO_P52 APOLLO4_PINMUX(52, 11)
664#define PDM1_DATA_P53 APOLLO4_PINMUX(53, 0)
665#define TRIG3_P53 APOLLO4_PINMUX(53, 1)
666#define SWTRACE2_P53 APOLLO4_PINMUX(53, 2)
667#define GPIO_P53 APOLLO4_PINMUX(53, 3)
668#define UART0TX_P53 APOLLO4_PINMUX(53, 4)
669#define UART1TX_P53 APOLLO4_PINMUX(53, 5)
670#define CT53_P53 APOLLO4_PINMUX(53, 6)
671#define NCE53_P53 APOLLO4_PINMUX(53, 7)
672#define OBSBUS5_P53 APOLLO4_PINMUX(53, 8)
673#define FPIO_P53 APOLLO4_PINMUX(53, 11)
674#define PDM2_CLK_P54 APOLLO4_PINMUX(54, 0)
675#define TRIG0_P54 APOLLO4_PINMUX(54, 1)
676#define SWTRACE3_P54 APOLLO4_PINMUX(54, 2)
677#define GPIO_P54 APOLLO4_PINMUX(54, 3)
678#define UART2TX_P54 APOLLO4_PINMUX(54, 4)
679#define UART3TX_P54 APOLLO4_PINMUX(54, 5)
680#define CT54_P54 APOLLO4_PINMUX(54, 6)
681#define NCE54_P54 APOLLO4_PINMUX(54, 7)
682#define OBSBUS6_P54 APOLLO4_PINMUX(54, 8)
683#define FPIO_P54 APOLLO4_PINMUX(54, 11)
684#define PDM2_DATA_P55 APOLLO4_PINMUX(55, 0)
685#define TRIG1_P55 APOLLO4_PINMUX(55, 1)
686#define SWTRACECTL_P55 APOLLO4_PINMUX(55, 2)
687#define GPIO_P55 APOLLO4_PINMUX(55, 3)
688#define UART0RX_P55 APOLLO4_PINMUX(55, 4)
689#define UART1RX_P55 APOLLO4_PINMUX(55, 5)
690#define CT55_P55 APOLLO4_PINMUX(55, 6)
691#define NCE55_P55 APOLLO4_PINMUX(55, 7)
692#define OBSBUS7_P55 APOLLO4_PINMUX(55, 8)
693#define FPIO_P55 APOLLO4_PINMUX(55, 11)
694#define PDM3_CLK_P56 APOLLO4_PINMUX(56, 0)
695#define TRIG2_P56 APOLLO4_PINMUX(56, 1)
696#define SWO_P56 APOLLO4_PINMUX(56, 2)
697#define GPIO_P56 APOLLO4_PINMUX(56, 3)
698#define UART2RX_P56 APOLLO4_PINMUX(56, 4)
699#define UART3RX_P56 APOLLO4_PINMUX(56, 5)
700#define CT56_P56 APOLLO4_PINMUX(56, 6)
701#define NCE56_P56 APOLLO4_PINMUX(56, 7)
702#define OBSBUS8_P56 APOLLO4_PINMUX(56, 8)
703#define FPIO_P56 APOLLO4_PINMUX(56, 11)
704#define PDM3_DATA_P57 APOLLO4_PINMUX(57, 0)
705#define TRIG3_P57 APOLLO4_PINMUX(57, 1)
706#define SWO_P57 APOLLO4_PINMUX(57, 2)
707#define GPIO_P57 APOLLO4_PINMUX(57, 3)
708#define UART0RTS_P57 APOLLO4_PINMUX(57, 4)
709#define UART1RTS_P57 APOLLO4_PINMUX(57, 5)
710#define CT57_P57 APOLLO4_PINMUX(57, 6)
711#define NCE57_P57 APOLLO4_PINMUX(57, 7)
712#define OBSBUS9_P57 APOLLO4_PINMUX(57, 8)
713#define VCMPO_P57 APOLLO4_PINMUX(57, 9)
714#define FPIO_P57 APOLLO4_PINMUX(57, 11)
715#define GPIO_P58 APOLLO4_PINMUX(58, 3)
716#define UART0RTS_P58 APOLLO4_PINMUX(58, 4)
717#define UART3RTS_P58 APOLLO4_PINMUX(58, 5)
718#define CT58_P58 APOLLO4_PINMUX(58, 6)
719#define NCE58_P58 APOLLO4_PINMUX(58, 7)
720#define OBSBUS10_P58 APOLLO4_PINMUX(58, 8)
721#define FPIO_P58 APOLLO4_PINMUX(58, 11)
722#define TRIG0_P59 APOLLO4_PINMUX(59, 1)
723#define GPIO_P59 APOLLO4_PINMUX(59, 3)
724#define UART0CTS_P59 APOLLO4_PINMUX(59, 4)
725#define UART1CTS_P59 APOLLO4_PINMUX(59, 5)
726#define CT59_P59 APOLLO4_PINMUX(59, 6)
727#define NCE59_P59 APOLLO4_PINMUX(59, 7)
728#define OBSBUS11_P59 APOLLO4_PINMUX(59, 8)
729#define FPIO_P59 APOLLO4_PINMUX(59, 11)
730#define TRIG1_P60 APOLLO4_PINMUX(60, 1)
731#define GPIO_P60 APOLLO4_PINMUX(60, 3)
732#define UART0TX_P60 APOLLO4_PINMUX(60, 4)
733#define UART3CTS_P60 APOLLO4_PINMUX(60, 5)
734#define CT60_P60 APOLLO4_PINMUX(60, 6)
735#define NCE60_P60 APOLLO4_PINMUX(60, 7)
736#define OBSBUS12_P60 APOLLO4_PINMUX(60, 8)
737#define FPIO_P60 APOLLO4_PINMUX(60, 11)
738#define M6SCL_P61 APOLLO4_PINMUX(61, 0)
739#define M6SCK_P61 APOLLO4_PINMUX(61, 1)
740#define I2S1_CLK_P61 APOLLO4_PINMUX(61, 2)
741#define GPIO_P61 APOLLO4_PINMUX(61, 3)
742#define UART2TX_P61 APOLLO4_PINMUX(61, 4)
743#define UART3TX_P61 APOLLO4_PINMUX(61, 5)
744#define CT61_P61 APOLLO4_PINMUX(61, 6)
745#define NCE61_P61 APOLLO4_PINMUX(61, 7)
746#define OBSBUS13_P61 APOLLO4_PINMUX(61, 8)
747#define I3CM0_SCL_P61 APOLLO4_PINMUX(61, 10)
748#define FPIO_P61 APOLLO4_PINMUX(61, 11)
749#define M6SDAWIR3_P62 APOLLO4_PINMUX(62, 0)
750#define M6MOSI_P62 APOLLO4_PINMUX(62, 1)
751#define I2S1_DATA_P62 APOLLO4_PINMUX(62, 2)
752#define GPIO_P62 APOLLO4_PINMUX(62, 3)
753#define UART0RX_P62 APOLLO4_PINMUX(62, 4)
754#define UART1RX_P62 APOLLO4_PINMUX(62, 5)
755#define CT62_P62 APOLLO4_PINMUX(62, 6)
756#define NCE62_P62 APOLLO4_PINMUX(62, 7)
757#define OBSBUS14_P62 APOLLO4_PINMUX(62, 8)
758#define I2S1_SDOUT_P62 APOLLO4_PINMUX(62, 9)
759#define I3CM0_SDA_P62 APOLLO4_PINMUX(62, 10)
760#define FPIO_P62 APOLLO4_PINMUX(62, 11)
761#define M6MISO_P63 APOLLO4_PINMUX(63, 0)
762#define CLKOUT_P63 APOLLO4_PINMUX(63, 1)
763#define I2S1_WS_P63 APOLLO4_PINMUX(63, 2)
764#define GPIO_P63 APOLLO4_PINMUX(63, 3)
765#define UART2RX_P63 APOLLO4_PINMUX(63, 4)
766#define UART3RX_P63 APOLLO4_PINMUX(63, 5)
767#define CT63_P63 APOLLO4_PINMUX(63, 6)
768#define NCE63_P63 APOLLO4_PINMUX(63, 7)
769#define OBSBUS15_P63 APOLLO4_PINMUX(63, 8)
770#define DISP_TE_P63 APOLLO4_PINMUX(63, 9)
771#define FPIO_P63 APOLLO4_PINMUX(63, 11)
772#define MSPI0_0_P64 APOLLO4_PINMUX(64, 0)
773#define XT32KHZ_P64 APOLLO4_PINMUX(64, 1)
774#define SWO_P64 APOLLO4_PINMUX(64, 2)
775#define GPIO_P64 APOLLO4_PINMUX(64, 3)
776#define UART0RTS_P64 APOLLO4_PINMUX(64, 4)
777#define DISP_D0_P64 APOLLO4_PINMUX(64, 5)
778#define CT64_P64 APOLLO4_PINMUX(64, 6)
779#define NCE64_P64 APOLLO4_PINMUX(64, 7)
780#define OBSBUS0_P64 APOLLO4_PINMUX(64, 8)
781#define I2S1_SDIN_P64 APOLLO4_PINMUX(64, 9)
782#define FPIO_P64 APOLLO4_PINMUX(64, 11)
783#define MSPI0_1_P65 APOLLO4_PINMUX(65, 0)
784#define XT32KHZ_P65 APOLLO4_PINMUX(65, 1)
785#define SWO_P65 APOLLO4_PINMUX(65, 2)
786#define GPIO_P65 APOLLO4_PINMUX(65, 3)
787#define UART0CTS_P65 APOLLO4_PINMUX(65, 4)
788#define DISP_D1_P65 APOLLO4_PINMUX(65, 5)
789#define CT65_P65 APOLLO4_PINMUX(65, 6)
790#define NCE65_P65 APOLLO4_PINMUX(65, 7)
791#define OBSBUS1_P65 APOLLO4_PINMUX(65, 8)
792#define FPIO_P65 APOLLO4_PINMUX(65, 11)
793#define MSPI0_2_P66 APOLLO4_PINMUX(66, 0)
794#define CLKOUT_P66 APOLLO4_PINMUX(66, 1)
795#define SWO_P66 APOLLO4_PINMUX(66, 2)
796#define GPIO_P66 APOLLO4_PINMUX(66, 3)
797#define UART0TX_P66 APOLLO4_PINMUX(66, 4)
798#define DISP_D2_P66 APOLLO4_PINMUX(66, 5)
799#define CT66_P66 APOLLO4_PINMUX(66, 6)
800#define NCE66_P66 APOLLO4_PINMUX(66, 7)
801#define OBSBUS2_P66 APOLLO4_PINMUX(66, 8)
802#define FPIO_P66 APOLLO4_PINMUX(66, 11)
803#define MSPI0_3_P67 APOLLO4_PINMUX(67, 0)
804#define CLKOUT_P67 APOLLO4_PINMUX(67, 1)
805#define SWO_P67 APOLLO4_PINMUX(67, 2)
806#define GPIO_P67 APOLLO4_PINMUX(67, 3)
807#define UART2TX_P67 APOLLO4_PINMUX(67, 4)
808#define DISP_D3_P67 APOLLO4_PINMUX(67, 5)
809#define CT67_P67 APOLLO4_PINMUX(67, 6)
810#define NCE67_P67 APOLLO4_PINMUX(67, 7)
811#define OBSBUS3_P67 APOLLO4_PINMUX(67, 8)
812#define FPIO_P67 APOLLO4_PINMUX(67, 11)
813#define MSPI0_4_P68 APOLLO4_PINMUX(68, 0)
814#define SWO_P68 APOLLO4_PINMUX(68, 1)
815#define GPIO_P68 APOLLO4_PINMUX(68, 3)
816#define UART0RX_P68 APOLLO4_PINMUX(68, 4)
817#define DISP_D4_P68 APOLLO4_PINMUX(68, 5)
818#define CT68_P68 APOLLO4_PINMUX(68, 6)
819#define NCE68_P68 APOLLO4_PINMUX(68, 7)
820#define OBSBUS4_P68 APOLLO4_PINMUX(68, 8)
821#define FPIO_P68 APOLLO4_PINMUX(68, 11)
822#define MSPI0_5_P69 APOLLO4_PINMUX(69, 0)
823#define XT32KHZ_P69 APOLLO4_PINMUX(69, 1)
824#define SWO_P69 APOLLO4_PINMUX(69, 2)
825#define GPIO_P69 APOLLO4_PINMUX(69, 3)
826#define UART2RX_P69 APOLLO4_PINMUX(69, 4)
827#define DISP_D5_P69 APOLLO4_PINMUX(69, 5)
828#define CT69_P69 APOLLO4_PINMUX(69, 6)
829#define NCE69_P69 APOLLO4_PINMUX(69, 7)
830#define OBSBUS5_P69 APOLLO4_PINMUX(69, 8)
831#define FPIO_P69 APOLLO4_PINMUX(69, 11)
832#define MSPI0_6_P70 APOLLO4_PINMUX(70, 0)
833#define XT32KHZ_P70 APOLLO4_PINMUX(70, 1)
834#define SWTRACE0_P70 APOLLO4_PINMUX(70, 2)
835#define GPIO_P70 APOLLO4_PINMUX(70, 3)
836#define UART0RTS_P70 APOLLO4_PINMUX(70, 4)
837#define DISP_D6_P70 APOLLO4_PINMUX(70, 5)
838#define CT70_P70 APOLLO4_PINMUX(70, 6)
839#define NCE70_P70 APOLLO4_PINMUX(70, 7)
840#define OBSBUS6_P70 APOLLO4_PINMUX(70, 8)
841#define FPIO_P70 APOLLO4_PINMUX(70, 11)
842#define MSPI0_7_P71 APOLLO4_PINMUX(71, 0)
843#define CLKOUT_P71 APOLLO4_PINMUX(71, 1)
844#define SWTRACE1_P71 APOLLO4_PINMUX(71, 2)
845#define GPIO_P71 APOLLO4_PINMUX(71, 3)
846#define UART0CTS_P71 APOLLO4_PINMUX(71, 4)
847#define DISP_D7_P71 APOLLO4_PINMUX(71, 5)
848#define CT71_P71 APOLLO4_PINMUX(71, 6)
849#define NCE71_P71 APOLLO4_PINMUX(71, 7)
850#define OBSBUS7_P71 APOLLO4_PINMUX(71, 8)
851#define FPIO_P71 APOLLO4_PINMUX(71, 11)
852#define MSPI0_8_P72 APOLLO4_PINMUX(72, 0)
853#define CLKOUT_P72 APOLLO4_PINMUX(72, 1)
854#define SWTRACE2_P72 APOLLO4_PINMUX(72, 2)
855#define GPIO_P72 APOLLO4_PINMUX(72, 3)
856#define UART0TX_P72 APOLLO4_PINMUX(72, 4)
857#define DISP_D8_P72 APOLLO4_PINMUX(72, 5)
858#define CT72_P72 APOLLO4_PINMUX(72, 6)
859#define NCE72_P72 APOLLO4_PINMUX(72, 7)
860#define OBSBUS8_P72 APOLLO4_PINMUX(72, 8)
861#define VCMPO_P72 APOLLO4_PINMUX(72, 9)
862#define FPIO_P72 APOLLO4_PINMUX(72, 11)
863#define MSPI0_9_P73 APOLLO4_PINMUX(73, 0)
864#define SWTRACE3_P73 APOLLO4_PINMUX(73, 2)
865#define GPIO_P73 APOLLO4_PINMUX(73, 3)
866#define UART2TX_P73 APOLLO4_PINMUX(73, 4)
867#define DISP_D9_P73 APOLLO4_PINMUX(73, 5)
868#define CT73_P73 APOLLO4_PINMUX(73, 6)
869#define NCE73_P73 APOLLO4_PINMUX(73, 7)
870#define OBSBUS9_P73 APOLLO4_PINMUX(73, 8)
871#define FPIO_P73 APOLLO4_PINMUX(73, 11)
872#define MSPI2_0_P74 APOLLO4_PINMUX(74, 0)
873#define DISP_QSPI_D0_OUT_P74 APOLLO4_PINMUX(74, 1)
874#define DISP_QSPI_D0_P74 APOLLO4_PINMUX(74, 2)
875#define GPIO_P74 APOLLO4_PINMUX(74, 3)
876#define UART0RX_P74 APOLLO4_PINMUX(74, 4)
877#define DISP_D10_P74 APOLLO4_PINMUX(74, 5)
878#define CT74_P74 APOLLO4_PINMUX(74, 6)
879#define NCE74_P74 APOLLO4_PINMUX(74, 7)
880#define OBSBUS10_P74 APOLLO4_PINMUX(74, 8)
881#define DISP_SPI_SD_P74 APOLLO4_PINMUX(74, 9)
882#define DISP_SPI_SDO_P74 APOLLO4_PINMUX(74, 10)
883#define FPIO_P74 APOLLO4_PINMUX(74, 11)
884#define MSPI2_1_P75 APOLLO4_PINMUX(75, 0)
885#define XT32KHZ_P75 APOLLO4_PINMUX(75, 1)
886#define DISP_QSPI_D1_P75 APOLLO4_PINMUX(75, 2)
887#define GPIO_P75 APOLLO4_PINMUX(75, 3)
888#define UART2RX_P75 APOLLO4_PINMUX(75, 4)
889#define DISP_D11_P75 APOLLO4_PINMUX(75, 5)
890#define CT75_P75 APOLLO4_PINMUX(75, 6)
891#define NCE75_P75 APOLLO4_PINMUX(75, 7)
892#define OBSBUS11_P75 APOLLO4_PINMUX(75, 8)
893#define DISP_SPI_DCX_P75 APOLLO4_PINMUX(75, 9)
894#define FPIO_P75 APOLLO4_PINMUX(75, 11)
895#define MSPI2_2_P76 APOLLO4_PINMUX(76, 0)
896#define XT32KHZ_P76 APOLLO4_PINMUX(76, 1)
897#define DISP_QSPI_D2_P76 APOLLO4_PINMUX(76, 2)
898#define GPIO_P76 APOLLO4_PINMUX(76, 3)
899#define UART0RTS_P76 APOLLO4_PINMUX(76, 4)
900#define DISP_D12_P76 APOLLO4_PINMUX(76, 5)
901#define CT76_P76 APOLLO4_PINMUX(76, 6)
902#define NCE76_P76 APOLLO4_PINMUX(76, 7)
903#define OBSBUS12_P76 APOLLO4_PINMUX(76, 8)
904#define FPIO_P76 APOLLO4_PINMUX(76, 11)
905#define MSPI2_3_P77 APOLLO4_PINMUX(77, 0)
906#define DISP_QSPI_D3_P77 APOLLO4_PINMUX(77, 2)
907#define GPIO_P77 APOLLO4_PINMUX(77, 3)
908#define UART0CTS_P77 APOLLO4_PINMUX(77, 4)
909#define DISP_D13_P77 APOLLO4_PINMUX(77, 5)
910#define CT77_P77 APOLLO4_PINMUX(77, 6)
911#define NCE77_P77 APOLLO4_PINMUX(77, 7)
912#define OBSBUS13_P77 APOLLO4_PINMUX(77, 8)
913#define FPIO_P77 APOLLO4_PINMUX(77, 11)
914#define MSPI2_4_P78 APOLLO4_PINMUX(78, 0)
915#define DISP_QSPI_SCK_P78 APOLLO4_PINMUX(78, 2)
916#define GPIO_P78 APOLLO4_PINMUX(78, 3)
917#define UART0TX_P78 APOLLO4_PINMUX(78, 4)
918#define DISP_D14_P78 APOLLO4_PINMUX(78, 5)
919#define CT78_P78 APOLLO4_PINMUX(78, 6)
920#define NCE78_P78 APOLLO4_PINMUX(78, 7)
921#define OBSBUS14_P78 APOLLO4_PINMUX(78, 8)
922#define DISP_SPI_SCK_P78 APOLLO4_PINMUX(78, 9)
923#define FPIO_P78 APOLLO4_PINMUX(78, 11)
924#define MSPI2_5_P79 APOLLO4_PINMUX(79, 0)
925#define SDIF_DAT4_P79 APOLLO4_PINMUX(79, 2)
926#define GPIO_P79 APOLLO4_PINMUX(79, 3)
927#define SWO_P79 APOLLO4_PINMUX(79, 4)
928#define DISP_VS_P79 APOLLO4_PINMUX(79, 5)
929#define CT79_P79 APOLLO4_PINMUX(79, 6)
930#define NCE79_P79 APOLLO4_PINMUX(79, 7)
931#define OBSBUS15_P79 APOLLO4_PINMUX(79, 8)
932#define DISP_SPI_SDI_P79 APOLLO4_PINMUX(79, 9)
933#define FPIO_P79 APOLLO4_PINMUX(79, 11)
934#define MSPI2_6_P80 APOLLO4_PINMUX(80, 0)
935#define CLKOUT_P80 APOLLO4_PINMUX(80, 1)
936#define SDIF_DAT5_P80 APOLLO4_PINMUX(80, 2)
937#define GPIO_P80 APOLLO4_PINMUX(80, 3)
938#define SWTRACE0_P80 APOLLO4_PINMUX(80, 4)
939#define DISP_HS_P80 APOLLO4_PINMUX(80, 5)
940#define CT80_P80 APOLLO4_PINMUX(80, 6)
941#define NCE80_P80 APOLLO4_PINMUX(80, 7)
942#define OBSBUS0_P80 APOLLO4_PINMUX(80, 8)
943#define FPIO_P80 APOLLO4_PINMUX(80, 11)
944#define MSPI2_7_P81 APOLLO4_PINMUX(81, 0)
945#define CLKOUT_P81 APOLLO4_PINMUX(81, 1)
946#define SDIF_DAT6_P81 APOLLO4_PINMUX(81, 2)
947#define GPIO_P81 APOLLO4_PINMUX(81, 3)
948#define SWTRACE1_P81 APOLLO4_PINMUX(81, 4)
949#define DISP_DE_P81 APOLLO4_PINMUX(81, 5)
950#define CT81_P81 APOLLO4_PINMUX(81, 6)
951#define NCE81_P81 APOLLO4_PINMUX(81, 7)
952#define OBSBUS1_P81 APOLLO4_PINMUX(81, 8)
953#define FPIO_P81 APOLLO4_PINMUX(81, 11)
954#define MSPI2_8_P82 APOLLO4_PINMUX(82, 0)
955#define XT32KHZ_P82 APOLLO4_PINMUX(82, 1)
956#define SDIF_DAT7_P82 APOLLO4_PINMUX(82, 2)
957#define GPIO_P82 APOLLO4_PINMUX(82, 3)
958#define SWTRACE2_P82 APOLLO4_PINMUX(82, 4)
959#define DISP_PCLK_P82 APOLLO4_PINMUX(82, 5)
960#define CT82_P82 APOLLO4_PINMUX(82, 6)
961#define NCE82_P82 APOLLO4_PINMUX(82, 7)
962#define OBSBUS2_P82 APOLLO4_PINMUX(82, 8)
963#define FPIO_P82 APOLLO4_PINMUX(82, 11)
964#define MSPI2_9_P83 APOLLO4_PINMUX(83, 0)
965#define XT32KHZ_P83 APOLLO4_PINMUX(83, 1)
966#define SDIF_CMD_P83 APOLLO4_PINMUX(83, 2)
967#define GPIO_P83 APOLLO4_PINMUX(83, 3)
968#define SWTRACE3_P83 APOLLO4_PINMUX(83, 4)
969#define DISP_SD_P83 APOLLO4_PINMUX(83, 5)
970#define CT83_P83 APOLLO4_PINMUX(83, 6)
971#define NCE83_P83 APOLLO4_PINMUX(83, 7)
972#define OBSBUS3_P83 APOLLO4_PINMUX(83, 8)
973#define FPIO_P83 APOLLO4_PINMUX(83, 11)
974#define SDIF_DAT0_P84 APOLLO4_PINMUX(84, 2)
975#define GPIO_P84 APOLLO4_PINMUX(84, 3)
976#define CT84_P84 APOLLO4_PINMUX(84, 6)
977#define NCE84_P84 APOLLO4_PINMUX(84, 7)
978#define OBSBUS4_P84 APOLLO4_PINMUX(84, 8)
979#define FPIO_P84 APOLLO4_PINMUX(84, 11)
980#define SDIF_DAT1_P85 APOLLO4_PINMUX(85, 2)
981#define GPIO_P85 APOLLO4_PINMUX(85, 3)
982#define CT85_P85 APOLLO4_PINMUX(85, 6)
983#define NCE85_P85 APOLLO4_PINMUX(85, 7)
984#define OBSBUS5_P85 APOLLO4_PINMUX(85, 8)
985#define FPIO_P85 APOLLO4_PINMUX(85, 11)
986#define SDIF_DAT2_P86 APOLLO4_PINMUX(86, 2)
987#define GPIO_P86 APOLLO4_PINMUX(86, 3)
988#define CT86_P86 APOLLO4_PINMUX(86, 6)
989#define NCE86_P86 APOLLO4_PINMUX(86, 7)
990#define OBSBUS6_P86 APOLLO4_PINMUX(86, 8)
991#define FPIO_P86 APOLLO4_PINMUX(86, 11)
992#define SDIF_DAT3_P87 APOLLO4_PINMUX(87, 2)
993#define GPIO_P87 APOLLO4_PINMUX(87, 3)
994#define CT87_P87 APOLLO4_PINMUX(87, 6)
995#define NCE87_P87 APOLLO4_PINMUX(87, 7)
996#define OBSBUS7_P87 APOLLO4_PINMUX(87, 8)
997#define DISP_TE_P87 APOLLO4_PINMUX(87, 9)
998#define FPIO_P87 APOLLO4_PINMUX(87, 11)
999#define SDIF_CLKOUT_P88 APOLLO4_PINMUX(88, 2)
1000#define GPIO_P88 APOLLO4_PINMUX(88, 3)
1001#define CT88_P88 APOLLO4_PINMUX(88, 6)
1002#define NCE88_P88 APOLLO4_PINMUX(88, 7)
1003#define OBSBUS8_P88 APOLLO4_PINMUX(88, 8)
1004#define FPIO_P88 APOLLO4_PINMUX(88, 11)
1005#define GPIO_P89 APOLLO4_PINMUX(89, 3)
1006#define DISP_CM_P89 APOLLO4_PINMUX(89, 5)
1007#define CT89_P89 APOLLO4_PINMUX(89, 6)
1008#define NCE89_P89 APOLLO4_PINMUX(89, 7)
1009#define OBSBUS9_P89 APOLLO4_PINMUX(89, 8)
1010#define FPIO_P89 APOLLO4_PINMUX(89, 11)
1011#define GPIO_P90 APOLLO4_PINMUX(90, 3)
1012#define CT90_P90 APOLLO4_PINMUX(90, 6)
1013#define NCE90_P90 APOLLO4_PINMUX(90, 7)
1014#define OBSBUS10_P90 APOLLO4_PINMUX(90, 8)
1015#define VCMPO_P90 APOLLO4_PINMUX(90, 9)
1016#define FPIO_P90 APOLLO4_PINMUX(90, 11)
1017#define GPIO_P91 APOLLO4_PINMUX(91, 3)
1018#define CT91_P91 APOLLO4_PINMUX(91, 6)
1019#define NCE91_P91 APOLLO4_PINMUX(91, 7)
1020#define OBSBUS11_P91 APOLLO4_PINMUX(91, 8)
1021#define VCMPO_P91 APOLLO4_PINMUX(91, 9)
1022#define FPIO_P91 APOLLO4_PINMUX(91, 11)
1023#define GPIO_P92 APOLLO4_PINMUX(92, 3)
1024#define CT92_P92 APOLLO4_PINMUX(92, 6)
1025#define NCE92_P92 APOLLO4_PINMUX(92, 7)
1026#define OBSBUS12_P92 APOLLO4_PINMUX(92, 8)
1027#define VCMPO_P92 APOLLO4_PINMUX(92, 9)
1028#define FPIO_P92 APOLLO4_PINMUX(92, 11)
1029#define MSPI2_9_P93 APOLLO4_PINMUX(93, 0)
1030#define GPIO_P93 APOLLO4_PINMUX(93, 3)
1031#define CT93_P93 APOLLO4_PINMUX(93, 6)
1032#define NCE93_P93 APOLLO4_PINMUX(93, 7)
1033#define OBSBUS13_P93 APOLLO4_PINMUX(93, 8)
1034#define VCMPO_P93 APOLLO4_PINMUX(93, 9)
1035#define FPIO_P93 APOLLO4_PINMUX(93, 11)
1036#define GPIO_P94 APOLLO4_PINMUX(94, 3)
1037#define CT94_P94 APOLLO4_PINMUX(94, 6)
1038#define NCE94_P94 APOLLO4_PINMUX(94, 7)
1039#define OBSBUS14_P94 APOLLO4_PINMUX(94, 8)
1040#define VCMPO_P94 APOLLO4_PINMUX(94, 9)
1041#define FPIO_P94 APOLLO4_PINMUX(94, 11)
1042#define GPIO_P95 APOLLO4_PINMUX(95, 3)
1043#define CT95_P95 APOLLO4_PINMUX(95, 6)
1044#define NCE95_P95 APOLLO4_PINMUX(95, 7)
1045#define OBSBUS15_P95 APOLLO4_PINMUX(95, 8)
1046#define FPIO_P95 APOLLO4_PINMUX(95, 11)
1047#define GPIO_P96 APOLLO4_PINMUX(96, 3)
1048#define CT96_P96 APOLLO4_PINMUX(96, 6)
1049#define NCE96_P96 APOLLO4_PINMUX(96, 7)
1050#define OBSBUS0_P96 APOLLO4_PINMUX(96, 8)
1051#define FPIO_P96 APOLLO4_PINMUX(96, 11)
1052#define GPIO_P97 APOLLO4_PINMUX(97, 3)
1053#define CT97_P97 APOLLO4_PINMUX(97, 6)
1054#define NCE97_P97 APOLLO4_PINMUX(97, 7)
1055#define OBSBUS1_P97 APOLLO4_PINMUX(97, 8)
1056#define FPIO_P97 APOLLO4_PINMUX(97, 11)
1057#define GPIO_P98 APOLLO4_PINMUX(98, 3)
1058#define CT98_P98 APOLLO4_PINMUX(98, 6)
1059#define NCE98_P98 APOLLO4_PINMUX(98, 7)
1060#define OBSBUS2_P98 APOLLO4_PINMUX(98, 8)
1061#define FPIO_P98 APOLLO4_PINMUX(98, 11)
1062#define GPIO_P99 APOLLO4_PINMUX(99, 3)
1063#define CT99_P99 APOLLO4_PINMUX(99, 6)
1064#define NCE99_P99 APOLLO4_PINMUX(99, 7)
1065#define OBSBUS3_P99 APOLLO4_PINMUX(99, 8)
1066#define FPIO_P99 APOLLO4_PINMUX(99, 11)
1067#define GPIO_P100 APOLLO4_PINMUX(100, 3)
1068#define CT100_P100 APOLLO4_PINMUX(100, 6)
1069#define NCE100_P100 APOLLO4_PINMUX(100, 7)
1070#define OBSBUS4_P100 APOLLO4_PINMUX(100, 8)
1071#define FPIO_P100 APOLLO4_PINMUX(100, 11)
1072#define GPIO_P101 APOLLO4_PINMUX(101, 3)
1073#define CT101_P101 APOLLO4_PINMUX(101, 6)
1074#define NCE101_P101 APOLLO4_PINMUX(101, 7)
1075#define OBSBUS5_P101 APOLLO4_PINMUX(101, 8)
1076#define FPIO_P101 APOLLO4_PINMUX(101, 11)
1077#define GPIO_P102 APOLLO4_PINMUX(102, 3)
1078#define CT102_P102 APOLLO4_PINMUX(102, 6)
1079#define NCE102_P102 APOLLO4_PINMUX(102, 7)
1080#define OBSBUS6_P102 APOLLO4_PINMUX(102, 8)
1081#define FPIO_P102 APOLLO4_PINMUX(102, 11)
1082#define GPIO_P103 APOLLO4_PINMUX(103, 3)
1083#define CT103_P103 APOLLO4_PINMUX(103, 6)
1084#define NCE103_P103 APOLLO4_PINMUX(103, 7)
1085#define OBSBUS7_P103 APOLLO4_PINMUX(103, 8)
1086#define FPIO_P103 APOLLO4_PINMUX(103, 11)
1087#define MSPI1_9_P104 APOLLO4_PINMUX(104, 0)
1088#define GPIO_P104 APOLLO4_PINMUX(104, 3)
1089#define CT104_P104 APOLLO4_PINMUX(104, 6)
1090#define NCE104_P104 APOLLO4_PINMUX(104, 7)
1091#define OBSBUS8_P104 APOLLO4_PINMUX(104, 8)
1092#define FPIO_P104 APOLLO4_PINMUX(104, 11)
1093#define GPIO_P105 APOLLO4_PINMUX(105, 3)
1094#define CT105_P105 APOLLO4_PINMUX(105, 6)
1095#define OBSBUS9_P105 APOLLO4_PINMUX(105, 8)
1096#define GPIO_P106 APOLLO4_PINMUX(106, 3)
1097#define CT106_P106 APOLLO4_PINMUX(106, 6)
1098#define OBSBUS10_P106 APOLLO4_PINMUX(106, 8)
1099#define GPIO_P107 APOLLO4_PINMUX(107, 3)
1100#define CT107_P107 APOLLO4_PINMUX(107, 6)
1101#define OBSBUS11_P107 APOLLO4_PINMUX(107, 8)
1102#define GPIO_P108 APOLLO4_PINMUX(108, 3)
1103#define CT108_P108 APOLLO4_PINMUX(108, 6)
1104#define OBSBUS12_P108 APOLLO4_PINMUX(108, 8)
1105#define GPIO_P109 APOLLO4_PINMUX(109, 3)
1106#define CT109_P109 APOLLO4_PINMUX(109, 6)
1107#define OBSBUS13_P109 APOLLO4_PINMUX(109, 8)
1108#define GPIO_P110 APOLLO4_PINMUX(110, 3)
1109#define CT110_P110 APOLLO4_PINMUX(110, 6)
1110#define OBSBUS14_P110 APOLLO4_PINMUX(110, 8)
1111#define GPIO_P111 APOLLO4_PINMUX(111, 3)
1112#define CT111_P111 APOLLO4_PINMUX(111, 6)
1113#define OBSBUS15_P111 APOLLO4_PINMUX(111, 8)
1114#define GPIO_P112 APOLLO4_PINMUX(112, 3)
1115#define CT112_P112 APOLLO4_PINMUX(112, 6)
1116#define OBSBUS0_P112 APOLLO4_PINMUX(112, 8)
1117#define GPIO_P113 APOLLO4_PINMUX(113, 3)
1118#define CT113_P113 APOLLO4_PINMUX(113, 6)
1119#define OBSBUS1_P113 APOLLO4_PINMUX(113, 8)
1120#define GPIO_P114 APOLLO4_PINMUX(114, 3)
1121#define CT114_P114 APOLLO4_PINMUX(114, 6)
1122#define OBSBUS2_P114 APOLLO4_PINMUX(114, 8)
1123#define GPIO_P115 APOLLO4_PINMUX(115, 3)
1124#define CT115_P115 APOLLO4_PINMUX(115, 6)
1125#define OBSBUS3_P115 APOLLO4_PINMUX(115, 8)
1126#define GPIO_P116 APOLLO4_PINMUX(116, 3)
1127#define CT116_P116 APOLLO4_PINMUX(116, 6)
1128#define OBSBUS4_P116 APOLLO4_PINMUX(116, 8)
1129#define GPIO_P117 APOLLO4_PINMUX(117, 3)
1130#define CT117_P117 APOLLO4_PINMUX(117, 6)
1131#define OBSBUS5_P117 APOLLO4_PINMUX(117, 8)
1132#define GPIO_P118 APOLLO4_PINMUX(118, 3)
1133#define CT118_P118 APOLLO4_PINMUX(118, 6)
1134#define OBSBUS6_P118 APOLLO4_PINMUX(118, 8)
1135#define GPIO_P119 APOLLO4_PINMUX(119, 3)
1136#define CT119_P119 APOLLO4_PINMUX(119, 6)
1137#define OBSBUS7_P119 APOLLO4_PINMUX(119, 8)
1138#define GPIO_P120 APOLLO4_PINMUX(120, 3)
1139#define CT120_P120 APOLLO4_PINMUX(120, 6)
1140#define OBSBUS8_P120 APOLLO4_PINMUX(120, 8)
1141#define GPIO_P121 APOLLO4_PINMUX(121, 3)
1142#define CT121_P121 APOLLO4_PINMUX(121, 6)
1143#define OBSBUS9_P121 APOLLO4_PINMUX(121, 8)
1144#define GPIO_P122 APOLLO4_PINMUX(122, 3)
1145#define CT122_P122 APOLLO4_PINMUX(122, 6)
1146#define OBSBUS10_P122 APOLLO4_PINMUX(122, 8)
1147#define GPIO_P123 APOLLO4_PINMUX(123, 3)
1148#define CT123_P123 APOLLO4_PINMUX(123, 6)
1149#define OBSBUS11_P123 APOLLO4_PINMUX(123, 8)
1150#define GPIO_P124 APOLLO4_PINMUX(124, 3)
1151#define CT124_P124 APOLLO4_PINMUX(124, 6)
1152#define OBSBUS12_P124 APOLLO4_PINMUX(124, 8)
1153#define GPIO_P125 APOLLO4_PINMUX(125, 3)
1154#define CT125_P125 APOLLO4_PINMUX(125, 6)
1155#define OBSBUS13_P125 APOLLO4_PINMUX(125, 8)
1156#define GPIO_P126 APOLLO4_PINMUX(126, 3)
1157#define CT126_P126 APOLLO4_PINMUX(126, 6)
1158#define OBSBUS14_P126 APOLLO4_PINMUX(126, 8)
1159#define GPIO_P127 APOLLO4_PINMUX(127, 3)
1160#define CT127_P127 APOLLO4_PINMUX(127, 6)
1161#define OBSBUS15_P127 APOLLO4_PINMUX(127, 8)
1162
1164
1166
1167#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_AMBIQ_APOLLO4_PINCTRL_H_ */