1 // SPDX-License-Identifier: (GPL-2.0+ or MIT)
3 * Pin controller and GPIO driver for Amlogic Meson G12A SoC.
5 * Copyright (c) 2018 Amlogic, Inc. All rights reserved.
6 * Author: Xingyu Chen <xingyu.chen@amlogic.com>
7 * Author: Yixun Lan <yixun.lan@amlogic.com>
10 #include <dt-bindings/gpio/meson-g12a-gpio.h>
11 #include "pinctrl-meson.h"
12 #include "pinctrl-meson-axg-pmx.h"
14 static const struct pinctrl_pin_desc meson_g12a_periphs_pins
[] = {
102 static const struct pinctrl_pin_desc meson_g12a_aobus_pins
[] = {
113 MESON_PIN(GPIOAO_10
),
114 MESON_PIN(GPIOAO_11
),
121 static const unsigned int emmc_nand_d0_pins
[] = { BOOT_0
};
122 static const unsigned int emmc_nand_d1_pins
[] = { BOOT_1
};
123 static const unsigned int emmc_nand_d2_pins
[] = { BOOT_2
};
124 static const unsigned int emmc_nand_d3_pins
[] = { BOOT_3
};
125 static const unsigned int emmc_nand_d4_pins
[] = { BOOT_4
};
126 static const unsigned int emmc_nand_d5_pins
[] = { BOOT_5
};
127 static const unsigned int emmc_nand_d6_pins
[] = { BOOT_6
};
128 static const unsigned int emmc_nand_d7_pins
[] = { BOOT_7
};
129 static const unsigned int emmc_clk_pins
[] = { BOOT_8
};
130 static const unsigned int emmc_cmd_pins
[] = { BOOT_10
};
131 static const unsigned int emmc_nand_ds_pins
[] = { BOOT_13
};
134 static const unsigned int nand_wen_clk_pins
[] = { BOOT_8
};
135 static const unsigned int nand_ale_pins
[] = { BOOT_9
};
136 static const unsigned int nand_cle_pins
[] = { BOOT_10
};
137 static const unsigned int nand_ce0_pins
[] = { BOOT_11
};
138 static const unsigned int nand_ren_wr_pins
[] = { BOOT_12
};
139 static const unsigned int nand_rb0_pins
[] = { BOOT_14
};
140 static const unsigned int nand_ce1_pins
[] = { BOOT_15
};
143 static const unsigned int nor_hold_pins
[] = { BOOT_3
};
144 static const unsigned int nor_d_pins
[] = { BOOT_4
};
145 static const unsigned int nor_q_pins
[] = { BOOT_5
};
146 static const unsigned int nor_c_pins
[] = { BOOT_6
};
147 static const unsigned int nor_wp_pins
[] = { BOOT_7
};
148 static const unsigned int nor_cs_pins
[] = { BOOT_14
};
151 static const unsigned int sdio_d0_pins
[] = { GPIOX_0
};
152 static const unsigned int sdio_d1_pins
[] = { GPIOX_1
};
153 static const unsigned int sdio_d2_pins
[] = { GPIOX_2
};
154 static const unsigned int sdio_d3_pins
[] = { GPIOX_3
};
155 static const unsigned int sdio_clk_pins
[] = { GPIOX_4
};
156 static const unsigned int sdio_cmd_pins
[] = { GPIOX_5
};
159 static const unsigned int sdcard_d0_c_pins
[] = { GPIOC_0
};
160 static const unsigned int sdcard_d1_c_pins
[] = { GPIOC_1
};
161 static const unsigned int sdcard_d2_c_pins
[] = { GPIOC_2
};
162 static const unsigned int sdcard_d3_c_pins
[] = { GPIOC_3
};
163 static const unsigned int sdcard_clk_c_pins
[] = { GPIOC_4
};
164 static const unsigned int sdcard_cmd_c_pins
[] = { GPIOC_5
};
166 static const unsigned int sdcard_d0_z_pins
[] = { GPIOZ_2
};
167 static const unsigned int sdcard_d1_z_pins
[] = { GPIOZ_3
};
168 static const unsigned int sdcard_d2_z_pins
[] = { GPIOZ_4
};
169 static const unsigned int sdcard_d3_z_pins
[] = { GPIOZ_5
};
170 static const unsigned int sdcard_clk_z_pins
[] = { GPIOZ_6
};
171 static const unsigned int sdcard_cmd_z_pins
[] = { GPIOZ_7
};
174 static const unsigned int spi0_mosi_c_pins
[] = { GPIOC_0
};
175 static const unsigned int spi0_miso_c_pins
[] = { GPIOC_1
};
176 static const unsigned int spi0_ss0_c_pins
[] = { GPIOC_2
};
177 static const unsigned int spi0_clk_c_pins
[] = { GPIOC_3
};
179 static const unsigned int spi0_mosi_x_pins
[] = { GPIOX_8
};
180 static const unsigned int spi0_miso_x_pins
[] = { GPIOX_9
};
181 static const unsigned int spi0_ss0_x_pins
[] = { GPIOX_10
};
182 static const unsigned int spi0_clk_x_pins
[] = { GPIOX_11
};
185 static const unsigned int spi1_mosi_pins
[] = { GPIOH_4
};
186 static const unsigned int spi1_miso_pins
[] = { GPIOH_5
};
187 static const unsigned int spi1_ss0_pins
[] = { GPIOH_6
};
188 static const unsigned int spi1_clk_pins
[] = { GPIOH_7
};
191 static const unsigned int i2c0_sda_c_pins
[] = { GPIOC_5
};
192 static const unsigned int i2c0_sck_c_pins
[] = { GPIOC_6
};
193 static const unsigned int i2c0_sda_z0_pins
[] = { GPIOZ_0
};
194 static const unsigned int i2c0_sck_z1_pins
[] = { GPIOZ_1
};
195 static const unsigned int i2c0_sda_z7_pins
[] = { GPIOZ_7
};
196 static const unsigned int i2c0_sck_z8_pins
[] = { GPIOZ_8
};
199 static const unsigned int i2c1_sda_x_pins
[] = { GPIOX_10
};
200 static const unsigned int i2c1_sck_x_pins
[] = { GPIOX_11
};
201 static const unsigned int i2c1_sda_h2_pins
[] = { GPIOH_2
};
202 static const unsigned int i2c1_sck_h3_pins
[] = { GPIOH_3
};
203 static const unsigned int i2c1_sda_h6_pins
[] = { GPIOH_6
};
204 static const unsigned int i2c1_sck_h7_pins
[] = { GPIOH_7
};
207 static const unsigned int i2c2_sda_x_pins
[] = { GPIOX_17
};
208 static const unsigned int i2c2_sck_x_pins
[] = { GPIOX_18
};
209 static const unsigned int i2c2_sda_z_pins
[] = { GPIOZ_14
};
210 static const unsigned int i2c2_sck_z_pins
[] = { GPIOZ_15
};
213 static const unsigned int i2c3_sda_h_pins
[] = { GPIOH_0
};
214 static const unsigned int i2c3_sck_h_pins
[] = { GPIOH_1
};
215 static const unsigned int i2c3_sda_a_pins
[] = { GPIOA_14
};
216 static const unsigned int i2c3_sck_a_pins
[] = { GPIOA_15
};
219 static const unsigned int uart_a_tx_pins
[] = { GPIOX_12
};
220 static const unsigned int uart_a_rx_pins
[] = { GPIOX_13
};
221 static const unsigned int uart_a_cts_pins
[] = { GPIOX_14
};
222 static const unsigned int uart_a_rts_pins
[] = { GPIOX_15
};
225 static const unsigned int uart_b_tx_pins
[] = { GPIOX_6
};
226 static const unsigned int uart_b_rx_pins
[] = { GPIOX_7
};
229 static const unsigned int uart_c_rts_pins
[] = { GPIOH_4
};
230 static const unsigned int uart_c_cts_pins
[] = { GPIOH_5
};
231 static const unsigned int uart_c_rx_pins
[] = { GPIOH_6
};
232 static const unsigned int uart_c_tx_pins
[] = { GPIOH_7
};
235 static const unsigned int uart_ao_a_rx_c_pins
[] = { GPIOC_2
};
236 static const unsigned int uart_ao_a_tx_c_pins
[] = { GPIOC_3
};
239 static const unsigned int iso7816_clk_c_pins
[] = { GPIOC_5
};
240 static const unsigned int iso7816_data_c_pins
[] = { GPIOC_6
};
241 static const unsigned int iso7816_clk_x_pins
[] = { GPIOX_8
};
242 static const unsigned int iso7816_data_x_pins
[] = { GPIOX_9
};
243 static const unsigned int iso7816_clk_h_pins
[] = { GPIOH_6
};
244 static const unsigned int iso7816_data_h_pins
[] = { GPIOH_7
};
245 static const unsigned int iso7816_clk_z_pins
[] = { GPIOZ_0
};
246 static const unsigned int iso7816_data_z_pins
[] = { GPIOZ_1
};
249 static const unsigned int eth_mdio_pins
[] = { GPIOZ_0
};
250 static const unsigned int eth_mdc_pins
[] = { GPIOZ_1
};
251 static const unsigned int eth_rgmii_rx_clk_pins
[] = { GPIOZ_2
};
252 static const unsigned int eth_rx_dv_pins
[] = { GPIOZ_3
};
253 static const unsigned int eth_rxd0_pins
[] = { GPIOZ_4
};
254 static const unsigned int eth_rxd1_pins
[] = { GPIOZ_5
};
255 static const unsigned int eth_rxd2_rgmii_pins
[] = { GPIOZ_6
};
256 static const unsigned int eth_rxd3_rgmii_pins
[] = { GPIOZ_7
};
257 static const unsigned int eth_rgmii_tx_clk_pins
[] = { GPIOZ_8
};
258 static const unsigned int eth_txen_pins
[] = { GPIOZ_9
};
259 static const unsigned int eth_txd0_pins
[] = { GPIOZ_10
};
260 static const unsigned int eth_txd1_pins
[] = { GPIOZ_11
};
261 static const unsigned int eth_txd2_rgmii_pins
[] = { GPIOZ_12
};
262 static const unsigned int eth_txd3_rgmii_pins
[] = { GPIOZ_13
};
263 static const unsigned int eth_link_led_pins
[] = { GPIOZ_14
};
264 static const unsigned int eth_act_led_pins
[] = { GPIOZ_15
};
267 static const unsigned int pwm_a_pins
[] = { GPIOX_6
};
270 static const unsigned int pwm_b_x7_pins
[] = { GPIOX_7
};
271 static const unsigned int pwm_b_x19_pins
[] = { GPIOX_19
};
274 static const unsigned int pwm_c_c_pins
[] = { GPIOC_4
};
275 static const unsigned int pwm_c_x5_pins
[] = { GPIOX_5
};
276 static const unsigned int pwm_c_x8_pins
[] = { GPIOX_8
};
279 static const unsigned int pwm_d_x3_pins
[] = { GPIOX_3
};
280 static const unsigned int pwm_d_x6_pins
[] = { GPIOX_6
};
283 static const unsigned int pwm_e_pins
[] = { GPIOX_16
};
286 static const unsigned int pwm_f_x_pins
[] = { GPIOX_7
};
287 static const unsigned int pwm_f_h_pins
[] = { GPIOH_5
};
290 static const unsigned int cec_ao_a_h_pins
[] = { GPIOH_3
};
291 static const unsigned int cec_ao_b_h_pins
[] = { GPIOH_3
};
294 static const unsigned int jtag_b_tdo_pins
[] = { GPIOC_0
};
295 static const unsigned int jtag_b_tdi_pins
[] = { GPIOC_1
};
296 static const unsigned int jtag_b_clk_pins
[] = { GPIOC_4
};
297 static const unsigned int jtag_b_tms_pins
[] = { GPIOC_5
};
300 static const unsigned int bt565_a_vs_pins
[] = { GPIOZ_0
};
301 static const unsigned int bt565_a_hs_pins
[] = { GPIOZ_1
};
302 static const unsigned int bt565_a_clk_pins
[] = { GPIOZ_3
};
303 static const unsigned int bt565_a_din0_pins
[] = { GPIOZ_4
};
304 static const unsigned int bt565_a_din1_pins
[] = { GPIOZ_5
};
305 static const unsigned int bt565_a_din2_pins
[] = { GPIOZ_6
};
306 static const unsigned int bt565_a_din3_pins
[] = { GPIOZ_7
};
307 static const unsigned int bt565_a_din4_pins
[] = { GPIOZ_8
};
308 static const unsigned int bt565_a_din5_pins
[] = { GPIOZ_9
};
309 static const unsigned int bt565_a_din6_pins
[] = { GPIOZ_10
};
310 static const unsigned int bt565_a_din7_pins
[] = { GPIOZ_11
};
313 static const unsigned int tsin_a_valid_pins
[] = { GPIOX_2
};
314 static const unsigned int tsin_a_sop_pins
[] = { GPIOX_1
};
315 static const unsigned int tsin_a_din0_pins
[] = { GPIOX_0
};
316 static const unsigned int tsin_a_clk_pins
[] = { GPIOX_3
};
319 static const unsigned int tsin_b_valid_x_pins
[] = { GPIOX_9
};
320 static const unsigned int tsin_b_sop_x_pins
[] = { GPIOX_8
};
321 static const unsigned int tsin_b_din0_x_pins
[] = { GPIOX_10
};
322 static const unsigned int tsin_b_clk_x_pins
[] = { GPIOX_11
};
324 static const unsigned int tsin_b_valid_z_pins
[] = { GPIOZ_2
};
325 static const unsigned int tsin_b_sop_z_pins
[] = { GPIOZ_3
};
326 static const unsigned int tsin_b_din0_z_pins
[] = { GPIOZ_4
};
327 static const unsigned int tsin_b_clk_z_pins
[] = { GPIOZ_5
};
329 static const unsigned int tsin_b_fail_pins
[] = { GPIOZ_6
};
330 static const unsigned int tsin_b_din1_pins
[] = { GPIOZ_7
};
331 static const unsigned int tsin_b_din2_pins
[] = { GPIOZ_8
};
332 static const unsigned int tsin_b_din3_pins
[] = { GPIOZ_9
};
333 static const unsigned int tsin_b_din4_pins
[] = { GPIOZ_10
};
334 static const unsigned int tsin_b_din5_pins
[] = { GPIOZ_11
};
335 static const unsigned int tsin_b_din6_pins
[] = { GPIOZ_12
};
336 static const unsigned int tsin_b_din7_pins
[] = { GPIOZ_13
};
339 static const unsigned int hdmitx_sda_pins
[] = { GPIOH_0
};
340 static const unsigned int hdmitx_sck_pins
[] = { GPIOH_1
};
341 static const unsigned int hdmitx_hpd_in_pins
[] = { GPIOH_2
};
344 static const unsigned int pdm_din0_c_pins
[] = { GPIOC_0
};
345 static const unsigned int pdm_din1_c_pins
[] = { GPIOC_1
};
346 static const unsigned int pdm_din2_c_pins
[] = { GPIOC_2
};
347 static const unsigned int pdm_din3_c_pins
[] = { GPIOC_3
};
348 static const unsigned int pdm_dclk_c_pins
[] = { GPIOC_4
};
350 static const unsigned int pdm_din0_x_pins
[] = { GPIOX_0
};
351 static const unsigned int pdm_din1_x_pins
[] = { GPIOX_1
};
352 static const unsigned int pdm_din2_x_pins
[] = { GPIOX_2
};
353 static const unsigned int pdm_din3_x_pins
[] = { GPIOX_3
};
354 static const unsigned int pdm_dclk_x_pins
[] = { GPIOX_4
};
356 static const unsigned int pdm_din0_z_pins
[] = { GPIOZ_2
};
357 static const unsigned int pdm_din1_z_pins
[] = { GPIOZ_3
};
358 static const unsigned int pdm_din2_z_pins
[] = { GPIOZ_4
};
359 static const unsigned int pdm_din3_z_pins
[] = { GPIOZ_5
};
360 static const unsigned int pdm_dclk_z_pins
[] = { GPIOZ_6
};
362 static const unsigned int pdm_din0_a_pins
[] = { GPIOA_8
};
363 static const unsigned int pdm_din1_a_pins
[] = { GPIOA_9
};
364 static const unsigned int pdm_din2_a_pins
[] = { GPIOA_6
};
365 static const unsigned int pdm_din3_a_pins
[] = { GPIOA_5
};
366 static const unsigned int pdm_dclk_a_pins
[] = { GPIOA_7
};
369 static const unsigned int spdif_in_h_pins
[] = { GPIOH_5
};
370 static const unsigned int spdif_in_a10_pins
[] = { GPIOA_10
};
371 static const unsigned int spdif_in_a12_pins
[] = { GPIOA_12
};
374 static const unsigned int spdif_out_h_pins
[] = { GPIOH_4
};
375 static const unsigned int spdif_out_a11_pins
[] = { GPIOA_11
};
376 static const unsigned int spdif_out_a13_pins
[] = { GPIOA_13
};
379 static const unsigned int mclk0_a_pins
[] = { GPIOA_0
};
382 static const unsigned int mclk1_x_pins
[] = { GPIOX_5
};
383 static const unsigned int mclk1_z_pins
[] = { GPIOZ_8
};
384 static const unsigned int mclk1_a_pins
[] = { GPIOA_11
};
387 static const unsigned int tdm_a_slv_sclk_pins
[] = { GPIOX_11
};
388 static const unsigned int tdm_a_slv_fs_pins
[] = { GPIOX_10
};
389 static const unsigned int tdm_a_sclk_pins
[] = { GPIOX_11
};
390 static const unsigned int tdm_a_fs_pins
[] = { GPIOX_10
};
391 static const unsigned int tdm_a_din0_pins
[] = { GPIOX_9
};
392 static const unsigned int tdm_a_din1_pins
[] = { GPIOX_8
};
393 static const unsigned int tdm_a_dout0_pins
[] = { GPIOX_9
};
394 static const unsigned int tdm_a_dout1_pins
[] = { GPIOX_8
};
396 static const unsigned int tdm_b_slv_sclk_pins
[] = { GPIOA_1
};
397 static const unsigned int tdm_b_slv_fs_pins
[] = { GPIOA_2
};
398 static const unsigned int tdm_b_sclk_pins
[] = { GPIOA_1
};
399 static const unsigned int tdm_b_fs_pins
[] = { GPIOA_2
};
400 static const unsigned int tdm_b_din0_pins
[] = { GPIOA_3
};
401 static const unsigned int tdm_b_din1_pins
[] = { GPIOA_4
};
402 static const unsigned int tdm_b_din2_pins
[] = { GPIOA_5
};
403 static const unsigned int tdm_b_din3_a_pins
[] = { GPIOA_6
};
404 static const unsigned int tdm_b_din3_h_pins
[] = { GPIOH_5
};
405 static const unsigned int tdm_b_dout0_pins
[] = { GPIOA_3
};
406 static const unsigned int tdm_b_dout1_pins
[] = { GPIOA_4
};
407 static const unsigned int tdm_b_dout2_pins
[] = { GPIOA_5
};
408 static const unsigned int tdm_b_dout3_a_pins
[] = { GPIOA_6
};
409 static const unsigned int tdm_b_dout3_h_pins
[] = { GPIOH_5
};
411 static const unsigned int tdm_c_slv_sclk_a_pins
[] = { GPIOA_12
};
412 static const unsigned int tdm_c_slv_fs_a_pins
[] = { GPIOA_13
};
413 static const unsigned int tdm_c_slv_sclk_z_pins
[] = { GPIOZ_7
};
414 static const unsigned int tdm_c_slv_fs_z_pins
[] = { GPIOZ_6
};
415 static const unsigned int tdm_c_sclk_a_pins
[] = { GPIOA_12
};
416 static const unsigned int tdm_c_fs_a_pins
[] = { GPIOA_13
};
417 static const unsigned int tdm_c_sclk_z_pins
[] = { GPIOZ_7
};
418 static const unsigned int tdm_c_fs_z_pins
[] = { GPIOZ_6
};
419 static const unsigned int tdm_c_din0_a_pins
[] = { GPIOA_10
};
420 static const unsigned int tdm_c_din1_a_pins
[] = { GPIOA_9
};
421 static const unsigned int tdm_c_din2_a_pins
[] = { GPIOA_8
};
422 static const unsigned int tdm_c_din3_a_pins
[] = { GPIOA_7
};
423 static const unsigned int tdm_c_din0_z_pins
[] = { GPIOZ_2
};
424 static const unsigned int tdm_c_din1_z_pins
[] = { GPIOZ_3
};
425 static const unsigned int tdm_c_din2_z_pins
[] = { GPIOZ_4
};
426 static const unsigned int tdm_c_din3_z_pins
[] = { GPIOZ_5
};
427 static const unsigned int tdm_c_dout0_a_pins
[] = { GPIOA_10
};
428 static const unsigned int tdm_c_dout1_a_pins
[] = { GPIOA_9
};
429 static const unsigned int tdm_c_dout2_a_pins
[] = { GPIOA_8
};
430 static const unsigned int tdm_c_dout3_a_pins
[] = { GPIOA_7
};
431 static const unsigned int tdm_c_dout0_z_pins
[] = { GPIOZ_2
};
432 static const unsigned int tdm_c_dout1_z_pins
[] = { GPIOZ_3
};
433 static const unsigned int tdm_c_dout2_z_pins
[] = { GPIOZ_4
};
434 static const unsigned int tdm_c_dout3_z_pins
[] = { GPIOZ_5
};
436 static struct meson_pmx_group meson_g12a_periphs_groups
[] = {
447 GPIO_GROUP(GPIOZ_10
),
448 GPIO_GROUP(GPIOZ_11
),
449 GPIO_GROUP(GPIOZ_12
),
450 GPIO_GROUP(GPIOZ_13
),
451 GPIO_GROUP(GPIOZ_14
),
452 GPIO_GROUP(GPIOZ_15
),
496 GPIO_GROUP(GPIOA_10
),
497 GPIO_GROUP(GPIOA_11
),
498 GPIO_GROUP(GPIOA_12
),
499 GPIO_GROUP(GPIOA_13
),
500 GPIO_GROUP(GPIOA_14
),
501 GPIO_GROUP(GPIOA_15
),
512 GPIO_GROUP(GPIOX_10
),
513 GPIO_GROUP(GPIOX_11
),
514 GPIO_GROUP(GPIOX_12
),
515 GPIO_GROUP(GPIOX_13
),
516 GPIO_GROUP(GPIOX_14
),
517 GPIO_GROUP(GPIOX_15
),
518 GPIO_GROUP(GPIOX_16
),
519 GPIO_GROUP(GPIOX_17
),
520 GPIO_GROUP(GPIOX_18
),
521 GPIO_GROUP(GPIOX_19
),
524 GROUP(emmc_nand_d0
, 1),
525 GROUP(emmc_nand_d1
, 1),
526 GROUP(emmc_nand_d2
, 1),
527 GROUP(emmc_nand_d3
, 1),
528 GROUP(emmc_nand_d4
, 1),
529 GROUP(emmc_nand_d5
, 1),
530 GROUP(emmc_nand_d6
, 1),
531 GROUP(emmc_nand_d7
, 1),
534 GROUP(emmc_nand_ds
, 1),
538 GROUP(nand_wen_clk
, 2),
539 GROUP(nand_ren_wr
, 2),
550 GROUP(sdcard_d0_z
, 5),
551 GROUP(sdcard_d1_z
, 5),
552 GROUP(sdcard_d2_z
, 5),
553 GROUP(sdcard_d3_z
, 5),
554 GROUP(sdcard_clk_z
, 5),
555 GROUP(sdcard_cmd_z
, 5),
556 GROUP(i2c0_sda_z0
, 4),
557 GROUP(i2c0_sck_z1
, 4),
558 GROUP(i2c0_sda_z7
, 7),
559 GROUP(i2c0_sck_z8
, 7),
560 GROUP(i2c2_sda_z
, 3),
561 GROUP(i2c2_sck_z
, 3),
562 GROUP(iso7816_clk_z
, 3),
563 GROUP(iso7816_data_z
, 3),
566 GROUP(eth_rgmii_rx_clk
, 1),
570 GROUP(eth_rxd2_rgmii
, 1),
571 GROUP(eth_rxd3_rgmii
, 1),
572 GROUP(eth_rgmii_tx_clk
, 1),
576 GROUP(eth_txd2_rgmii
, 1),
577 GROUP(eth_txd3_rgmii
, 1),
578 GROUP(eth_link_led
, 1),
579 GROUP(eth_act_led
, 1),
580 GROUP(bt565_a_vs
, 2),
581 GROUP(bt565_a_hs
, 2),
582 GROUP(bt565_a_clk
, 2),
583 GROUP(bt565_a_din0
, 2),
584 GROUP(bt565_a_din1
, 2),
585 GROUP(bt565_a_din2
, 2),
586 GROUP(bt565_a_din3
, 2),
587 GROUP(bt565_a_din4
, 2),
588 GROUP(bt565_a_din5
, 2),
589 GROUP(bt565_a_din6
, 2),
590 GROUP(bt565_a_din7
, 2),
591 GROUP(tsin_b_valid_z
, 3),
592 GROUP(tsin_b_sop_z
, 3),
593 GROUP(tsin_b_din0_z
, 3),
594 GROUP(tsin_b_clk_z
, 3),
595 GROUP(tsin_b_fail
, 3),
596 GROUP(tsin_b_din1
, 3),
597 GROUP(tsin_b_din2
, 3),
598 GROUP(tsin_b_din3
, 3),
599 GROUP(tsin_b_din4
, 3),
600 GROUP(tsin_b_din5
, 3),
601 GROUP(tsin_b_din6
, 3),
602 GROUP(tsin_b_din7
, 3),
603 GROUP(pdm_din0_z
, 7),
604 GROUP(pdm_din1_z
, 7),
605 GROUP(pdm_din2_z
, 7),
606 GROUP(pdm_din3_z
, 7),
607 GROUP(pdm_dclk_z
, 7),
608 GROUP(tdm_c_slv_sclk_z
, 6),
609 GROUP(tdm_c_slv_fs_z
, 6),
610 GROUP(tdm_c_din0_z
, 6),
611 GROUP(tdm_c_din1_z
, 6),
612 GROUP(tdm_c_din2_z
, 6),
613 GROUP(tdm_c_din3_z
, 6),
614 GROUP(tdm_c_sclk_z
, 4),
615 GROUP(tdm_c_fs_z
, 4),
616 GROUP(tdm_c_dout0_z
, 4),
617 GROUP(tdm_c_dout1_z
, 4),
618 GROUP(tdm_c_dout2_z
, 4),
619 GROUP(tdm_c_dout3_z
, 4),
629 GROUP(spi0_mosi_x
, 4),
630 GROUP(spi0_miso_x
, 4),
631 GROUP(spi0_ss0_x
, 4),
632 GROUP(spi0_clk_x
, 4),
633 GROUP(i2c1_sda_x
, 5),
634 GROUP(i2c1_sck_x
, 5),
635 GROUP(i2c2_sda_x
, 1),
636 GROUP(i2c2_sck_x
, 1),
639 GROUP(uart_a_cts
, 1),
640 GROUP(uart_a_rts
, 1),
643 GROUP(iso7816_clk_x
, 6),
644 GROUP(iso7816_data_x
, 6),
654 GROUP(tsin_a_valid
, 3),
655 GROUP(tsin_a_sop
, 3),
656 GROUP(tsin_a_din0
, 3),
657 GROUP(tsin_a_clk
, 3),
658 GROUP(tsin_b_valid_x
, 3),
659 GROUP(tsin_b_sop_x
, 3),
660 GROUP(tsin_b_din0_x
, 3),
661 GROUP(tsin_b_clk_x
, 3),
662 GROUP(pdm_din0_x
, 2),
663 GROUP(pdm_din1_x
, 2),
664 GROUP(pdm_din2_x
, 2),
665 GROUP(pdm_din3_x
, 2),
666 GROUP(pdm_dclk_x
, 2),
667 GROUP(tdm_a_slv_sclk
, 2),
668 GROUP(tdm_a_slv_fs
, 2),
669 GROUP(tdm_a_din0
, 2),
670 GROUP(tdm_a_din1
, 2),
671 GROUP(tdm_a_sclk
, 1),
673 GROUP(tdm_a_dout0
, 1),
674 GROUP(tdm_a_dout1
, 1),
678 GROUP(sdcard_d0_c
, 1),
679 GROUP(sdcard_d1_c
, 1),
680 GROUP(sdcard_d2_c
, 1),
681 GROUP(sdcard_d3_c
, 1),
682 GROUP(sdcard_clk_c
, 1),
683 GROUP(sdcard_cmd_c
, 1),
684 GROUP(spi0_mosi_c
, 5),
685 GROUP(spi0_miso_c
, 5),
686 GROUP(spi0_ss0_c
, 5),
687 GROUP(spi0_clk_c
, 5),
688 GROUP(i2c0_sda_c
, 3),
689 GROUP(i2c0_sck_c
, 3),
690 GROUP(uart_ao_a_rx_c
, 2),
691 GROUP(uart_ao_a_tx_c
, 2),
692 GROUP(iso7816_clk_c
, 5),
693 GROUP(iso7816_data_c
, 5),
695 GROUP(jtag_b_tdo
, 2),
696 GROUP(jtag_b_tdi
, 2),
697 GROUP(jtag_b_clk
, 2),
698 GROUP(jtag_b_tms
, 2),
699 GROUP(pdm_din0_c
, 4),
700 GROUP(pdm_din1_c
, 4),
701 GROUP(pdm_din2_c
, 4),
702 GROUP(pdm_din3_c
, 4),
703 GROUP(pdm_dclk_c
, 4),
710 GROUP(i2c1_sda_h2
, 2),
711 GROUP(i2c1_sck_h3
, 2),
712 GROUP(i2c1_sda_h6
, 4),
713 GROUP(i2c1_sck_h7
, 4),
714 GROUP(i2c3_sda_h
, 2),
715 GROUP(i2c3_sck_h
, 2),
718 GROUP(uart_c_cts
, 2),
719 GROUP(uart_c_rts
, 2),
720 GROUP(iso7816_clk_h
, 1),
721 GROUP(iso7816_data_h
, 1),
723 GROUP(cec_ao_a_h
, 4),
724 GROUP(cec_ao_b_h
, 5),
725 GROUP(hdmitx_sda
, 1),
726 GROUP(hdmitx_sck
, 1),
727 GROUP(hdmitx_hpd_in
, 1),
728 GROUP(spdif_out_h
, 1),
729 GROUP(spdif_in_h
, 1),
730 GROUP(tdm_b_din3_h
, 6),
731 GROUP(tdm_b_dout3_h
, 5),
734 GROUP(i2c3_sda_a
, 2),
735 GROUP(i2c3_sck_a
, 2),
736 GROUP(pdm_din0_a
, 1),
737 GROUP(pdm_din1_a
, 1),
738 GROUP(pdm_din2_a
, 1),
739 GROUP(pdm_din3_a
, 1),
740 GROUP(pdm_dclk_a
, 1),
741 GROUP(spdif_in_a10
, 1),
742 GROUP(spdif_in_a12
, 1),
743 GROUP(spdif_out_a11
, 1),
744 GROUP(spdif_out_a13
, 1),
745 GROUP(tdm_b_slv_sclk
, 2),
746 GROUP(tdm_b_slv_fs
, 2),
747 GROUP(tdm_b_din0
, 2),
748 GROUP(tdm_b_din1
, 2),
749 GROUP(tdm_b_din2
, 2),
750 GROUP(tdm_b_din3_a
, 2),
751 GROUP(tdm_b_sclk
, 1),
753 GROUP(tdm_b_dout0
, 1),
754 GROUP(tdm_b_dout1
, 1),
755 GROUP(tdm_b_dout2
, 3),
756 GROUP(tdm_b_dout3_a
, 3),
757 GROUP(tdm_c_slv_sclk_a
, 3),
758 GROUP(tdm_c_slv_fs_a
, 3),
759 GROUP(tdm_c_din0_a
, 3),
760 GROUP(tdm_c_din1_a
, 3),
761 GROUP(tdm_c_din2_a
, 3),
762 GROUP(tdm_c_din3_a
, 3),
763 GROUP(tdm_c_sclk_a
, 2),
764 GROUP(tdm_c_fs_a
, 2),
765 GROUP(tdm_c_dout0_a
, 2),
766 GROUP(tdm_c_dout1_a
, 2),
767 GROUP(tdm_c_dout2_a
, 2),
768 GROUP(tdm_c_dout3_a
, 2),
774 static const unsigned int uart_ao_a_tx_pins
[] = { GPIOAO_0
};
775 static const unsigned int uart_ao_a_rx_pins
[] = { GPIOAO_1
};
776 static const unsigned int uart_ao_a_cts_pins
[] = { GPIOE_0
};
777 static const unsigned int uart_ao_a_rts_pins
[] = { GPIOE_1
};
780 static const unsigned int uart_ao_b_tx_2_pins
[] = { GPIOAO_2
};
781 static const unsigned int uart_ao_b_rx_3_pins
[] = { GPIOAO_3
};
782 static const unsigned int uart_ao_b_tx_8_pins
[] = { GPIOAO_8
};
783 static const unsigned int uart_ao_b_rx_9_pins
[] = { GPIOAO_9
};
784 static const unsigned int uart_ao_b_cts_pins
[] = { GPIOE_0
};
785 static const unsigned int uart_ao_b_rts_pins
[] = { GPIOE_1
};
788 static const unsigned int i2c_ao_sck_pins
[] = { GPIOAO_2
};
789 static const unsigned int i2c_ao_sda_pins
[] = { GPIOAO_3
};
791 static const unsigned int i2c_ao_sck_e_pins
[] = { GPIOE_0
};
792 static const unsigned int i2c_ao_sda_e_pins
[] = { GPIOE_1
};
795 static const unsigned int i2c_ao_slave_sck_pins
[] = { GPIOAO_2
};
796 static const unsigned int i2c_ao_slave_sda_pins
[] = { GPIOAO_3
};
799 static const unsigned int remote_ao_input_pins
[] = { GPIOAO_5
};
802 static const unsigned int remote_ao_out_pins
[] = { GPIOAO_4
};
805 static const unsigned int pwm_a_e_pins
[] = { GPIOE_2
};
808 static const unsigned int pwm_ao_a_pins
[] = { GPIOAO_11
};
809 static const unsigned int pwm_ao_a_hiz_pins
[] = { GPIOAO_11
};
812 static const unsigned int pwm_ao_b_pins
[] = { GPIOE_0
};
815 static const unsigned int pwm_ao_c_4_pins
[] = { GPIOAO_4
};
816 static const unsigned int pwm_ao_c_hiz_pins
[] = { GPIOAO_4
};
817 static const unsigned int pwm_ao_c_6_pins
[] = { GPIOAO_6
};
820 static const unsigned int pwm_ao_d_5_pins
[] = { GPIOAO_5
};
821 static const unsigned int pwm_ao_d_10_pins
[] = { GPIOAO_10
};
822 static const unsigned int pwm_ao_d_e_pins
[] = { GPIOE_1
};
825 static const unsigned int jtag_a_tdi_pins
[] = { GPIOAO_8
};
826 static const unsigned int jtag_a_tdo_pins
[] = { GPIOAO_9
};
827 static const unsigned int jtag_a_clk_pins
[] = { GPIOAO_6
};
828 static const unsigned int jtag_a_tms_pins
[] = { GPIOAO_7
};
831 static const unsigned int cec_ao_a_pins
[] = { GPIOAO_10
};
832 static const unsigned int cec_ao_b_pins
[] = { GPIOAO_10
};
835 static const unsigned int tsin_ao_asop_pins
[] = { GPIOAO_6
};
836 static const unsigned int tsin_ao_adin0_pins
[] = { GPIOAO_7
};
837 static const unsigned int tsin_ao_aclk_pins
[] = { GPIOAO_8
};
838 static const unsigned int tsin_ao_a_valid_pins
[] = { GPIOAO_9
};
841 static const unsigned int spdif_ao_out_pins
[] = { GPIOAO_10
};
844 static const unsigned int tdm_ao_b_slv_fs_pins
[] = { GPIOAO_7
};
845 static const unsigned int tdm_ao_b_slv_sclk_pins
[] = { GPIOAO_8
};
846 static const unsigned int tdm_ao_b_fs_pins
[] = { GPIOAO_7
};
847 static const unsigned int tdm_ao_b_sclk_pins
[] = { GPIOAO_8
};
848 static const unsigned int tdm_ao_b_din0_pins
[] = { GPIOAO_4
};
849 static const unsigned int tdm_ao_b_din1_pins
[] = { GPIOAO_10
};
850 static const unsigned int tdm_ao_b_din2_pins
[] = { GPIOAO_6
};
851 static const unsigned int tdm_ao_b_dout0_pins
[] = { GPIOAO_4
};
852 static const unsigned int tdm_ao_b_dout1_pins
[] = { GPIOAO_10
};
853 static const unsigned int tdm_ao_b_dout2_pins
[] = { GPIOAO_6
};
856 static const unsigned int mclk0_ao_pins
[] = { GPIOAO_9
};
858 static struct meson_pmx_group meson_g12a_aobus_groups
[] = {
859 GPIO_GROUP(GPIOAO_0
),
860 GPIO_GROUP(GPIOAO_1
),
861 GPIO_GROUP(GPIOAO_2
),
862 GPIO_GROUP(GPIOAO_3
),
863 GPIO_GROUP(GPIOAO_4
),
864 GPIO_GROUP(GPIOAO_5
),
865 GPIO_GROUP(GPIOAO_6
),
866 GPIO_GROUP(GPIOAO_7
),
867 GPIO_GROUP(GPIOAO_8
),
868 GPIO_GROUP(GPIOAO_9
),
869 GPIO_GROUP(GPIOAO_10
),
870 GPIO_GROUP(GPIOAO_11
),
876 GROUP(uart_ao_a_tx
, 1),
877 GROUP(uart_ao_a_rx
, 1),
878 GROUP(uart_ao_a_cts
, 1),
879 GROUP(uart_ao_a_rts
, 1),
880 GROUP(uart_ao_b_tx_2
, 2),
881 GROUP(uart_ao_b_rx_3
, 2),
882 GROUP(uart_ao_b_tx_8
, 3),
883 GROUP(uart_ao_b_rx_9
, 3),
884 GROUP(uart_ao_b_cts
, 2),
885 GROUP(uart_ao_b_rts
, 2),
886 GROUP(i2c_ao_sck
, 1),
887 GROUP(i2c_ao_sda
, 1),
888 GROUP(i2c_ao_sck_e
, 4),
889 GROUP(i2c_ao_sda_e
, 4),
890 GROUP(i2c_ao_slave_sck
, 3),
891 GROUP(i2c_ao_slave_sda
, 3),
892 GROUP(remote_ao_input
, 1),
893 GROUP(remote_ao_out
, 1),
896 GROUP(pwm_ao_a_hiz
, 2),
898 GROUP(pwm_ao_c_4
, 3),
899 GROUP(pwm_ao_c_hiz
, 4),
900 GROUP(pwm_ao_c_6
, 3),
901 GROUP(pwm_ao_d_5
, 3),
902 GROUP(pwm_ao_d_10
, 3),
903 GROUP(pwm_ao_d_e
, 3),
904 GROUP(jtag_a_tdi
, 1),
905 GROUP(jtag_a_tdo
, 1),
906 GROUP(jtag_a_clk
, 1),
907 GROUP(jtag_a_tms
, 1),
910 GROUP(tsin_ao_asop
, 4),
911 GROUP(tsin_ao_adin0
, 4),
912 GROUP(tsin_ao_aclk
, 4),
913 GROUP(tsin_ao_a_valid
, 4),
914 GROUP(spdif_ao_out
, 4),
915 GROUP(tdm_ao_b_dout0
, 5),
916 GROUP(tdm_ao_b_dout1
, 5),
917 GROUP(tdm_ao_b_dout2
, 5),
918 GROUP(tdm_ao_b_fs
, 5),
919 GROUP(tdm_ao_b_sclk
, 5),
920 GROUP(tdm_ao_b_din0
, 6),
921 GROUP(tdm_ao_b_din1
, 6),
922 GROUP(tdm_ao_b_din2
, 6),
923 GROUP(tdm_ao_b_slv_fs
, 6),
924 GROUP(tdm_ao_b_slv_sclk
, 6),
928 static const char * const gpio_periphs_groups
[] = {
929 "GPIOZ_0", "GPIOZ_1", "GPIOZ_2", "GPIOZ_3", "GPIOZ_4",
930 "GPIOZ_5", "GPIOZ_6", "GPIOZ_7", "GPIOZ_8", "GPIOZ_9",
931 "GPIOZ_10", "GPIOZ_11", "GPIOZ_12", "GPIOZ_13", "GPIOZ_14",
934 "GPIOH_0", "GPIOH_1", "GPIOH_2", "GPIOH_3", "GPIOH_4",
935 "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOH_8",
937 "BOOT_0", "BOOT_1", "BOOT_2", "BOOT_3", "BOOT_4",
938 "BOOT_5", "BOOT_6", "BOOT_7", "BOOT_8", "BOOT_9",
939 "BOOT_10", "BOOT_11", "BOOT_12", "BOOT_13", "BOOT_14",
942 "GPIOC_0", "GPIOC_1", "GPIOC_2", "GPIOC_3", "GPIOC_4",
943 "GPIOC_5", "GPIOC_6", "GPIOC_7",
945 "GPIOA_0", "GPIOA_1", "GPIOA_2", "GPIOA_3", "GPIOA_4",
946 "GPIOA_5", "GPIOA_6", "GPIOA_7", "GPIOA_8", "GPIOA_9",
947 "GPIOA_10", "GPIOA_11", "GPIOA_12", "GPIOA_13", "GPIOA_14",
950 "GPIOX_0", "GPIOX_1", "GPIOX_2", "GPIOX_3", "GPIOX_4",
951 "GPIOX_5", "GPIOX_6", "GPIOX_7", "GPIOX_8", "GPIOX_9",
952 "GPIOX_10", "GPIOX_11", "GPIOX_12", "GPIOX_13", "GPIOX_14",
953 "GPIOX_15", "GPIOX_16", "GPIOX_17", "GPIOX_18", "GPIOX_19",
956 static const char * const emmc_groups
[] = {
957 "emmc_nand_d0", "emmc_nand_d1", "emmc_nand_d2",
958 "emmc_nand_d3", "emmc_nand_d4", "emmc_nand_d5",
959 "emmc_nand_d6", "emmc_nand_d7",
960 "emmc_clk", "emmc_cmd", "emmc_nand_ds",
963 static const char * const nand_groups
[] = {
964 "emmc_nand_d0", "emmc_nand_d1", "emmc_nand_d2",
965 "emmc_nand_d3", "emmc_nand_d4", "emmc_nand_d5",
966 "emmc_nand_d6", "emmc_nand_d7",
967 "nand_ce0", "nand_ale", "nand_cle",
968 "nand_wen_clk", "nand_ren_wr", "nand_rb0",
969 "emmc_nand_ds", "nand_ce1",
972 static const char * const nor_groups
[] = {
973 "nor_d", "nor_q", "nor_c", "nor_cs",
974 "nor_hold", "nor_wp",
977 static const char * const sdio_groups
[] = {
978 "sdio_d0", "sdio_d1", "sdio_d2", "sdio_d3",
979 "sdio_cmd", "sdio_clk", "sdio_dummy",
982 static const char * const sdcard_groups
[] = {
983 "sdcard_d0_c", "sdcard_d1_c", "sdcard_d2_c", "sdcard_d3_c",
984 "sdcard_clk_c", "sdcard_cmd_c",
985 "sdcard_d0_z", "sdcard_d1_z", "sdcard_d2_z", "sdcard_d3_z",
986 "sdcard_clk_z", "sdcard_cmd_z",
989 static const char * const spi0_groups
[] = {
990 "spi0_mosi_c", "spi0_miso_c", "spi0_ss0_c", "spi0_clk_c",
991 "spi0_mosi_x", "spi0_miso_x", "spi0_ss0_x", "spi0_clk_x",
994 static const char * const spi1_groups
[] = {
995 "spi1_mosi", "spi1_miso", "spi1_ss0", "spi1_clk",
998 static const char * const i2c0_groups
[] = {
999 "i2c0_sda_c", "i2c0_sck_c",
1000 "i2c0_sda_z0", "i2c0_sck_z1",
1001 "i2c0_sda_z7", "i2c0_sck_z8",
1004 static const char * const i2c1_groups
[] = {
1005 "i2c1_sda_x", "i2c1_sck_x",
1006 "i2c1_sda_h2", "i2c1_sck_h3",
1007 "i2c1_sda_h6", "i2c1_sck_h7",
1010 static const char * const i2c2_groups
[] = {
1011 "i2c2_sda_x", "i2c2_sck_x",
1012 "i2c2_sda_z", "i2c2_sck_z",
1015 static const char * const i2c3_groups
[] = {
1016 "i2c3_sda_h", "i2c3_sck_h",
1017 "i2c3_sda_a", "i2c3_sck_a",
1020 static const char * const uart_a_groups
[] = {
1021 "uart_a_tx", "uart_a_rx", "uart_a_cts", "uart_a_rts",
1024 static const char * const uart_b_groups
[] = {
1025 "uart_b_tx", "uart_b_rx",
1028 static const char * const uart_c_groups
[] = {
1029 "uart_c_tx", "uart_c_rx", "uart_c_cts", "uart_c_rts",
1032 static const char * const uart_ao_a_c_groups
[] = {
1033 "uart_ao_a_rx_c", "uart_ao_a_tx_c",
1036 static const char * const iso7816_groups
[] = {
1037 "iso7816_clk_c", "iso7816_data_c",
1038 "iso7816_clk_x", "iso7816_data_x",
1039 "iso7816_clk_h", "iso7816_data_h",
1040 "iso7816_clk_z", "iso7816_data_z",
1043 static const char * const eth_groups
[] = {
1044 "eth_rxd2_rgmii", "eth_rxd3_rgmii", "eth_rgmii_tx_clk",
1045 "eth_txd2_rgmii", "eth_txd3_rgmii", "eth_rgmii_rx_clk",
1046 "eth_txd0", "eth_txd1", "eth_txen", "eth_mdc",
1047 "eth_rxd0", "eth_rxd1", "eth_rx_dv", "eth_mdio",
1048 "eth_link_led", "eth_act_led",
1051 static const char * const pwm_a_groups
[] = {
1055 static const char * const pwm_b_groups
[] = {
1056 "pwm_b_x7", "pwm_b_x19",
1059 static const char * const pwm_c_groups
[] = {
1060 "pwm_c_c", "pwm_c_x5", "pwm_c_x8",
1063 static const char * const pwm_d_groups
[] = {
1064 "pwm_d_x3", "pwm_d_x6",
1067 static const char * const pwm_e_groups
[] = {
1071 static const char * const pwm_f_groups
[] = {
1072 "pwm_f_x", "pwm_f_h",
1075 static const char * const cec_ao_a_h_groups
[] = {
1079 static const char * const cec_ao_b_h_groups
[] = {
1083 static const char * const jtag_b_groups
[] = {
1084 "jtag_b_tdi", "jtag_b_tdo", "jtag_b_clk", "jtag_b_tms",
1087 static const char * const bt565_a_groups
[] = {
1088 "bt565_a_vs", "bt565_a_hs", "bt565_a_clk",
1089 "bt565_a_din0", "bt565_a_din1", "bt565_a_din2",
1090 "bt565_a_din3", "bt565_a_din4", "bt565_a_din5",
1091 "bt565_a_din6", "bt565_a_din7",
1094 static const char * const tsin_a_groups
[] = {
1095 "tsin_a_valid", "tsin_a_sop", "tsin_a_din0",
1099 static const char * const tsin_b_groups
[] = {
1100 "tsin_b_valid_x", "tsin_b_sop_x", "tsin_b_din0_x", "tsin_b_clk_x",
1101 "tsin_b_valid_z", "tsin_b_sop_z", "tsin_b_din0_z", "tsin_b_clk_z",
1102 "tsin_b_fail", "tsin_b_din1", "tsin_b_din2", "tsin_b_din3",
1103 "tsin_b_din4", "tsin_b_din5", "tsin_b_din6", "tsin_b_din7",
1106 static const char * const hdmitx_groups
[] = {
1107 "hdmitx_sda", "hdmitx_sck", "hdmitx_hpd_in",
1110 static const char * const pdm_groups
[] = {
1111 "pdm_din0_c", "pdm_din1_c", "pdm_din2_c", "pdm_din3_c",
1113 "pdm_din0_x", "pdm_din1_x", "pdm_din2_x", "pdm_din3_x",
1115 "pdm_din0_z", "pdm_din1_z", "pdm_din2_z", "pdm_din3_z",
1117 "pdm_din0_a", "pdm_din1_a", "pdm_din2_a", "pdm_din3_a",
1121 static const char * const spdif_in_groups
[] = {
1122 "spdif_in_h", "spdif_in_a10", "spdif_in_a12",
1125 static const char * const spdif_out_groups
[] = {
1126 "spdif_out_h", "spdif_out_a11", "spdif_out_a13",
1129 static const char * const mclk0_groups
[] = {
1133 static const char * const mclk1_groups
[] = {
1134 "mclk1_x", "mclk1_z", "mclk1_a",
1137 static const char * const tdm_a_groups
[] = {
1138 "tdm_a_slv_sclk", "tdm_a_slv_fs", "tdm_a_sclk", "tdm_a_fs",
1139 "tdm_a_din0", "tdm_a_din1", "tdm_a_dout0", "tdm_a_dout1",
1142 static const char * const tdm_b_groups
[] = {
1143 "tdm_b_slv_sclk", "tdm_b_slv_fs", "tdm_b_sclk", "tdm_b_fs",
1144 "tdm_b_din0", "tdm_b_din1", "tdm_b_din2",
1145 "tdm_b_din3_a", "tdm_b_din3_h",
1146 "tdm_b_dout0", "tdm_b_dout1", "tdm_b_dout2",
1147 "tdm_b_dout3_a", "tdm_b_dout3_h",
1150 static const char * const tdm_c_groups
[] = {
1151 "tdm_c_slv_sclk_a", "tdm_c_slv_fs_a",
1152 "tdm_c_slv_sclk_z", "tdm_c_slv_fs_z",
1153 "tdm_c_sclk_a", "tdm_c_fs_a",
1154 "tdm_c_sclk_z", "tdm_c_fs_z",
1155 "tdm_c_din0_a", "tdm_c_din1_a",
1156 "tdm_c_din2_a", "tdm_c_din3_a",
1157 "tdm_c_din0_z", "tdm_c_din1_z",
1158 "tdm_c_din2_z", "tdm_c_din3_z",
1159 "tdm_c_dout0_a", "tdm_c_dout1_a",
1160 "tdm_c_dout2_a", "tdm_c_dout3_a",
1161 "tdm_c_dout0_z", "tdm_c_dout1_z",
1162 "tdm_c_dout2_z", "tdm_c_dout3_z",
1165 static const char * const gpio_aobus_groups
[] = {
1166 "GPIOAO_0", "GPIOAO_1", "GPIOAO_2", "GPIOAO_3", "GPIOAO_4",
1167 "GPIOAO_5", "GPIOAO_6", "GPIOAO_7", "GPIOAO_8", "GPIOAO_9",
1168 "GPIOAO_10", "GPIOAO_11", "GPIOE_0", "GPIOE_1", "GPIOE_2",
1171 static const char * const uart_ao_a_groups
[] = {
1172 "uart_ao_a_tx", "uart_ao_a_rx",
1173 "uart_ao_a_cts", "uart_ao_a_rts",
1176 static const char * const uart_ao_b_groups
[] = {
1177 "uart_ao_b_tx_2", "uart_ao_b_rx_3",
1178 "uart_ao_b_tx_8", "uart_ao_b_rx_9",
1179 "uart_ao_b_cts", "uart_ao_b_rts",
1182 static const char * const i2c_ao_groups
[] = {
1183 "i2c_ao_sck", "i2c_ao_sda",
1184 "i2c_ao_sck_e", "i2c_ao_sda_e",
1187 static const char * const i2c_ao_slave_groups
[] = {
1188 "i2c_ao_slave_sck", "i2c_ao_slave_sda",
1191 static const char * const remote_ao_input_groups
[] = {
1195 static const char * const remote_ao_out_groups
[] = {
1199 static const char * const pwm_a_e_groups
[] = {
1203 static const char * const pwm_ao_a_groups
[] = {
1204 "pwm_ao_a", "pwm_ao_a_hiz",
1207 static const char * const pwm_ao_b_groups
[] = {
1211 static const char * const pwm_ao_c_groups
[] = {
1212 "pwm_ao_c_4", "pwm_ao_c_hiz",
1216 static const char * const pwm_ao_d_groups
[] = {
1217 "pwm_ao_d_5", "pwm_ao_d_10", "pwm_ao_d_e",
1220 static const char * const jtag_a_groups
[] = {
1221 "jtag_a_tdi", "jtag_a_tdo", "jtag_a_clk", "jtag_a_tms",
1224 static const char * const cec_ao_a_groups
[] = {
1228 static const char * const cec_ao_b_groups
[] = {
1232 static const char * const tsin_ao_a_groups
[] = {
1233 "tsin_ao_asop", "tsin_ao_adin0", "tsin_ao_aclk", "tsin_ao_a_valid",
1236 static const char * const spdif_ao_out_groups
[] = {
1240 static const char * const tdm_ao_b_groups
[] = {
1241 "tdm_ao_b_dout0", "tdm_ao_b_dout1", "tdm_ao_b_dout2",
1242 "tdm_ao_b_fs", "tdm_ao_b_sclk",
1243 "tdm_ao_b_din0", "tdm_ao_b_din1", "tdm_ao_b_din2",
1244 "tdm_ao_b_slv_fs", "tdm_ao_b_slv_sclk",
1247 static const char * const mclk0_ao_groups
[] = {
1251 static struct meson_pmx_func meson_g12a_periphs_functions
[] = {
1252 FUNCTION(gpio_periphs
),
1267 FUNCTION(uart_ao_a_c
),
1276 FUNCTION(cec_ao_a_h
),
1277 FUNCTION(cec_ao_b_h
),
1284 FUNCTION(spdif_out
),
1293 static struct meson_pmx_func meson_g12a_aobus_functions
[] = {
1294 FUNCTION(gpio_aobus
),
1295 FUNCTION(uart_ao_a
),
1296 FUNCTION(uart_ao_b
),
1298 FUNCTION(i2c_ao_slave
),
1299 FUNCTION(remote_ao_input
),
1300 FUNCTION(remote_ao_out
),
1309 FUNCTION(tsin_ao_a
),
1310 FUNCTION(spdif_ao_out
),
1315 static struct meson_bank meson_g12a_periphs_banks
[] = {
1316 /* name first last irq pullen pull dir out in ds */
1317 BANK_DS("Z", GPIOZ_0
, GPIOZ_15
, 12, 27,
1318 4, 0, 4, 0, 12, 0, 13, 0, 14, 0, 5, 0),
1319 BANK_DS("H", GPIOH_0
, GPIOH_8
, 28, 36,
1320 3, 0, 3, 0, 9, 0, 10, 0, 11, 0, 4, 0),
1321 BANK_DS("BOOT", BOOT_0
, BOOT_15
, 37, 52,
1322 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0),
1323 BANK_DS("C", GPIOC_0
, GPIOC_7
, 53, 60,
1324 1, 0, 1, 0, 3, 0, 4, 0, 5, 0, 1, 0),
1325 BANK_DS("A", GPIOA_0
, GPIOA_15
, 61, 76,
1326 5, 0, 5, 0, 16, 0, 17, 0, 18, 0, 6, 0),
1327 BANK_DS("X", GPIOX_0
, GPIOX_19
, 77, 96,
1328 2, 0, 2, 0, 6, 0, 7, 0, 8, 0, 2, 0),
1331 static struct meson_bank meson_g12a_aobus_banks
[] = {
1332 /* name first last irq pullen pull dir out in ds */
1333 BANK_DS("AO", GPIOAO_0
, GPIOAO_11
, 0, 11, 3, 0, 2, 0, 0, 0, 4, 0, 1, 0,
1335 /* GPIOE actually located in the AO bank */
1336 BANK_DS("E", GPIOE_0
, GPIOE_2
, 97, 99, 3, 16, 2, 16, 0, 16, 4, 16, 1,
1340 static struct meson_pmx_bank meson_g12a_periphs_pmx_banks
[] = {
1341 /* name first lask reg offset */
1342 BANK_PMX("Z", GPIOZ_0
, GPIOZ_15
, 0x6, 0),
1343 BANK_PMX("H", GPIOH_0
, GPIOH_8
, 0xb, 0),
1344 BANK_PMX("BOOT", BOOT_0
, BOOT_15
, 0x0, 0),
1345 BANK_PMX("C", GPIOC_0
, GPIOC_7
, 0x9, 0),
1346 BANK_PMX("A", GPIOA_0
, GPIOA_15
, 0xd, 0),
1347 BANK_PMX("X", GPIOX_0
, GPIOX_19
, 0x3, 0),
1350 static struct meson_axg_pmx_data meson_g12a_periphs_pmx_banks_data
= {
1351 .pmx_banks
= meson_g12a_periphs_pmx_banks
,
1352 .num_pmx_banks
= ARRAY_SIZE(meson_g12a_periphs_pmx_banks
),
1355 static struct meson_pmx_bank meson_g12a_aobus_pmx_banks
[] = {
1356 BANK_PMX("AO", GPIOAO_0
, GPIOAO_11
, 0x0, 0),
1357 BANK_PMX("E", GPIOE_0
, GPIOE_2
, 0x1, 16),
1360 static struct meson_axg_pmx_data meson_g12a_aobus_pmx_banks_data
= {
1361 .pmx_banks
= meson_g12a_aobus_pmx_banks
,
1362 .num_pmx_banks
= ARRAY_SIZE(meson_g12a_aobus_pmx_banks
),
1365 static int meson_g12a_aobus_parse_dt_extra(struct meson_pinctrl
*pc
)
1367 pc
->reg_pull
= pc
->reg_gpio
;
1368 pc
->reg_pullen
= pc
->reg_gpio
;
1373 static struct meson_pinctrl_data meson_g12a_periphs_pinctrl_data
= {
1374 .name
= "periphs-banks",
1375 .pins
= meson_g12a_periphs_pins
,
1376 .groups
= meson_g12a_periphs_groups
,
1377 .funcs
= meson_g12a_periphs_functions
,
1378 .banks
= meson_g12a_periphs_banks
,
1379 .num_pins
= ARRAY_SIZE(meson_g12a_periphs_pins
),
1380 .num_groups
= ARRAY_SIZE(meson_g12a_periphs_groups
),
1381 .num_funcs
= ARRAY_SIZE(meson_g12a_periphs_functions
),
1382 .num_banks
= ARRAY_SIZE(meson_g12a_periphs_banks
),
1383 .pmx_ops
= &meson_axg_pmx_ops
,
1384 .pmx_data
= &meson_g12a_periphs_pmx_banks_data
,
1387 static struct meson_pinctrl_data meson_g12a_aobus_pinctrl_data
= {
1388 .name
= "aobus-banks",
1389 .pins
= meson_g12a_aobus_pins
,
1390 .groups
= meson_g12a_aobus_groups
,
1391 .funcs
= meson_g12a_aobus_functions
,
1392 .banks
= meson_g12a_aobus_banks
,
1393 .num_pins
= ARRAY_SIZE(meson_g12a_aobus_pins
),
1394 .num_groups
= ARRAY_SIZE(meson_g12a_aobus_groups
),
1395 .num_funcs
= ARRAY_SIZE(meson_g12a_aobus_functions
),
1396 .num_banks
= ARRAY_SIZE(meson_g12a_aobus_banks
),
1397 .pmx_ops
= &meson_axg_pmx_ops
,
1398 .pmx_data
= &meson_g12a_aobus_pmx_banks_data
,
1399 .parse_dt
= meson_g12a_aobus_parse_dt_extra
,
1402 static const struct of_device_id meson_g12a_pinctrl_dt_match
[] = {
1404 .compatible
= "amlogic,meson-g12a-periphs-pinctrl",
1405 .data
= &meson_g12a_periphs_pinctrl_data
,
1408 .compatible
= "amlogic,meson-g12a-aobus-pinctrl",
1409 .data
= &meson_g12a_aobus_pinctrl_data
,
1414 static struct platform_driver meson_g12a_pinctrl_driver
= {
1415 .probe
= meson_pinctrl_probe
,
1417 .name
= "meson-g12a-pinctrl",
1418 .of_match_table
= meson_g12a_pinctrl_dt_match
,
1422 builtin_platform_driver(meson_g12a_pinctrl_driver
);