blob: 591b01657378e82f97bb9738b825336fdec13dc7 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001/*
2 * Pin controller and GPIO driver for Amlogic Meson8.
3 *
4 * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 as published by the Free Software Foundation.
9 *
10 * You should have received a copy of the GNU General Public License
11 * along with this program. If not, see <http://www.gnu.org/licenses/>.
12 */
13
14#include <dt-bindings/gpio/meson8-gpio.h>
15#include "pinctrl-meson.h"
16
17#define AO_OFF 120
18
19static const struct pinctrl_pin_desc meson8_cbus_pins[] = {
20 MESON_PIN(GPIOX_0, 0),
21 MESON_PIN(GPIOX_1, 0),
22 MESON_PIN(GPIOX_2, 0),
23 MESON_PIN(GPIOX_3, 0),
24 MESON_PIN(GPIOX_4, 0),
25 MESON_PIN(GPIOX_5, 0),
26 MESON_PIN(GPIOX_6, 0),
27 MESON_PIN(GPIOX_7, 0),
28 MESON_PIN(GPIOX_8, 0),
29 MESON_PIN(GPIOX_9, 0),
30 MESON_PIN(GPIOX_10, 0),
31 MESON_PIN(GPIOX_11, 0),
32 MESON_PIN(GPIOX_12, 0),
33 MESON_PIN(GPIOX_13, 0),
34 MESON_PIN(GPIOX_14, 0),
35 MESON_PIN(GPIOX_15, 0),
36 MESON_PIN(GPIOX_16, 0),
37 MESON_PIN(GPIOX_17, 0),
38 MESON_PIN(GPIOX_18, 0),
39 MESON_PIN(GPIOX_19, 0),
40 MESON_PIN(GPIOX_20, 0),
41 MESON_PIN(GPIOX_21, 0),
42 MESON_PIN(GPIOY_0, 0),
43 MESON_PIN(GPIOY_1, 0),
44 MESON_PIN(GPIOY_2, 0),
45 MESON_PIN(GPIOY_3, 0),
46 MESON_PIN(GPIOY_4, 0),
47 MESON_PIN(GPIOY_5, 0),
48 MESON_PIN(GPIOY_6, 0),
49 MESON_PIN(GPIOY_7, 0),
50 MESON_PIN(GPIOY_8, 0),
51 MESON_PIN(GPIOY_9, 0),
52 MESON_PIN(GPIOY_10, 0),
53 MESON_PIN(GPIOY_11, 0),
54 MESON_PIN(GPIOY_12, 0),
55 MESON_PIN(GPIOY_13, 0),
56 MESON_PIN(GPIOY_14, 0),
57 MESON_PIN(GPIOY_15, 0),
58 MESON_PIN(GPIOY_16, 0),
59 MESON_PIN(GPIODV_0, 0),
60 MESON_PIN(GPIODV_1, 0),
61 MESON_PIN(GPIODV_2, 0),
62 MESON_PIN(GPIODV_3, 0),
63 MESON_PIN(GPIODV_4, 0),
64 MESON_PIN(GPIODV_5, 0),
65 MESON_PIN(GPIODV_6, 0),
66 MESON_PIN(GPIODV_7, 0),
67 MESON_PIN(GPIODV_8, 0),
68 MESON_PIN(GPIODV_9, 0),
69 MESON_PIN(GPIODV_10, 0),
70 MESON_PIN(GPIODV_11, 0),
71 MESON_PIN(GPIODV_12, 0),
72 MESON_PIN(GPIODV_13, 0),
73 MESON_PIN(GPIODV_14, 0),
74 MESON_PIN(GPIODV_15, 0),
75 MESON_PIN(GPIODV_16, 0),
76 MESON_PIN(GPIODV_17, 0),
77 MESON_PIN(GPIODV_18, 0),
78 MESON_PIN(GPIODV_19, 0),
79 MESON_PIN(GPIODV_20, 0),
80 MESON_PIN(GPIODV_21, 0),
81 MESON_PIN(GPIODV_22, 0),
82 MESON_PIN(GPIODV_23, 0),
83 MESON_PIN(GPIODV_24, 0),
84 MESON_PIN(GPIODV_25, 0),
85 MESON_PIN(GPIODV_26, 0),
86 MESON_PIN(GPIODV_27, 0),
87 MESON_PIN(GPIODV_28, 0),
88 MESON_PIN(GPIODV_29, 0),
89 MESON_PIN(GPIOH_0, 0),
90 MESON_PIN(GPIOH_1, 0),
91 MESON_PIN(GPIOH_2, 0),
92 MESON_PIN(GPIOH_3, 0),
93 MESON_PIN(GPIOH_4, 0),
94 MESON_PIN(GPIOH_5, 0),
95 MESON_PIN(GPIOH_6, 0),
96 MESON_PIN(GPIOH_7, 0),
97 MESON_PIN(GPIOH_8, 0),
98 MESON_PIN(GPIOH_9, 0),
99 MESON_PIN(GPIOZ_0, 0),
100 MESON_PIN(GPIOZ_1, 0),
101 MESON_PIN(GPIOZ_2, 0),
102 MESON_PIN(GPIOZ_3, 0),
103 MESON_PIN(GPIOZ_4, 0),
104 MESON_PIN(GPIOZ_5, 0),
105 MESON_PIN(GPIOZ_6, 0),
106 MESON_PIN(GPIOZ_7, 0),
107 MESON_PIN(GPIOZ_8, 0),
108 MESON_PIN(GPIOZ_9, 0),
109 MESON_PIN(GPIOZ_10, 0),
110 MESON_PIN(GPIOZ_11, 0),
111 MESON_PIN(GPIOZ_12, 0),
112 MESON_PIN(GPIOZ_13, 0),
113 MESON_PIN(GPIOZ_14, 0),
114 MESON_PIN(CARD_0, 0),
115 MESON_PIN(CARD_1, 0),
116 MESON_PIN(CARD_2, 0),
117 MESON_PIN(CARD_3, 0),
118 MESON_PIN(CARD_4, 0),
119 MESON_PIN(CARD_5, 0),
120 MESON_PIN(CARD_6, 0),
121 MESON_PIN(BOOT_0, 0),
122 MESON_PIN(BOOT_1, 0),
123 MESON_PIN(BOOT_2, 0),
124 MESON_PIN(BOOT_3, 0),
125 MESON_PIN(BOOT_4, 0),
126 MESON_PIN(BOOT_5, 0),
127 MESON_PIN(BOOT_6, 0),
128 MESON_PIN(BOOT_7, 0),
129 MESON_PIN(BOOT_8, 0),
130 MESON_PIN(BOOT_9, 0),
131 MESON_PIN(BOOT_10, 0),
132 MESON_PIN(BOOT_11, 0),
133 MESON_PIN(BOOT_12, 0),
134 MESON_PIN(BOOT_13, 0),
135 MESON_PIN(BOOT_14, 0),
136 MESON_PIN(BOOT_15, 0),
137 MESON_PIN(BOOT_16, 0),
138 MESON_PIN(BOOT_17, 0),
139 MESON_PIN(BOOT_18, 0),
140};
141
142static const struct pinctrl_pin_desc meson8_aobus_pins[] = {
143 MESON_PIN(GPIOAO_0, AO_OFF),
144 MESON_PIN(GPIOAO_1, AO_OFF),
145 MESON_PIN(GPIOAO_2, AO_OFF),
146 MESON_PIN(GPIOAO_3, AO_OFF),
147 MESON_PIN(GPIOAO_4, AO_OFF),
148 MESON_PIN(GPIOAO_5, AO_OFF),
149 MESON_PIN(GPIOAO_6, AO_OFF),
150 MESON_PIN(GPIOAO_7, AO_OFF),
151 MESON_PIN(GPIOAO_8, AO_OFF),
152 MESON_PIN(GPIOAO_9, AO_OFF),
153 MESON_PIN(GPIOAO_10, AO_OFF),
154 MESON_PIN(GPIOAO_11, AO_OFF),
155 MESON_PIN(GPIOAO_12, AO_OFF),
156 MESON_PIN(GPIOAO_13, AO_OFF),
157 MESON_PIN(GPIO_BSD_EN, AO_OFF),
158 MESON_PIN(GPIO_TEST_N, AO_OFF),
159};
160
161/* bank X */
162static const unsigned int sd_d0_a_pins[] = { PIN(GPIOX_0, 0) };
163static const unsigned int sd_d1_a_pins[] = { PIN(GPIOX_1, 0) };
164static const unsigned int sd_d2_a_pins[] = { PIN(GPIOX_2, 0) };
165static const unsigned int sd_d3_a_pins[] = { PIN(GPIOX_3, 0) };
166static const unsigned int sd_clk_a_pins[] = { PIN(GPIOX_8, 0) };
167static const unsigned int sd_cmd_a_pins[] = { PIN(GPIOX_9, 0) };
168
169static const unsigned int sdxc_d0_a_pins[] = { PIN(GPIOX_0, 0) };
170static const unsigned int sdxc_d13_a_pins[] = { PIN(GPIOX_1, 0), PIN(GPIOX_2, 0),
171 PIN(GPIOX_3, 0) };
172static const unsigned int sdxc_d47_a_pins[] = { PIN(GPIOX_4, 0), PIN(GPIOX_5, 0),
173 PIN(GPIOX_6, 0), PIN(GPIOX_7, 0) };
174static const unsigned int sdxc_clk_a_pins[] = { PIN(GPIOX_8, 0) };
175static const unsigned int sdxc_cmd_a_pins[] = { PIN(GPIOX_9, 0) };
176
177static const unsigned int pcm_out_a_pins[] = { PIN(GPIOX_4, 0) };
178static const unsigned int pcm_in_a_pins[] = { PIN(GPIOX_5, 0) };
179static const unsigned int pcm_fs_a_pins[] = { PIN(GPIOX_6, 0) };
180static const unsigned int pcm_clk_a_pins[] = { PIN(GPIOX_7, 0) };
181
182static const unsigned int uart_tx_a0_pins[] = { PIN(GPIOX_4, 0) };
183static const unsigned int uart_rx_a0_pins[] = { PIN(GPIOX_5, 0) };
184static const unsigned int uart_cts_a0_pins[] = { PIN(GPIOX_6, 0) };
185static const unsigned int uart_rts_a0_pins[] = { PIN(GPIOX_7, 0) };
186
187static const unsigned int uart_tx_a1_pins[] = { PIN(GPIOX_12, 0) };
188static const unsigned int uart_rx_a1_pins[] = { PIN(GPIOX_13, 0) };
189static const unsigned int uart_cts_a1_pins[] = { PIN(GPIOX_14, 0) };
190static const unsigned int uart_rts_a1_pins[] = { PIN(GPIOX_15, 0) };
191
192static const unsigned int uart_tx_b0_pins[] = { PIN(GPIOX_16, 0) };
193static const unsigned int uart_rx_b0_pins[] = { PIN(GPIOX_17, 0) };
194static const unsigned int uart_cts_b0_pins[] = { PIN(GPIOX_18, 0) };
195static const unsigned int uart_rts_b0_pins[] = { PIN(GPIOX_19, 0) };
196
197static const unsigned int iso7816_det_pins[] = { PIN(GPIOX_16, 0) };
198static const unsigned int iso7816_reset_pins[] = { PIN(GPIOX_17, 0) };
199static const unsigned int iso7816_clk_pins[] = { PIN(GPIOX_18, 0) };
200static const unsigned int iso7816_data_pins[] = { PIN(GPIOX_19, 0) };
201
202static const unsigned int i2c_sda_d0_pins[] = { PIN(GPIOX_16, 0) };
203static const unsigned int i2c_sck_d0_pins[] = { PIN(GPIOX_17, 0) };
204
205static const unsigned int xtal_32k_out_pins[] = { PIN(GPIOX_10, 0) };
206static const unsigned int xtal_24m_out_pins[] = { PIN(GPIOX_11, 0) };
207
208static const unsigned int pwm_e_pins[] = { PIN(GPIOX_10, 0) };
209static const unsigned int pwm_b_x_pins[] = { PIN(GPIOX_11, 0) };
210
211/* bank Y */
212static const unsigned int uart_tx_c_pins[] = { PIN(GPIOY_0, 0) };
213static const unsigned int uart_rx_c_pins[] = { PIN(GPIOY_1, 0) };
214static const unsigned int uart_cts_c_pins[] = { PIN(GPIOY_2, 0) };
215static const unsigned int uart_rts_c_pins[] = { PIN(GPIOY_3, 0) };
216
217static const unsigned int pcm_out_b_pins[] = { PIN(GPIOY_4, 0) };
218static const unsigned int pcm_in_b_pins[] = { PIN(GPIOY_5, 0) };
219static const unsigned int pcm_fs_b_pins[] = { PIN(GPIOY_6, 0) };
220static const unsigned int pcm_clk_b_pins[] = { PIN(GPIOY_7, 0) };
221
222static const unsigned int i2c_sda_c0_pins[] = { PIN(GPIOY_0, 0) };
223static const unsigned int i2c_sck_c0_pins[] = { PIN(GPIOY_1, 0) };
224
225static const unsigned int pwm_a_y_pins[] = { PIN(GPIOY_16, 0) };
226
227static const unsigned int i2s_out_ch45_pins[] = { PIN(GPIOY_0, 0) };
228static const unsigned int i2s_out_ch23_pins[] = { PIN(GPIOY_1, 0) };
229static const unsigned int i2s_out_ch01_pins[] = { PIN(GPIOY_4, 0) };
230static const unsigned int i2s_in_ch01_pins[] = { PIN(GPIOY_5, 0) };
231static const unsigned int i2s_lr_clk_in_pins[] = { PIN(GPIOY_6, 0) };
232static const unsigned int i2s_ao_clk_in_pins[] = { PIN(GPIOY_7, 0) };
233static const unsigned int i2s_am_clk_pins[] = { PIN(GPIOY_8, 0) };
234static const unsigned int i2s_out_ch78_pins[] = { PIN(GPIOY_9, 0) };
235
236static const unsigned int spdif_in_pins[] = { PIN(GPIOY_2, 0) };
237static const unsigned int spdif_out_pins[] = { PIN(GPIOY_3, 0) };
238
239/* bank DV */
240static const unsigned int dvin_rgb_pins[] = { PIN(GPIODV_0, 0), PIN(GPIODV_1, 0),
241 PIN(GPIODV_2, 0), PIN(GPIODV_3, 0),
242 PIN(GPIODV_4, 0), PIN(GPIODV_5, 0),
243 PIN(GPIODV_6, 0), PIN(GPIODV_7, 0),
244 PIN(GPIODV_8, 0), PIN(GPIODV_9, 0),
245 PIN(GPIODV_10, 0), PIN(GPIODV_11, 0),
246 PIN(GPIODV_12, 0), PIN(GPIODV_13, 0),
247 PIN(GPIODV_14, 0), PIN(GPIODV_15, 0),
248 PIN(GPIODV_16, 0), PIN(GPIODV_17, 0),
249 PIN(GPIODV_18, 0), PIN(GPIODV_19, 0),
250 PIN(GPIODV_20, 0), PIN(GPIODV_21, 0),
251 PIN(GPIODV_22, 0), PIN(GPIODV_23, 0) };
252static const unsigned int dvin_vs_pins[] = { PIN(GPIODV_24, 0) };
253static const unsigned int dvin_hs_pins[] = { PIN(GPIODV_25, 0) };
254static const unsigned int dvin_clk_pins[] = { PIN(GPIODV_26, 0) };
255static const unsigned int dvin_de_pins[] = { PIN(GPIODV_27, 0) };
256
257static const unsigned int enc_0_pins[] = { PIN(GPIODV_0, 0) };
258static const unsigned int enc_1_pins[] = { PIN(GPIODV_1, 0) };
259static const unsigned int enc_2_pins[] = { PIN(GPIODV_2, 0) };
260static const unsigned int enc_3_pins[] = { PIN(GPIODV_3, 0) };
261static const unsigned int enc_4_pins[] = { PIN(GPIODV_4, 0) };
262static const unsigned int enc_5_pins[] = { PIN(GPIODV_5, 0) };
263static const unsigned int enc_6_pins[] = { PIN(GPIODV_6, 0) };
264static const unsigned int enc_7_pins[] = { PIN(GPIODV_7, 0) };
265static const unsigned int enc_8_pins[] = { PIN(GPIODV_8, 0) };
266static const unsigned int enc_9_pins[] = { PIN(GPIODV_9, 0) };
267static const unsigned int enc_10_pins[] = { PIN(GPIODV_10, 0) };
268static const unsigned int enc_11_pins[] = { PIN(GPIODV_11, 0) };
269static const unsigned int enc_12_pins[] = { PIN(GPIODV_12, 0) };
270static const unsigned int enc_13_pins[] = { PIN(GPIODV_13, 0) };
271static const unsigned int enc_14_pins[] = { PIN(GPIODV_14, 0) };
272static const unsigned int enc_15_pins[] = { PIN(GPIODV_15, 0) };
273static const unsigned int enc_16_pins[] = { PIN(GPIODV_16, 0) };
274static const unsigned int enc_17_pins[] = { PIN(GPIODV_17, 0) };
275
276static const unsigned int uart_tx_b1_pins[] = { PIN(GPIODV_24, 0) };
277static const unsigned int uart_rx_b1_pins[] = { PIN(GPIODV_25, 0) };
278static const unsigned int uart_cts_b1_pins[] = { PIN(GPIODV_26, 0) };
279static const unsigned int uart_rts_b1_pins[] = { PIN(GPIODV_27, 0) };
280
281static const unsigned int vga_vs_pins[] = { PIN(GPIODV_24, 0) };
282static const unsigned int vga_hs_pins[] = { PIN(GPIODV_25, 0) };
283
284static const unsigned int pwm_c_dv9_pins[] = { PIN(GPIODV_9, 0) };
285static const unsigned int pwm_c_dv29_pins[] = { PIN(GPIODV_29, 0) };
286static const unsigned int pwm_d_pins[] = { PIN(GPIODV_28, 0) };
287
288/* bank H */
289static const unsigned int hdmi_hpd_pins[] = { PIN(GPIOH_0, 0) };
290static const unsigned int hdmi_sda_pins[] = { PIN(GPIOH_1, 0) };
291static const unsigned int hdmi_scl_pins[] = { PIN(GPIOH_2, 0) };
292static const unsigned int hdmi_cec_pins[] = { PIN(GPIOH_3, 0) };
293
294static const unsigned int spi_ss0_0_pins[] = { PIN(GPIOH_3, 0) };
295static const unsigned int spi_miso_0_pins[] = { PIN(GPIOH_4, 0) };
296static const unsigned int spi_mosi_0_pins[] = { PIN(GPIOH_5, 0) };
297static const unsigned int spi_sclk_0_pins[] = { PIN(GPIOH_6, 0) };
298
299static const unsigned int i2c_sda_d1_pins[] = { PIN(GPIOH_7, 0) };
300static const unsigned int i2c_sck_d1_pins[] = { PIN(GPIOH_8, 0) };
301
302/* bank Z */
303static const unsigned int spi_ss0_1_pins[] = { PIN(GPIOZ_9, 0) };
304static const unsigned int spi_ss1_1_pins[] = { PIN(GPIOZ_10, 0) };
305static const unsigned int spi_sclk_1_pins[] = { PIN(GPIOZ_11, 0) };
306static const unsigned int spi_mosi_1_pins[] = { PIN(GPIOZ_12, 0) };
307static const unsigned int spi_miso_1_pins[] = { PIN(GPIOZ_13, 0) };
308static const unsigned int spi_ss2_1_pins[] = { PIN(GPIOZ_14, 0) };
309
310static const unsigned int eth_tx_clk_50m_pins[] = { PIN(GPIOZ_4, 0) };
311static const unsigned int eth_tx_en_pins[] = { PIN(GPIOZ_5, 0) };
312static const unsigned int eth_txd1_pins[] = { PIN(GPIOZ_6, 0) };
313static const unsigned int eth_txd0_pins[] = { PIN(GPIOZ_7, 0) };
314static const unsigned int eth_rx_clk_in_pins[] = { PIN(GPIOZ_8, 0) };
315static const unsigned int eth_rx_dv_pins[] = { PIN(GPIOZ_9, 0) };
316static const unsigned int eth_rxd1_pins[] = { PIN(GPIOZ_10, 0) };
317static const unsigned int eth_rxd0_pins[] = { PIN(GPIOZ_11, 0) };
318static const unsigned int eth_mdio_pins[] = { PIN(GPIOZ_12, 0) };
319static const unsigned int eth_mdc_pins[] = { PIN(GPIOZ_13, 0) };
320
321static const unsigned int i2c_sda_a0_pins[] = { PIN(GPIOZ_0, 0) };
322static const unsigned int i2c_sck_a0_pins[] = { PIN(GPIOZ_1, 0) };
323
324static const unsigned int i2c_sda_b_pins[] = { PIN(GPIOZ_2, 0) };
325static const unsigned int i2c_sck_b_pins[] = { PIN(GPIOZ_3, 0) };
326
327static const unsigned int i2c_sda_c1_pins[] = { PIN(GPIOZ_4, 0) };
328static const unsigned int i2c_sck_c1_pins[] = { PIN(GPIOZ_5, 0) };
329
330static const unsigned int i2c_sda_a1_pins[] = { PIN(GPIOZ_0, 0) };
331static const unsigned int i2c_sck_a1_pins[] = { PIN(GPIOZ_1, 0) };
332
333static const unsigned int i2c_sda_a2_pins[] = { PIN(GPIOZ_0, 0) };
334static const unsigned int i2c_sck_a2_pins[] = { PIN(GPIOZ_1, 0) };
335
336static const unsigned int pwm_a_z0_pins[] = { PIN(GPIOZ_0, 0) };
337static const unsigned int pwm_a_z7_pins[] = { PIN(GPIOZ_7, 0) };
338static const unsigned int pwm_b_z_pins[] = { PIN(GPIOZ_1, 0) };
339static const unsigned int pwm_c_z_pins[] = { PIN(GPIOZ_8, 0) };
340
341/* bank BOOT */
342static const unsigned int sd_d0_c_pins[] = { PIN(BOOT_0, 0) };
343static const unsigned int sd_d1_c_pins[] = { PIN(BOOT_1, 0) };
344static const unsigned int sd_d2_c_pins[] = { PIN(BOOT_2, 0) };
345static const unsigned int sd_d3_c_pins[] = { PIN(BOOT_3, 0) };
346static const unsigned int sd_cmd_c_pins[] = { PIN(BOOT_16, 0) };
347static const unsigned int sd_clk_c_pins[] = { PIN(BOOT_17, 0) };
348
349static const unsigned int sdxc_d0_c_pins[] = { PIN(BOOT_0, 0)};
350static const unsigned int sdxc_d13_c_pins[] = { PIN(BOOT_1, 0), PIN(BOOT_2, 0),
351 PIN(BOOT_3, 0) };
352static const unsigned int sdxc_d47_c_pins[] = { PIN(BOOT_4, 0), PIN(BOOT_5, 0),
353 PIN(BOOT_6, 0), PIN(BOOT_7, 0) };
354static const unsigned int sdxc_cmd_c_pins[] = { PIN(BOOT_16, 0) };
355static const unsigned int sdxc_clk_c_pins[] = { PIN(BOOT_17, 0) };
356
357static const unsigned int nand_io_pins[] = { PIN(BOOT_0, 0), PIN(BOOT_1, 0),
358 PIN(BOOT_2, 0), PIN(BOOT_3, 0),
359 PIN(BOOT_4, 0), PIN(BOOT_5, 0),
360 PIN(BOOT_6, 0), PIN(BOOT_7, 0) };
361static const unsigned int nand_io_ce0_pins[] = { PIN(BOOT_8, 0) };
362static const unsigned int nand_io_ce1_pins[] = { PIN(BOOT_9, 0) };
363static const unsigned int nand_io_rb0_pins[] = { PIN(BOOT_10, 0) };
364static const unsigned int nand_ale_pins[] = { PIN(BOOT_11, 0) };
365static const unsigned int nand_cle_pins[] = { PIN(BOOT_12, 0) };
366static const unsigned int nand_wen_clk_pins[] = { PIN(BOOT_13, 0) };
367static const unsigned int nand_ren_clk_pins[] = { PIN(BOOT_14, 0) };
368static const unsigned int nand_dqs_pins[] = { PIN(BOOT_15, 0) };
369static const unsigned int nand_ce2_pins[] = { PIN(BOOT_16, 0) };
370static const unsigned int nand_ce3_pins[] = { PIN(BOOT_17, 0) };
371
372static const unsigned int nor_d_pins[] = { PIN(BOOT_11, 0) };
373static const unsigned int nor_q_pins[] = { PIN(BOOT_12, 0) };
374static const unsigned int nor_c_pins[] = { PIN(BOOT_13, 0) };
375static const unsigned int nor_cs_pins[] = { PIN(BOOT_18, 0) };
376
377/* bank CARD */
378static const unsigned int sd_d1_b_pins[] = { PIN(CARD_0, 0) };
379static const unsigned int sd_d0_b_pins[] = { PIN(CARD_1, 0) };
380static const unsigned int sd_clk_b_pins[] = { PIN(CARD_2, 0) };
381static const unsigned int sd_cmd_b_pins[] = { PIN(CARD_3, 0) };
382static const unsigned int sd_d3_b_pins[] = { PIN(CARD_4, 0) };
383static const unsigned int sd_d2_b_pins[] = { PIN(CARD_5, 0) };
384
385static const unsigned int sdxc_d13_b_pins[] = { PIN(CARD_0, 0), PIN(CARD_4, 0),
386 PIN(CARD_5, 0) };
387static const unsigned int sdxc_d0_b_pins[] = { PIN(CARD_1, 0) };
388static const unsigned int sdxc_clk_b_pins[] = { PIN(CARD_2, 0) };
389static const unsigned int sdxc_cmd_b_pins[] = { PIN(CARD_3, 0) };
390
391/* bank AO */
392static const unsigned int uart_tx_ao_a_pins[] = { PIN(GPIOAO_0, AO_OFF) };
393static const unsigned int uart_rx_ao_a_pins[] = { PIN(GPIOAO_1, AO_OFF) };
394static const unsigned int uart_cts_ao_a_pins[] = { PIN(GPIOAO_2, AO_OFF) };
395static const unsigned int uart_rts_ao_a_pins[] = { PIN(GPIOAO_3, AO_OFF) };
396
397static const unsigned int remote_input_pins[] = { PIN(GPIOAO_7, AO_OFF) };
398static const unsigned int remote_output_ao_pins[] = { PIN(GPIOAO_13, AO_OFF) };
399
400static const unsigned int i2c_slave_sck_ao_pins[] = { PIN(GPIOAO_4, AO_OFF) };
401static const unsigned int i2c_slave_sda_ao_pins[] = { PIN(GPIOAO_5, AO_OFF) };
402
403static const unsigned int uart_tx_ao_b0_pins[] = { PIN(GPIOAO_0, AO_OFF) };
404static const unsigned int uart_rx_ao_b0_pins[] = { PIN(GPIOAO_1, AO_OFF) };
405
406static const unsigned int uart_tx_ao_b1_pins[] = { PIN(GPIOAO_4, AO_OFF) };
407static const unsigned int uart_rx_ao_b1_pins[] = { PIN(GPIOAO_5, AO_OFF) };
408
409static const unsigned int i2c_mst_sck_ao_pins[] = { PIN(GPIOAO_4, AO_OFF) };
410static const unsigned int i2c_mst_sda_ao_pins[] = { PIN(GPIOAO_5, AO_OFF) };
411
412static const unsigned int pwm_f_ao_pins[] = { PIN(GPIO_TEST_N, AO_OFF) };
413
414static const unsigned int i2s_am_clk_out_ao_pins[] = { PIN(GPIOAO_8, AO_OFF) };
415static const unsigned int i2s_ao_clk_out_ao_pins[] = { PIN(GPIOAO_9, AO_OFF) };
416static const unsigned int i2s_lr_clk_out_ao_pins[] = { PIN(GPIOAO_10, AO_OFF) };
417static const unsigned int i2s_out_ch01_ao_pins[] = { PIN(GPIOAO_11, AO_OFF) };
418
419static const unsigned int hdmi_cec_ao_pins[] = { PIN(GPIOAO_12, AO_OFF) };
420
421static struct meson_pmx_group meson8_cbus_groups[] = {
422 GPIO_GROUP(GPIOX_0, 0),
423 GPIO_GROUP(GPIOX_1, 0),
424 GPIO_GROUP(GPIOX_2, 0),
425 GPIO_GROUP(GPIOX_3, 0),
426 GPIO_GROUP(GPIOX_4, 0),
427 GPIO_GROUP(GPIOX_5, 0),
428 GPIO_GROUP(GPIOX_6, 0),
429 GPIO_GROUP(GPIOX_7, 0),
430 GPIO_GROUP(GPIOX_8, 0),
431 GPIO_GROUP(GPIOX_9, 0),
432 GPIO_GROUP(GPIOX_10, 0),
433 GPIO_GROUP(GPIOX_11, 0),
434 GPIO_GROUP(GPIOX_12, 0),
435 GPIO_GROUP(GPIOX_13, 0),
436 GPIO_GROUP(GPIOX_14, 0),
437 GPIO_GROUP(GPIOX_15, 0),
438 GPIO_GROUP(GPIOX_16, 0),
439 GPIO_GROUP(GPIOX_17, 0),
440 GPIO_GROUP(GPIOX_18, 0),
441 GPIO_GROUP(GPIOX_19, 0),
442 GPIO_GROUP(GPIOX_20, 0),
443 GPIO_GROUP(GPIOX_21, 0),
444 GPIO_GROUP(GPIOY_0, 0),
445 GPIO_GROUP(GPIOY_1, 0),
446 GPIO_GROUP(GPIOY_2, 0),
447 GPIO_GROUP(GPIOY_3, 0),
448 GPIO_GROUP(GPIOY_4, 0),
449 GPIO_GROUP(GPIOY_5, 0),
450 GPIO_GROUP(GPIOY_6, 0),
451 GPIO_GROUP(GPIOY_7, 0),
452 GPIO_GROUP(GPIOY_8, 0),
453 GPIO_GROUP(GPIOY_9, 0),
454 GPIO_GROUP(GPIOY_10, 0),
455 GPIO_GROUP(GPIOY_11, 0),
456 GPIO_GROUP(GPIOY_12, 0),
457 GPIO_GROUP(GPIOY_13, 0),
458 GPIO_GROUP(GPIOY_14, 0),
459 GPIO_GROUP(GPIOY_15, 0),
460 GPIO_GROUP(GPIOY_16, 0),
461 GPIO_GROUP(GPIODV_0, 0),
462 GPIO_GROUP(GPIODV_1, 0),
463 GPIO_GROUP(GPIODV_2, 0),
464 GPIO_GROUP(GPIODV_3, 0),
465 GPIO_GROUP(GPIODV_4, 0),
466 GPIO_GROUP(GPIODV_5, 0),
467 GPIO_GROUP(GPIODV_6, 0),
468 GPIO_GROUP(GPIODV_7, 0),
469 GPIO_GROUP(GPIODV_8, 0),
470 GPIO_GROUP(GPIODV_9, 0),
471 GPIO_GROUP(GPIODV_10, 0),
472 GPIO_GROUP(GPIODV_11, 0),
473 GPIO_GROUP(GPIODV_12, 0),
474 GPIO_GROUP(GPIODV_13, 0),
475 GPIO_GROUP(GPIODV_14, 0),
476 GPIO_GROUP(GPIODV_15, 0),
477 GPIO_GROUP(GPIODV_16, 0),
478 GPIO_GROUP(GPIODV_17, 0),
479 GPIO_GROUP(GPIODV_18, 0),
480 GPIO_GROUP(GPIODV_19, 0),
481 GPIO_GROUP(GPIODV_20, 0),
482 GPIO_GROUP(GPIODV_21, 0),
483 GPIO_GROUP(GPIODV_22, 0),
484 GPIO_GROUP(GPIODV_23, 0),
485 GPIO_GROUP(GPIODV_24, 0),
486 GPIO_GROUP(GPIODV_25, 0),
487 GPIO_GROUP(GPIODV_26, 0),
488 GPIO_GROUP(GPIODV_27, 0),
489 GPIO_GROUP(GPIODV_28, 0),
490 GPIO_GROUP(GPIODV_29, 0),
491 GPIO_GROUP(GPIOH_0, 0),
492 GPIO_GROUP(GPIOH_1, 0),
493 GPIO_GROUP(GPIOH_2, 0),
494 GPIO_GROUP(GPIOH_3, 0),
495 GPIO_GROUP(GPIOH_4, 0),
496 GPIO_GROUP(GPIOH_5, 0),
497 GPIO_GROUP(GPIOH_6, 0),
498 GPIO_GROUP(GPIOH_7, 0),
499 GPIO_GROUP(GPIOH_8, 0),
500 GPIO_GROUP(GPIOH_9, 0),
501 GPIO_GROUP(GPIOZ_0, 0),
502 GPIO_GROUP(GPIOZ_1, 0),
503 GPIO_GROUP(GPIOZ_2, 0),
504 GPIO_GROUP(GPIOZ_3, 0),
505 GPIO_GROUP(GPIOZ_4, 0),
506 GPIO_GROUP(GPIOZ_5, 0),
507 GPIO_GROUP(GPIOZ_6, 0),
508 GPIO_GROUP(GPIOZ_7, 0),
509 GPIO_GROUP(GPIOZ_8, 0),
510 GPIO_GROUP(GPIOZ_9, 0),
511 GPIO_GROUP(GPIOZ_10, 0),
512 GPIO_GROUP(GPIOZ_11, 0),
513 GPIO_GROUP(GPIOZ_12, 0),
514 GPIO_GROUP(GPIOZ_13, 0),
515 GPIO_GROUP(GPIOZ_14, 0),
516
517 /* bank X */
518 GROUP(sd_d0_a, 8, 5),
519 GROUP(sd_d1_a, 8, 4),
520 GROUP(sd_d2_a, 8, 3),
521 GROUP(sd_d3_a, 8, 2),
522 GROUP(sd_clk_a, 8, 1),
523 GROUP(sd_cmd_a, 8, 0),
524
525 GROUP(sdxc_d0_a, 5, 14),
526 GROUP(sdxc_d13_a, 5, 13),
527 GROUP(sdxc_d47_a, 5, 12),
528 GROUP(sdxc_clk_a, 5, 11),
529 GROUP(sdxc_cmd_a, 5, 10),
530
531 GROUP(pcm_out_a, 3, 30),
532 GROUP(pcm_in_a, 3, 29),
533 GROUP(pcm_fs_a, 3, 28),
534 GROUP(pcm_clk_a, 3, 27),
535
536 GROUP(uart_tx_a0, 4, 17),
537 GROUP(uart_rx_a0, 4, 16),
538 GROUP(uart_cts_a0, 4, 15),
539 GROUP(uart_rts_a0, 4, 14),
540
541 GROUP(uart_tx_a1, 4, 13),
542 GROUP(uart_rx_a1, 4, 12),
543 GROUP(uart_cts_a1, 4, 11),
544 GROUP(uart_rts_a1, 4, 10),
545
546 GROUP(uart_tx_b0, 4, 9),
547 GROUP(uart_rx_b0, 4, 8),
548 GROUP(uart_cts_b0, 4, 7),
549 GROUP(uart_rts_b0, 4, 6),
550
551 GROUP(iso7816_det, 4, 21),
552 GROUP(iso7816_reset, 4, 20),
553 GROUP(iso7816_clk, 4, 19),
554 GROUP(iso7816_data, 4, 18),
555
556 GROUP(i2c_sda_d0, 4, 5),
557 GROUP(i2c_sck_d0, 4, 4),
558
559 GROUP(xtal_32k_out, 3, 22),
560 GROUP(xtal_24m_out, 3, 23),
561
562 GROUP(pwm_e, 9, 19),
563 GROUP(pwm_b_x, 2, 3),
564
565 /* bank Y */
566 GROUP(uart_tx_c, 1, 19),
567 GROUP(uart_rx_c, 1, 18),
568 GROUP(uart_cts_c, 1, 17),
569 GROUP(uart_rts_c, 1, 16),
570
571 GROUP(pcm_out_b, 4, 25),
572 GROUP(pcm_in_b, 4, 24),
573 GROUP(pcm_fs_b, 4, 23),
574 GROUP(pcm_clk_b, 4, 22),
575
576 GROUP(i2c_sda_c0, 1, 15),
577 GROUP(i2c_sck_c0, 1, 14),
578
579 GROUP(pwm_a_y, 9, 14),
580
581 GROUP(i2s_out_ch45, 1, 10),
582 GROUP(i2s_out_ch23, 1, 19),
583 GROUP(i2s_out_ch01, 1, 6),
584 GROUP(i2s_in_ch01, 1, 5),
585 GROUP(i2s_lr_clk_in, 1, 4),
586 GROUP(i2s_ao_clk_in, 1, 2),
587 GROUP(i2s_am_clk, 1, 0),
588 GROUP(i2s_out_ch78, 1, 11),
589
590 GROUP(spdif_in, 1, 8),
591 GROUP(spdif_out, 1, 7),
592
593 /* bank DV */
594 GROUP(dvin_rgb, 0, 6),
595 GROUP(dvin_vs, 0, 9),
596 GROUP(dvin_hs, 0, 8),
597 GROUP(dvin_clk, 0, 7),
598 GROUP(dvin_de, 0, 10),
599
600 GROUP(enc_0, 7, 0),
601 GROUP(enc_1, 7, 1),
602 GROUP(enc_2, 7, 2),
603 GROUP(enc_3, 7, 3),
604 GROUP(enc_4, 7, 4),
605 GROUP(enc_5, 7, 5),
606 GROUP(enc_6, 7, 6),
607 GROUP(enc_7, 7, 7),
608 GROUP(enc_8, 7, 8),
609 GROUP(enc_9, 7, 9),
610 GROUP(enc_10, 7, 10),
611 GROUP(enc_11, 7, 11),
612 GROUP(enc_12, 7, 12),
613 GROUP(enc_13, 7, 13),
614 GROUP(enc_14, 7, 14),
615 GROUP(enc_15, 7, 15),
616 GROUP(enc_16, 7, 16),
617 GROUP(enc_17, 7, 17),
618
619 GROUP(uart_tx_b1, 6, 23),
620 GROUP(uart_rx_b1, 6, 22),
621 GROUP(uart_cts_b1, 6, 21),
622 GROUP(uart_rts_b1, 6, 20),
623
624 GROUP(vga_vs, 0, 21),
625 GROUP(vga_hs, 0, 20),
626
627 GROUP(pwm_c_dv9, 3, 24),
628 GROUP(pwm_c_dv29, 3, 25),
629 GROUP(pwm_d, 3, 26),
630
631 /* bank H */
632 GROUP(hdmi_hpd, 1, 26),
633 GROUP(hdmi_sda, 1, 25),
634 GROUP(hdmi_scl, 1, 24),
635 GROUP(hdmi_cec, 1, 23),
636
637 GROUP(spi_ss0_0, 9, 13),
638 GROUP(spi_miso_0, 9, 12),
639 GROUP(spi_mosi_0, 9, 11),
640 GROUP(spi_sclk_0, 9, 10),
641
642 GROUP(i2c_sda_d1, 4, 3),
643 GROUP(i2c_sck_d1, 4, 2),
644
645 /* bank Z */
646 GROUP(spi_ss0_1, 8, 16),
647 GROUP(spi_ss1_1, 8, 12),
648 GROUP(spi_sclk_1, 8, 15),
649 GROUP(spi_mosi_1, 8, 14),
650 GROUP(spi_miso_1, 8, 13),
651 GROUP(spi_ss2_1, 8, 17),
652
653 GROUP(eth_tx_clk_50m, 6, 15),
654 GROUP(eth_tx_en, 6, 14),
655 GROUP(eth_txd1, 6, 13),
656 GROUP(eth_txd0, 6, 12),
657 GROUP(eth_rx_clk_in, 6, 10),
658 GROUP(eth_rx_dv, 6, 11),
659 GROUP(eth_rxd1, 6, 8),
660 GROUP(eth_rxd0, 6, 7),
661 GROUP(eth_mdio, 6, 6),
662 GROUP(eth_mdc, 6, 5),
663
664 GROUP(i2c_sda_a0, 5, 31),
665 GROUP(i2c_sck_a0, 5, 30),
666
667 GROUP(i2c_sda_b, 5, 27),
668 GROUP(i2c_sck_b, 5, 26),
669
670 GROUP(i2c_sda_c1, 5, 25),
671 GROUP(i2c_sck_c1, 5, 24),
672
673 GROUP(i2c_sda_a1, 5, 9),
674 GROUP(i2c_sck_a1, 5, 8),
675
676 GROUP(i2c_sda_a2, 5, 7),
677 GROUP(i2c_sck_a2, 5, 6),
678
679 GROUP(pwm_a_z0, 9, 16),
680 GROUP(pwm_a_z7, 2, 0),
681 GROUP(pwm_b_z, 9, 15),
682 GROUP(pwm_c_z, 2, 1),
683
684 /* bank BOOT */
685 GROUP(sd_d0_c, 6, 29),
686 GROUP(sd_d1_c, 6, 28),
687 GROUP(sd_d2_c, 6, 27),
688 GROUP(sd_d3_c, 6, 26),
689 GROUP(sd_cmd_c, 6, 25),
690 GROUP(sd_clk_c, 6, 24),
691
692 GROUP(sdxc_d0_c, 4, 30),
693 GROUP(sdxc_d13_c, 4, 29),
694 GROUP(sdxc_d47_c, 4, 28),
695 GROUP(sdxc_cmd_c, 4, 27),
696 GROUP(sdxc_clk_c, 4, 26),
697
698 GROUP(nand_io, 2, 26),
699 GROUP(nand_io_ce0, 2, 25),
700 GROUP(nand_io_ce1, 2, 24),
701 GROUP(nand_io_rb0, 2, 17),
702 GROUP(nand_ale, 2, 21),
703 GROUP(nand_cle, 2, 20),
704 GROUP(nand_wen_clk, 2, 19),
705 GROUP(nand_ren_clk, 2, 18),
706 GROUP(nand_dqs, 2, 27),
707 GROUP(nand_ce2, 2, 23),
708 GROUP(nand_ce3, 2, 22),
709
710 GROUP(nor_d, 5, 1),
711 GROUP(nor_q, 5, 3),
712 GROUP(nor_c, 5, 2),
713 GROUP(nor_cs, 5, 0),
714
715 /* bank CARD */
716 GROUP(sd_d1_b, 2, 14),
717 GROUP(sd_d0_b, 2, 15),
718 GROUP(sd_clk_b, 2, 11),
719 GROUP(sd_cmd_b, 2, 10),
720 GROUP(sd_d3_b, 2, 12),
721 GROUP(sd_d2_b, 2, 13),
722
723 GROUP(sdxc_d13_b, 2, 6),
724 GROUP(sdxc_d0_b, 2, 7),
725 GROUP(sdxc_clk_b, 2, 5),
726 GROUP(sdxc_cmd_b, 2, 4),
727};
728
729static struct meson_pmx_group meson8_aobus_groups[] = {
730 GPIO_GROUP(GPIOAO_0, AO_OFF),
731 GPIO_GROUP(GPIOAO_1, AO_OFF),
732 GPIO_GROUP(GPIOAO_2, AO_OFF),
733 GPIO_GROUP(GPIOAO_3, AO_OFF),
734 GPIO_GROUP(GPIOAO_4, AO_OFF),
735 GPIO_GROUP(GPIOAO_5, AO_OFF),
736 GPIO_GROUP(GPIOAO_6, AO_OFF),
737 GPIO_GROUP(GPIOAO_7, AO_OFF),
738 GPIO_GROUP(GPIOAO_8, AO_OFF),
739 GPIO_GROUP(GPIOAO_9, AO_OFF),
740 GPIO_GROUP(GPIOAO_10, AO_OFF),
741 GPIO_GROUP(GPIOAO_11, AO_OFF),
742 GPIO_GROUP(GPIOAO_12, AO_OFF),
743 GPIO_GROUP(GPIOAO_13, AO_OFF),
744 GPIO_GROUP(GPIO_BSD_EN, AO_OFF),
745 GPIO_GROUP(GPIO_TEST_N, AO_OFF),
746
747 /* bank AO */
748 GROUP(uart_tx_ao_a, 0, 12),
749 GROUP(uart_rx_ao_a, 0, 11),
750 GROUP(uart_cts_ao_a, 0, 10),
751 GROUP(uart_rts_ao_a, 0, 9),
752
753 GROUP(remote_input, 0, 0),
754 GROUP(remote_output_ao, 0, 31),
755
756 GROUP(i2c_slave_sck_ao, 0, 2),
757 GROUP(i2c_slave_sda_ao, 0, 1),
758
759 GROUP(uart_tx_ao_b0, 0, 26),
760 GROUP(uart_rx_ao_b0, 0, 25),
761
762 GROUP(uart_tx_ao_b1, 0, 24),
763 GROUP(uart_rx_ao_b1, 0, 23),
764
765 GROUP(i2c_mst_sck_ao, 0, 6),
766 GROUP(i2c_mst_sda_ao, 0, 5),
767
768 GROUP(pwm_f_ao, 0, 19),
769
770 GROUP(i2s_am_clk_out_ao, 0, 30),
771 GROUP(i2s_ao_clk_out_ao, 0, 29),
772 GROUP(i2s_lr_clk_out_ao, 0, 28),
773 GROUP(i2s_out_ch01_ao, 0, 27),
774
775 GROUP(hdmi_cec_ao, 0, 17),
776};
777
778static const char * const gpio_groups[] = {
779 "GPIOX_0", "GPIOX_1", "GPIOX_2", "GPIOX_3", "GPIOX_4",
780 "GPIOX_5", "GPIOX_6", "GPIOX_7", "GPIOX_8", "GPIOX_9",
781 "GPIOX_10", "GPIOX_11", "GPIOX_12", "GPIOX_13", "GPIOX_14",
782 "GPIOX_15", "GPIOX_16", "GPIOX_17", "GPIOX_18", "GPIOX_19",
783 "GPIOX_20", "GPIOX_21",
784
785 "GPIOY_0", "GPIOY_1", "GPIOY_2", "GPIOY_3", "GPIOY_4",
786 "GPIOY_5", "GPIOY_6", "GPIOY_7", "GPIOY_8", "GPIOY_9",
787 "GPIOY_10", "GPIOY_11", "GPIOY_12", "GPIOY_13", "GPIOY_14",
788 "GPIOY_15", "GPIOY_16",
789
790 "GPIODV_0", "GPIODV_1", "GPIODV_2", "GPIODV_3", "GPIODV_4",
791 "GPIODV_5", "GPIODV_6", "GPIODV_7", "GPIODV_8", "GPIODV_9",
792 "GPIODV_10", "GPIODV_11", "GPIODV_12", "GPIODV_13", "GPIODV_14",
793 "GPIODV_15", "GPIODV_16", "GPIODV_17", "GPIODV_18", "GPIODV_19",
794 "GPIODV_20", "GPIODV_21", "GPIODV_22", "GPIODV_23", "GPIODV_24",
795 "GPIODV_25", "GPIODV_26", "GPIODV_27", "GPIODV_28", "GPIODV_29",
796
797 "GPIOH_0", "GPIOH_1", "GPIOH_2", "GPIOH_3", "GPIOH_4",
798 "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOH_8", "GPIOH_9",
799
800 "GPIOZ_0", "GPIOZ_1", "GPIOZ_2", "GPIOZ_3", "GPIOZ_4",
801 "GPIOZ_5", "GPIOZ_6", "GPIOZ_7", "GPIOZ_8", "GPIOZ_9",
802 "GPIOZ_10", "GPIOZ_11", "GPIOZ_12", "GPIOZ_13", "GPIOZ_14",
803
804 "CARD_0", "CARD_1", "CARD_2", "CARD_3", "CARD_4",
805 "CARD_5", "CARD_6",
806
807 "BOOT_0", "BOOT_1", "BOOT_2", "BOOT_3", "BOOT_4",
808 "BOOT_5", "BOOT_6", "BOOT_7", "BOOT_8", "BOOT_9",
809 "BOOT_10", "BOOT_11", "BOOT_12", "BOOT_13", "BOOT_14",
810 "BOOT_15", "BOOT_16", "BOOT_17", "BOOT_18",
811};
812
813static const char * const gpio_aobus_groups[] = {
814 "GPIOAO_0", "GPIOAO_1", "GPIOAO_2", "GPIOAO_3",
815 "GPIOAO_4", "GPIOAO_5", "GPIOAO_6", "GPIOAO_7",
816 "GPIOAO_8", "GPIOAO_9", "GPIOAO_10", "GPIOAO_11",
817 "GPIOAO_12", "GPIOAO_13", "GPIO_BSD_EN", "GPIO_TEST_N"
818};
819
820static const char * const sd_a_groups[] = {
821 "sd_d0_a", "sd_d1_a", "sd_d2_a", "sd_d3_a", "sd_clk_a", "sd_cmd_a"
822};
823
824static const char * const sdxc_a_groups[] = {
825 "sdxc_d0_a", "sdxc_d13_a", "sdxc_d47_a", "sdxc_clk_a", "sdxc_cmd_a"
826};
827
828static const char * const pcm_a_groups[] = {
829 "pcm_out_a", "pcm_in_a", "pcm_fs_a", "pcm_clk_a"
830};
831
832static const char * const uart_a_groups[] = {
833 "uart_tx_a0", "uart_rx_a0", "uart_cts_a0", "uart_rts_a0",
834 "uart_tx_a1", "uart_rx_a1", "uart_cts_a1", "uart_rts_a1"
835};
836
837static const char * const uart_b_groups[] = {
838 "uart_tx_b0", "uart_rx_b0", "uart_cts_b0", "uart_rts_b0",
839 "uart_tx_b1", "uart_rx_b1", "uart_cts_b1", "uart_rts_b1"
840};
841
842static const char * const iso7816_groups[] = {
843 "iso7816_det", "iso7816_reset", "iso7816_clk", "iso7816_data"
844};
845
846static const char * const i2c_d_groups[] = {
847 "i2c_sda_d0", "i2c_sck_d0", "i2c_sda_d1", "i2c_sck_d1"
848};
849
850static const char * const xtal_groups[] = {
851 "xtal_32k_out", "xtal_24m_out"
852};
853
854static const char * const uart_c_groups[] = {
855 "uart_tx_c", "uart_rx_c", "uart_cts_c", "uart_rts_c"
856};
857
858static const char * const pcm_b_groups[] = {
859 "pcm_out_b", "pcm_in_b", "pcm_fs_b", "pcm_clk_b"
860};
861
862static const char * const i2c_c_groups[] = {
863 "i2c_sda_c0", "i2c_sck_c0", "i2c_sda_c1", "i2c_sck_c1"
864};
865
866static const char * const dvin_groups[] = {
867 "dvin_rgb", "dvin_vs", "dvin_hs", "dvin_clk", "dvin_de"
868};
869
870static const char * const enc_groups[] = {
871 "enc_0", "enc_1", "enc_2", "enc_3", "enc_4", "enc_5",
872 "enc_6", "enc_7", "enc_8", "enc_9", "enc_10", "enc_11",
873 "enc_12", "enc_13", "enc_14", "enc_15", "enc_16", "enc_17"
874};
875
876static const char * const vga_groups[] = {
877 "vga_vs", "vga_hs"
878};
879
880static const char * const hdmi_groups[] = {
881 "hdmi_hpd", "hdmi_sda", "hdmi_scl", "hdmi_cec"
882};
883
884static const char * const spi_groups[] = {
885 "spi_ss0_0", "spi_miso_0", "spi_mosi_0", "spi_sclk_0",
886 "spi_ss0_1", "spi_ss1_1", "spi_sclk_1", "spi_mosi_1",
887 "spi_miso_1", "spi_ss2_1"
888};
889
890static const char * const ethernet_groups[] = {
891 "eth_tx_clk_50m", "eth_tx_en", "eth_txd1",
892 "eth_txd0", "eth_rx_clk_in", "eth_rx_dv",
893 "eth_rxd1", "eth_rxd0", "eth_mdio", "eth_mdc"
894};
895
896static const char * const i2c_a_groups[] = {
897 "i2c_sda_a0", "i2c_sck_a0", "i2c_sda_a1", "i2c_sck_a1",
898 "i2c_sda_a2", "i2c_sck_a2"
899};
900
901static const char * const i2c_b_groups[] = {
902 "i2c_sda_b", "i2c_sck_b"
903};
904
905static const char * const i2s_groups[] = {
906 "i2s_out_ch45", "i2s_out_ch23_pins", "i2s_out_ch01_pins",
907 "i2s_in_ch01_pins", "i2s_lr_clk_in_pins", "i2s_ao_clk_in_pins",
908 "i2s_am_clk_pins", "i2s_out_ch78_pins"
909};
910
911static const char * const sd_c_groups[] = {
912 "sd_d0_c", "sd_d1_c", "sd_d2_c", "sd_d3_c",
913 "sd_cmd_c", "sd_clk_c"
914};
915
916static const char * const sdxc_c_groups[] = {
917 "sdxc_d0_c", "sdxc_d13_c", "sdxc_d47_c", "sdxc_cmd_c",
918 "sdxc_clk_c"
919};
920
921static const char * const nand_groups[] = {
922 "nand_io", "nand_io_ce0", "nand_io_ce1",
923 "nand_io_rb0", "nand_ale", "nand_cle",
924 "nand_wen_clk", "nand_ren_clk", "nand_dqs",
925 "nand_ce2", "nand_ce3"
926};
927
928static const char * const nor_groups[] = {
929 "nor_d", "nor_q", "nor_c", "nor_cs"
930};
931
932static const char * const pwm_a_groups[] = {
933 "pwm_a_y", "pwm_a_z0", "pwm_a_z7"
934};
935
936static const char * const pwm_b_groups[] = {
937 "pwm_b_x", "pwm_b_z"
938};
939
940static const char * const pwm_c_groups[] = {
941 "pwm_c_dv9", "pwm_c_dv29", "pwm_c_z"
942};
943
944static const char * const pwm_d_groups[] = {
945 "pwm_d"
946};
947
948static const char * const pwm_e_groups[] = {
949 "pwm_e"
950};
951
952static const char * const sd_b_groups[] = {
953 "sd_d1_b", "sd_d0_b", "sd_clk_b", "sd_cmd_b",
954 "sd_d3_b", "sd_d2_b"
955};
956
957static const char * const sdxc_b_groups[] = {
958 "sdxc_d13_b", "sdxc_d0_b", "sdxc_clk_b", "sdxc_cmd_b"
959};
960
961static const char * const spdif_groups[] = {
962 "spdif_in", "spdif_out"
963};
964
965static const char * const uart_ao_groups[] = {
966 "uart_tx_ao_a", "uart_rx_ao_a", "uart_cts_ao_a", "uart_rts_ao_a"
967};
968
969static const char * const remote_groups[] = {
970 "remote_input", "remote_output_ao"
971};
972
973static const char * const i2c_slave_ao_groups[] = {
974 "i2c_slave_sck_ao", "i2c_slave_sda_ao"
975};
976
977static const char * const uart_ao_b_groups[] = {
978 "uart_tx_ao_b0", "uart_rx_ao_b0", "uart_tx_ao_b1", "uart_rx_ao_b1"
979};
980
981static const char * const i2c_mst_ao_groups[] = {
982 "i2c_mst_sck_ao", "i2c_mst_sda_ao"
983};
984
985static const char * const pwm_f_ao_groups[] = {
986 "pwm_f_ao"
987};
988
989static const char * const i2s_ao_groups[] = {
990 "i2s_am_clk_out_ao", "i2s_ao_clk_out_ao", "i2s_lr_clk_out_ao",
991 "i2s_out_ch01_ao"
992};
993
994static const char * const hdmi_cec_ao_groups[] = {
995 "hdmi_cec_ao"
996};
997
998static struct meson_pmx_func meson8_cbus_functions[] = {
999 FUNCTION(gpio),
1000 FUNCTION(sd_a),
1001 FUNCTION(sdxc_a),
1002 FUNCTION(pcm_a),
1003 FUNCTION(uart_a),
1004 FUNCTION(uart_b),
1005 FUNCTION(iso7816),
1006 FUNCTION(i2c_d),
1007 FUNCTION(xtal),
1008 FUNCTION(uart_c),
1009 FUNCTION(pcm_b),
1010 FUNCTION(i2c_c),
1011 FUNCTION(dvin),
1012 FUNCTION(enc),
1013 FUNCTION(vga),
1014 FUNCTION(hdmi),
1015 FUNCTION(spi),
1016 FUNCTION(ethernet),
1017 FUNCTION(i2c_a),
1018 FUNCTION(i2c_b),
1019 FUNCTION(sd_c),
1020 FUNCTION(sdxc_c),
1021 FUNCTION(nand),
1022 FUNCTION(nor),
1023 FUNCTION(sd_b),
1024 FUNCTION(sdxc_b),
1025 FUNCTION(pwm_a),
1026 FUNCTION(pwm_b),
1027 FUNCTION(pwm_c),
1028 FUNCTION(pwm_d),
1029 FUNCTION(pwm_e),
1030 FUNCTION(i2s),
1031 FUNCTION(spdif),
1032};
1033
1034static struct meson_pmx_func meson8_aobus_functions[] = {
1035 FUNCTION(gpio_aobus),
1036 FUNCTION(uart_ao),
1037 FUNCTION(remote),
1038 FUNCTION(i2c_slave_ao),
1039 FUNCTION(uart_ao_b),
1040 FUNCTION(i2c_mst_ao),
1041 FUNCTION(pwm_f_ao),
1042 FUNCTION(i2s_ao),
1043 FUNCTION(hdmi_cec_ao),
1044};
1045
1046static struct meson_bank meson8_cbus_banks[] = {
1047 /* name first last irq pullen pull dir out in */
1048 BANK("X", PIN(GPIOX_0, 0), PIN(GPIOX_21, 0), 112, 133, 4, 0, 4, 0, 0, 0, 1, 0, 2, 0),
1049 BANK("Y", PIN(GPIOY_0, 0), PIN(GPIOY_16, 0), 95, 111, 3, 0, 3, 0, 3, 0, 4, 0, 5, 0),
1050 BANK("DV", PIN(GPIODV_0, 0), PIN(GPIODV_29, 0), 65, 94, 0, 0, 0, 0, 7, 0, 8, 0, 9, 0),
1051 BANK("H", PIN(GPIOH_0, 0), PIN(GPIOH_9, 0), 29, 38, 1, 16, 1, 16, 9, 19, 10, 19, 11, 19),
1052 BANK("Z", PIN(GPIOZ_0, 0), PIN(GPIOZ_14, 0), 14, 28, 1, 0, 1, 0, 3, 17, 4, 17, 5, 17),
1053 BANK("CARD", PIN(CARD_0, 0), PIN(CARD_6, 0), 58, 64, 2, 20, 2, 20, 0, 22, 1, 22, 2, 22),
1054 BANK("BOOT", PIN(BOOT_0, 0), PIN(BOOT_18, 0), 39, 57, 2, 0, 2, 0, 9, 0, 10, 0, 11, 0),
1055};
1056
1057static struct meson_bank meson8_aobus_banks[] = {
1058 /* name first last irq pullen pull dir out in */
1059 BANK("AO", PIN(GPIOAO_0, AO_OFF), PIN(GPIO_TEST_N, AO_OFF), 0, 13, 0, 0, 0, 16, 0, 0, 0, 16, 1, 0),
1060};
1061
1062struct meson_pinctrl_data meson8_cbus_pinctrl_data = {
1063 .name = "cbus-banks",
1064 .pin_base = 0,
1065 .pins = meson8_cbus_pins,
1066 .groups = meson8_cbus_groups,
1067 .funcs = meson8_cbus_functions,
1068 .banks = meson8_cbus_banks,
1069 .num_pins = ARRAY_SIZE(meson8_cbus_pins),
1070 .num_groups = ARRAY_SIZE(meson8_cbus_groups),
1071 .num_funcs = ARRAY_SIZE(meson8_cbus_functions),
1072 .num_banks = ARRAY_SIZE(meson8_cbus_banks),
1073};
1074
1075struct meson_pinctrl_data meson8_aobus_pinctrl_data = {
1076 .name = "ao-bank",
1077 .pin_base = 120,
1078 .pins = meson8_aobus_pins,
1079 .groups = meson8_aobus_groups,
1080 .funcs = meson8_aobus_functions,
1081 .banks = meson8_aobus_banks,
1082 .num_pins = ARRAY_SIZE(meson8_aobus_pins),
1083 .num_groups = ARRAY_SIZE(meson8_aobus_groups),
1084 .num_funcs = ARRAY_SIZE(meson8_aobus_functions),
1085 .num_banks = ARRAY_SIZE(meson8_aobus_banks),
1086};