1 // SPDX-License-Identifier: GPL-2.0-only
3 * Pin controller and GPIO driver for Amlogic Meson GXL.
5 * Copyright (C) 2016 Endless Mobile, Inc.
6 * Author: Carlo Caione <carlo@endlessm.com>
9 #include <dt-bindings/gpio/meson-gxl-gpio.h>
10 #include "pinctrl-meson.h"
11 #include "pinctrl-meson8-pmx.h"
13 static const struct pinctrl_pin_desc meson_gxl_periphs_pins
[] = {
118 MESON_PIN(GPIOCLK_0
),
119 MESON_PIN(GPIOCLK_1
),
122 static const unsigned int emmc_nand_d07_pins
[] = {
123 BOOT_0
, BOOT_1
, BOOT_2
, BOOT_3
, BOOT_4
, BOOT_5
, BOOT_6
, BOOT_7
,
125 static const unsigned int emmc_clk_pins
[] = { BOOT_8
};
126 static const unsigned int emmc_cmd_pins
[] = { BOOT_10
};
127 static const unsigned int emmc_ds_pins
[] = { BOOT_15
};
129 static const unsigned int nor_d_pins
[] = { BOOT_11
};
130 static const unsigned int nor_q_pins
[] = { BOOT_12
};
131 static const unsigned int nor_c_pins
[] = { BOOT_13
};
132 static const unsigned int nor_cs_pins
[] = { BOOT_15
};
134 static const unsigned int spi_mosi_pins
[] = { GPIOX_8
};
135 static const unsigned int spi_miso_pins
[] = { GPIOX_9
};
136 static const unsigned int spi_ss0_pins
[] = { GPIOX_10
};
137 static const unsigned int spi_sclk_pins
[] = { GPIOX_11
};
139 static const unsigned int sdcard_d0_pins
[] = { CARD_1
};
140 static const unsigned int sdcard_d1_pins
[] = { CARD_0
};
141 static const unsigned int sdcard_d2_pins
[] = { CARD_5
};
142 static const unsigned int sdcard_d3_pins
[] = { CARD_4
};
143 static const unsigned int sdcard_cmd_pins
[] = { CARD_3
};
144 static const unsigned int sdcard_clk_pins
[] = { CARD_2
};
146 static const unsigned int sdio_d0_pins
[] = { GPIOX_0
};
147 static const unsigned int sdio_d1_pins
[] = { GPIOX_1
};
148 static const unsigned int sdio_d2_pins
[] = { GPIOX_2
};
149 static const unsigned int sdio_d3_pins
[] = { GPIOX_3
};
150 static const unsigned int sdio_clk_pins
[] = { GPIOX_4
};
151 static const unsigned int sdio_cmd_pins
[] = { GPIOX_5
};
152 static const unsigned int sdio_irq_pins
[] = { GPIOX_7
};
154 static const unsigned int nand_ce0_pins
[] = { BOOT_8
};
155 static const unsigned int nand_ce1_pins
[] = { BOOT_9
};
156 static const unsigned int nand_rb0_pins
[] = { BOOT_10
};
157 static const unsigned int nand_ale_pins
[] = { BOOT_11
};
158 static const unsigned int nand_cle_pins
[] = { BOOT_12
};
159 static const unsigned int nand_wen_clk_pins
[] = { BOOT_13
};
160 static const unsigned int nand_ren_wr_pins
[] = { BOOT_14
};
161 static const unsigned int nand_dqs_pins
[] = { BOOT_15
};
163 static const unsigned int uart_tx_a_pins
[] = { GPIOX_12
};
164 static const unsigned int uart_rx_a_pins
[] = { GPIOX_13
};
165 static const unsigned int uart_cts_a_pins
[] = { GPIOX_14
};
166 static const unsigned int uart_rts_a_pins
[] = { GPIOX_15
};
168 static const unsigned int uart_tx_b_pins
[] = { GPIODV_24
};
169 static const unsigned int uart_rx_b_pins
[] = { GPIODV_25
};
170 static const unsigned int uart_cts_b_pins
[] = { GPIODV_26
};
171 static const unsigned int uart_rts_b_pins
[] = { GPIODV_27
};
173 static const unsigned int uart_tx_c_pins
[] = { GPIOX_8
};
174 static const unsigned int uart_rx_c_pins
[] = { GPIOX_9
};
175 static const unsigned int uart_cts_c_pins
[] = { GPIOX_10
};
176 static const unsigned int uart_rts_c_pins
[] = { GPIOX_11
};
178 static const unsigned int i2c_sck_a_pins
[] = { GPIODV_25
};
179 static const unsigned int i2c_sda_a_pins
[] = { GPIODV_24
};
181 static const unsigned int i2c_sck_b_pins
[] = { GPIODV_27
};
182 static const unsigned int i2c_sda_b_pins
[] = { GPIODV_26
};
184 static const unsigned int i2c_sck_c_pins
[] = { GPIODV_29
};
185 static const unsigned int i2c_sda_c_pins
[] = { GPIODV_28
};
187 static const unsigned int i2c_sck_c_dv19_pins
[] = { GPIODV_19
};
188 static const unsigned int i2c_sda_c_dv18_pins
[] = { GPIODV_18
};
190 static const unsigned int eth_mdio_pins
[] = { GPIOZ_0
};
191 static const unsigned int eth_mdc_pins
[] = { GPIOZ_1
};
192 static const unsigned int eth_clk_rx_clk_pins
[] = { GPIOZ_2
};
193 static const unsigned int eth_rx_dv_pins
[] = { GPIOZ_3
};
194 static const unsigned int eth_rxd0_pins
[] = { GPIOZ_4
};
195 static const unsigned int eth_rxd1_pins
[] = { GPIOZ_5
};
196 static const unsigned int eth_rxd2_pins
[] = { GPIOZ_6
};
197 static const unsigned int eth_rxd3_pins
[] = { GPIOZ_7
};
198 static const unsigned int eth_rgmii_tx_clk_pins
[] = { GPIOZ_8
};
199 static const unsigned int eth_tx_en_pins
[] = { GPIOZ_9
};
200 static const unsigned int eth_txd0_pins
[] = { GPIOZ_10
};
201 static const unsigned int eth_txd1_pins
[] = { GPIOZ_11
};
202 static const unsigned int eth_txd2_pins
[] = { GPIOZ_12
};
203 static const unsigned int eth_txd3_pins
[] = { GPIOZ_13
};
205 static const unsigned int pwm_a_pins
[] = { GPIOX_6
};
207 static const unsigned int pwm_b_pins
[] = { GPIODV_29
};
209 static const unsigned int pwm_c_pins
[] = { GPIOZ_15
};
211 static const unsigned int pwm_d_pins
[] = { GPIODV_28
};
213 static const unsigned int pwm_e_pins
[] = { GPIOX_16
};
215 static const unsigned int pwm_f_clk_pins
[] = { GPIOCLK_1
};
216 static const unsigned int pwm_f_x_pins
[] = { GPIOX_7
};
218 static const unsigned int hdmi_hpd_pins
[] = { GPIOH_0
};
219 static const unsigned int hdmi_sda_pins
[] = { GPIOH_1
};
220 static const unsigned int hdmi_scl_pins
[] = { GPIOH_2
};
222 static const unsigned int i2s_am_clk_pins
[] = { GPIOH_6
};
223 static const unsigned int i2s_out_ao_clk_pins
[] = { GPIOH_7
};
224 static const unsigned int i2s_out_lr_clk_pins
[] = { GPIOH_8
};
225 static const unsigned int i2s_out_ch01_pins
[] = { GPIOH_9
};
226 static const unsigned int i2s_out_ch23_z_pins
[] = { GPIOZ_5
};
227 static const unsigned int i2s_out_ch45_z_pins
[] = { GPIOZ_6
};
228 static const unsigned int i2s_out_ch67_z_pins
[] = { GPIOZ_7
};
230 static const unsigned int spdif_out_h_pins
[] = { GPIOH_4
};
232 static const unsigned int eth_link_led_pins
[] = { GPIOZ_14
};
233 static const unsigned int eth_act_led_pins
[] = { GPIOZ_15
};
235 static const unsigned int tsin_a_d0_pins
[] = { GPIODV_0
};
236 static const unsigned int tsin_a_clk_pins
[] = { GPIODV_8
};
237 static const unsigned int tsin_a_sop_pins
[] = { GPIODV_9
};
238 static const unsigned int tsin_a_d_valid_pins
[] = { GPIODV_10
};
239 static const unsigned int tsin_a_fail_pins
[] = { GPIODV_11
};
240 static const unsigned int tsin_a_dp_pins
[] = {
241 GPIODV_1
, GPIODV_2
, GPIODV_3
, GPIODV_4
, GPIODV_5
, GPIODV_6
, GPIODV_7
,
244 static const unsigned int tsin_b_clk_pins
[] = { GPIOH_6
};
245 static const unsigned int tsin_b_d0_pins
[] = { GPIOH_7
};
246 static const unsigned int tsin_b_sop_pins
[] = { GPIOH_8
};
247 static const unsigned int tsin_b_d_valid_pins
[] = { GPIOH_9
};
249 static const unsigned int tsin_b_fail_z4_pins
[] = { GPIOZ_4
};
250 static const unsigned int tsin_b_clk_z3_pins
[] = { GPIOZ_3
};
251 static const unsigned int tsin_b_d0_z2_pins
[] = { GPIOZ_2
};
252 static const unsigned int tsin_b_sop_z1_pins
[] = { GPIOZ_1
};
253 static const unsigned int tsin_b_d_valid_z0_pins
[] = { GPIOZ_0
};
255 static const struct pinctrl_pin_desc meson_gxl_aobus_pins
[] = {
267 MESON_PIN(GPIO_TEST_N
),
270 static const unsigned int uart_tx_ao_a_pins
[] = { GPIOAO_0
};
271 static const unsigned int uart_rx_ao_a_pins
[] = { GPIOAO_1
};
272 static const unsigned int uart_tx_ao_b_0_pins
[] = { GPIOAO_0
};
273 static const unsigned int uart_rx_ao_b_1_pins
[] = { GPIOAO_1
};
274 static const unsigned int uart_cts_ao_a_pins
[] = { GPIOAO_2
};
275 static const unsigned int uart_rts_ao_a_pins
[] = { GPIOAO_3
};
276 static const unsigned int uart_tx_ao_b_pins
[] = { GPIOAO_4
};
277 static const unsigned int uart_rx_ao_b_pins
[] = { GPIOAO_5
};
278 static const unsigned int uart_cts_ao_b_pins
[] = { GPIOAO_2
};
279 static const unsigned int uart_rts_ao_b_pins
[] = { GPIOAO_3
};
281 static const unsigned int i2c_sck_ao_pins
[] = {GPIOAO_4
};
282 static const unsigned int i2c_sda_ao_pins
[] = {GPIOAO_5
};
283 static const unsigned int i2c_slave_sck_ao_pins
[] = {GPIOAO_4
};
284 static const unsigned int i2c_slave_sda_ao_pins
[] = {GPIOAO_5
};
286 static const unsigned int remote_input_ao_pins
[] = {GPIOAO_7
};
288 static const unsigned int pwm_ao_a_3_pins
[] = { GPIOAO_3
};
289 static const unsigned int pwm_ao_a_8_pins
[] = { GPIOAO_8
};
291 static const unsigned int pwm_ao_b_pins
[] = { GPIOAO_9
};
292 static const unsigned int pwm_ao_b_6_pins
[] = { GPIOAO_6
};
294 static const unsigned int i2s_out_ch23_ao_pins
[] = { GPIOAO_8
};
295 static const unsigned int i2s_out_ch45_ao_pins
[] = { GPIOAO_9
};
296 static const unsigned int i2s_out_ch67_ao_pins
[] = { GPIO_TEST_N
};
298 static const unsigned int spdif_out_ao_6_pins
[] = { GPIOAO_6
};
299 static const unsigned int spdif_out_ao_9_pins
[] = { GPIOAO_9
};
301 static const unsigned int ao_cec_pins
[] = { GPIOAO_8
};
302 static const unsigned int ee_cec_pins
[] = { GPIOAO_8
};
304 static struct meson_pmx_group meson_gxl_periphs_groups
[] = {
315 GPIO_GROUP(GPIOZ_10
),
316 GPIO_GROUP(GPIOZ_11
),
317 GPIO_GROUP(GPIOZ_12
),
318 GPIO_GROUP(GPIOZ_13
),
319 GPIO_GROUP(GPIOZ_14
),
320 GPIO_GROUP(GPIOZ_15
),
358 GPIO_GROUP(GPIODV_0
),
359 GPIO_GROUP(GPIODV_1
),
360 GPIO_GROUP(GPIODV_2
),
361 GPIO_GROUP(GPIODV_3
),
362 GPIO_GROUP(GPIODV_4
),
363 GPIO_GROUP(GPIODV_5
),
364 GPIO_GROUP(GPIODV_6
),
365 GPIO_GROUP(GPIODV_7
),
366 GPIO_GROUP(GPIODV_8
),
367 GPIO_GROUP(GPIODV_9
),
368 GPIO_GROUP(GPIODV_10
),
369 GPIO_GROUP(GPIODV_11
),
370 GPIO_GROUP(GPIODV_12
),
371 GPIO_GROUP(GPIODV_13
),
372 GPIO_GROUP(GPIODV_14
),
373 GPIO_GROUP(GPIODV_15
),
374 GPIO_GROUP(GPIODV_16
),
375 GPIO_GROUP(GPIODV_17
),
376 GPIO_GROUP(GPIODV_19
),
377 GPIO_GROUP(GPIODV_20
),
378 GPIO_GROUP(GPIODV_21
),
379 GPIO_GROUP(GPIODV_22
),
380 GPIO_GROUP(GPIODV_23
),
381 GPIO_GROUP(GPIODV_24
),
382 GPIO_GROUP(GPIODV_25
),
383 GPIO_GROUP(GPIODV_26
),
384 GPIO_GROUP(GPIODV_27
),
385 GPIO_GROUP(GPIODV_28
),
386 GPIO_GROUP(GPIODV_29
),
398 GPIO_GROUP(GPIOX_10
),
399 GPIO_GROUP(GPIOX_11
),
400 GPIO_GROUP(GPIOX_12
),
401 GPIO_GROUP(GPIOX_13
),
402 GPIO_GROUP(GPIOX_14
),
403 GPIO_GROUP(GPIOX_15
),
404 GPIO_GROUP(GPIOX_16
),
405 GPIO_GROUP(GPIOX_17
),
406 GPIO_GROUP(GPIOX_18
),
408 GPIO_GROUP(GPIOCLK_0
),
409 GPIO_GROUP(GPIOCLK_1
),
411 GPIO_GROUP(GPIO_TEST_N
),
414 GROUP(sdio_d0
, 5, 31),
415 GROUP(sdio_d1
, 5, 30),
416 GROUP(sdio_d2
, 5, 29),
417 GROUP(sdio_d3
, 5, 28),
418 GROUP(sdio_clk
, 5, 27),
419 GROUP(sdio_cmd
, 5, 26),
420 GROUP(sdio_irq
, 5, 24),
421 GROUP(uart_tx_a
, 5, 19),
422 GROUP(uart_rx_a
, 5, 18),
423 GROUP(uart_cts_a
, 5, 17),
424 GROUP(uart_rts_a
, 5, 16),
425 GROUP(uart_tx_c
, 5, 13),
426 GROUP(uart_rx_c
, 5, 12),
427 GROUP(uart_cts_c
, 5, 11),
428 GROUP(uart_rts_c
, 5, 10),
431 GROUP(pwm_f_x
, 5, 14),
432 GROUP(spi_mosi
, 5, 3),
433 GROUP(spi_miso
, 5, 2),
434 GROUP(spi_ss0
, 5, 1),
435 GROUP(spi_sclk
, 5, 0),
438 GROUP(eth_mdio
, 4, 23),
439 GROUP(eth_mdc
, 4, 22),
440 GROUP(eth_clk_rx_clk
, 4, 21),
441 GROUP(eth_rx_dv
, 4, 20),
442 GROUP(eth_rxd0
, 4, 19),
443 GROUP(eth_rxd1
, 4, 18),
444 GROUP(eth_rxd2
, 4, 17),
445 GROUP(eth_rxd3
, 4, 16),
446 GROUP(eth_rgmii_tx_clk
, 4, 15),
447 GROUP(eth_tx_en
, 4, 14),
448 GROUP(eth_txd0
, 4, 13),
449 GROUP(eth_txd1
, 4, 12),
450 GROUP(eth_txd2
, 4, 11),
451 GROUP(eth_txd3
, 4, 10),
452 GROUP(tsin_b_fail_z4
, 3, 15),
453 GROUP(tsin_b_clk_z3
, 3, 16),
454 GROUP(tsin_b_d0_z2
, 3, 17),
455 GROUP(tsin_b_sop_z1
, 3, 18),
456 GROUP(tsin_b_d_valid_z0
, 3, 19),
458 GROUP(i2s_out_ch23_z
, 3, 26),
459 GROUP(i2s_out_ch45_z
, 3, 25),
460 GROUP(i2s_out_ch67_z
, 3, 24),
461 GROUP(eth_link_led
, 4, 25),
462 GROUP(eth_act_led
, 4, 24),
465 GROUP(hdmi_hpd
, 6, 31),
466 GROUP(hdmi_sda
, 6, 30),
467 GROUP(hdmi_scl
, 6, 29),
468 GROUP(i2s_am_clk
, 6, 26),
469 GROUP(i2s_out_ao_clk
, 6, 25),
470 GROUP(i2s_out_lr_clk
, 6, 24),
471 GROUP(i2s_out_ch01
, 6, 23),
472 GROUP(spdif_out_h
, 6, 28),
473 GROUP(tsin_b_d0
, 6, 17),
474 GROUP(tsin_b_sop
, 6, 18),
475 GROUP(tsin_b_d_valid
, 6, 19),
476 GROUP(tsin_b_clk
, 6, 20),
479 GROUP(uart_tx_b
, 2, 16),
480 GROUP(uart_rx_b
, 2, 15),
481 GROUP(uart_cts_b
, 2, 14),
482 GROUP(uart_rts_b
, 2, 13),
483 GROUP(i2c_sda_c_dv18
, 1, 17),
484 GROUP(i2c_sck_c_dv19
, 1, 16),
485 GROUP(i2c_sda_a
, 1, 15),
486 GROUP(i2c_sck_a
, 1, 14),
487 GROUP(i2c_sda_b
, 1, 13),
488 GROUP(i2c_sck_b
, 1, 12),
489 GROUP(i2c_sda_c
, 1, 11),
490 GROUP(i2c_sck_c
, 1, 10),
493 GROUP(tsin_a_d0
, 2, 4),
494 GROUP(tsin_a_dp
, 2, 3),
495 GROUP(tsin_a_clk
, 2, 2),
496 GROUP(tsin_a_sop
, 2, 1),
497 GROUP(tsin_a_d_valid
, 2, 0),
498 GROUP(tsin_a_fail
, 1, 31),
501 GROUP(emmc_nand_d07
, 7, 31),
502 GROUP(emmc_clk
, 7, 30),
503 GROUP(emmc_cmd
, 7, 29),
504 GROUP(emmc_ds
, 7, 28),
508 GROUP(nor_cs
, 7, 10),
509 GROUP(nand_ce0
, 7, 7),
510 GROUP(nand_ce1
, 7, 6),
511 GROUP(nand_rb0
, 7, 5),
512 GROUP(nand_ale
, 7, 4),
513 GROUP(nand_cle
, 7, 3),
514 GROUP(nand_wen_clk
, 7, 2),
515 GROUP(nand_ren_wr
, 7, 1),
516 GROUP(nand_dqs
, 7, 0),
519 GROUP(sdcard_d1
, 6, 5),
520 GROUP(sdcard_d0
, 6, 4),
521 GROUP(sdcard_d3
, 6, 1),
522 GROUP(sdcard_d2
, 6, 0),
523 GROUP(sdcard_cmd
, 6, 2),
524 GROUP(sdcard_clk
, 6, 3),
527 GROUP(pwm_f_clk
, 8, 30),
530 static struct meson_pmx_group meson_gxl_aobus_groups
[] = {
531 GPIO_GROUP(GPIOAO_0
),
532 GPIO_GROUP(GPIOAO_1
),
533 GPIO_GROUP(GPIOAO_2
),
534 GPIO_GROUP(GPIOAO_3
),
535 GPIO_GROUP(GPIOAO_4
),
536 GPIO_GROUP(GPIOAO_5
),
537 GPIO_GROUP(GPIOAO_6
),
538 GPIO_GROUP(GPIOAO_7
),
539 GPIO_GROUP(GPIOAO_8
),
540 GPIO_GROUP(GPIOAO_9
),
543 GROUP(uart_tx_ao_b_0
, 0, 26),
544 GROUP(uart_rx_ao_b_1
, 0, 25),
545 GROUP(uart_tx_ao_b
, 0, 24),
546 GROUP(uart_rx_ao_b
, 0, 23),
547 GROUP(uart_tx_ao_a
, 0, 12),
548 GROUP(uart_rx_ao_a
, 0, 11),
549 GROUP(uart_cts_ao_a
, 0, 10),
550 GROUP(uart_rts_ao_a
, 0, 9),
551 GROUP(uart_cts_ao_b
, 0, 8),
552 GROUP(uart_rts_ao_b
, 0, 7),
553 GROUP(i2c_sck_ao
, 0, 6),
554 GROUP(i2c_sda_ao
, 0, 5),
555 GROUP(i2c_slave_sck_ao
, 0, 2),
556 GROUP(i2c_slave_sda_ao
, 0, 1),
557 GROUP(remote_input_ao
, 0, 0),
558 GROUP(pwm_ao_a_3
, 0, 22),
559 GROUP(pwm_ao_b_6
, 0, 18),
560 GROUP(pwm_ao_a_8
, 0, 17),
561 GROUP(pwm_ao_b
, 0, 3),
562 GROUP(i2s_out_ch23_ao
, 1, 0),
563 GROUP(i2s_out_ch45_ao
, 1, 1),
564 GROUP(spdif_out_ao_6
, 0, 16),
565 GROUP(spdif_out_ao_9
, 0, 4),
566 GROUP(ao_cec
, 0, 15),
567 GROUP(ee_cec
, 0, 14),
570 GROUP(i2s_out_ch67_ao
, 1, 2),
573 static const char * const gpio_periphs_groups
[] = {
574 "GPIOZ_0", "GPIOZ_1", "GPIOZ_2", "GPIOZ_3", "GPIOZ_4",
575 "GPIOZ_5", "GPIOZ_6", "GPIOZ_7", "GPIOZ_8", "GPIOZ_9",
576 "GPIOZ_10", "GPIOZ_11", "GPIOZ_12", "GPIOZ_13", "GPIOZ_14",
579 "GPIOH_0", "GPIOH_1", "GPIOH_2", "GPIOH_3", "GPIOH_4",
580 "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOH_8", "GPIOH_9",
582 "BOOT_0", "BOOT_1", "BOOT_2", "BOOT_3", "BOOT_4",
583 "BOOT_5", "BOOT_6", "BOOT_7", "BOOT_8", "BOOT_9",
584 "BOOT_10", "BOOT_11", "BOOT_12", "BOOT_13", "BOOT_14",
587 "CARD_0", "CARD_1", "CARD_2", "CARD_3", "CARD_4",
590 "GPIODV_0", "GPIODV_1", "GPIODV_2", "GPIODV_3", "GPIODV_4",
591 "GPIODV_5", "GPIODV_6", "GPIODV_7", "GPIODV_8", "GPIODV_9",
592 "GPIODV_10", "GPIODV_11", "GPIODV_12", "GPIODV_13", "GPIODV_14",
593 "GPIODV_15", "GPIODV_16", "GPIODV_17", "GPIODV_18", "GPIODV_19",
594 "GPIODV_20", "GPIODV_21", "GPIODV_22", "GPIODV_23", "GPIODV_24",
595 "GPIODV_25", "GPIODV_26", "GPIODV_27", "GPIODV_28", "GPIODV_29",
597 "GPIOX_0", "GPIOX_1", "GPIOX_2", "GPIOX_3", "GPIOX_4",
598 "GPIOX_5", "GPIOX_6", "GPIOX_7", "GPIOX_8", "GPIOX_9",
599 "GPIOX_10", "GPIOX_11", "GPIOX_12", "GPIOX_13", "GPIOX_14",
600 "GPIOX_15", "GPIOX_16", "GPIOX_17", "GPIOX_18",
603 static const char * const emmc_groups
[] = {
604 "emmc_nand_d07", "emmc_clk", "emmc_cmd", "emmc_ds",
607 static const char * const nor_groups
[] = {
608 "nor_d", "nor_q", "nor_c", "nor_cs",
611 static const char * const spi_groups
[] = {
612 "spi_mosi", "spi_miso", "spi_ss0", "spi_sclk",
615 static const char * const sdcard_groups
[] = {
616 "sdcard_d0", "sdcard_d1", "sdcard_d2", "sdcard_d3",
617 "sdcard_cmd", "sdcard_clk",
620 static const char * const sdio_groups
[] = {
621 "sdio_d0", "sdio_d1", "sdio_d2", "sdio_d3",
622 "sdio_cmd", "sdio_clk", "sdio_irq",
625 static const char * const nand_groups
[] = {
626 "emmc_nand_d07", "nand_ce0", "nand_ce1", "nand_rb0", "nand_ale",
627 "nand_cle", "nand_wen_clk", "nand_ren_wr", "nand_dqs",
630 static const char * const uart_a_groups
[] = {
631 "uart_tx_a", "uart_rx_a", "uart_cts_a", "uart_rts_a",
634 static const char * const uart_b_groups
[] = {
635 "uart_tx_b", "uart_rx_b", "uart_cts_b", "uart_rts_b",
638 static const char * const uart_c_groups
[] = {
639 "uart_tx_c", "uart_rx_c", "uart_cts_c", "uart_rts_c",
642 static const char * const i2c_a_groups
[] = {
643 "i2c_sck_a", "i2c_sda_a",
646 static const char * const i2c_b_groups
[] = {
647 "i2c_sck_b", "i2c_sda_b",
650 static const char * const i2c_c_groups
[] = {
651 "i2c_sck_c", "i2c_sda_c", "i2c_sda_c_dv18", "i2c_sck_c_dv19",
654 static const char * const eth_groups
[] = {
655 "eth_mdio", "eth_mdc", "eth_clk_rx_clk", "eth_rx_dv",
656 "eth_rxd0", "eth_rxd1", "eth_rxd2", "eth_rxd3",
657 "eth_rgmii_tx_clk", "eth_tx_en",
658 "eth_txd0", "eth_txd1", "eth_txd2", "eth_txd3",
661 static const char * const pwm_a_groups
[] = {
665 static const char * const pwm_b_groups
[] = {
669 static const char * const pwm_c_groups
[] = {
673 static const char * const pwm_d_groups
[] = {
677 static const char * const pwm_e_groups
[] = {
681 static const char * const pwm_f_groups
[] = {
682 "pwm_f_clk", "pwm_f_x",
685 static const char * const hdmi_hpd_groups
[] = {
689 static const char * const hdmi_i2c_groups
[] = {
690 "hdmi_sda", "hdmi_scl",
693 static const char * const i2s_out_groups
[] = {
694 "i2s_am_clk", "i2s_out_ao_clk", "i2s_out_lr_clk",
695 "i2s_out_ch01", "i2s_out_ch23_z", "i2s_out_ch45_z", "i2s_out_ch67_z",
698 static const char * const spdif_out_groups
[] = {
702 static const char * const eth_led_groups
[] = {
703 "eth_link_led", "eth_act_led",
706 static const char * const tsin_a_groups
[] = {
707 "tsin_a_clk", "tsin_a_sop",
708 "tsin_a_d_valid", "tsin_a_d0",
709 "tsin_a_dp", "tsin_a_fail",
712 static const char * const tsin_b_groups
[] = {
713 "tsin_b_clk", "tsin_b_sop", "tsin_b_d_valid", "tsin_b_d0",
714 "tsin_b_clk_z3", "tsin_b_sop_z1", "tsin_b_d_valid_z0", "tsin_b_d0_z2",
718 static const char * const gpio_aobus_groups
[] = {
719 "GPIOAO_0", "GPIOAO_1", "GPIOAO_2", "GPIOAO_3", "GPIOAO_4",
720 "GPIOAO_5", "GPIOAO_6", "GPIOAO_7", "GPIOAO_8", "GPIOAO_9",
725 static const char * const uart_ao_groups
[] = {
726 "uart_tx_ao_a", "uart_rx_ao_a", "uart_cts_ao_a", "uart_rts_ao_a",
729 static const char * const uart_ao_b_groups
[] = {
730 "uart_tx_ao_b", "uart_rx_ao_b", "uart_cts_ao_b", "uart_rts_ao_b",
731 "uart_tx_ao_b_0", "uart_rx_ao_b_1",
734 static const char * const i2c_ao_groups
[] = {
735 "i2c_sck_ao", "i2c_sda_ao",
738 static const char * const i2c_slave_ao_groups
[] = {
739 "i2c_slave_sck_ao", "i2c_slave_sda_ao",
742 static const char * const remote_input_ao_groups
[] = {
746 static const char * const pwm_ao_a_groups
[] = {
747 "pwm_ao_a_3", "pwm_ao_a_8",
750 static const char * const pwm_ao_b_groups
[] = {
751 "pwm_ao_b", "pwm_ao_b_6",
754 static const char * const i2s_out_ao_groups
[] = {
755 "i2s_out_ch23_ao", "i2s_out_ch45_ao", "i2s_out_ch67_ao",
758 static const char * const spdif_out_ao_groups
[] = {
759 "spdif_out_ao_6", "spdif_out_ao_9",
762 static const char * const cec_ao_groups
[] = {
766 static struct meson_pmx_func meson_gxl_periphs_functions
[] = {
767 FUNCTION(gpio_periphs
),
796 static struct meson_pmx_func meson_gxl_aobus_functions
[] = {
797 FUNCTION(gpio_aobus
),
801 FUNCTION(i2c_slave_ao
),
802 FUNCTION(remote_input_ao
),
805 FUNCTION(i2s_out_ao
),
806 FUNCTION(spdif_out_ao
),
810 static struct meson_bank meson_gxl_periphs_banks
[] = {
811 /* name first last irq pullen pull dir out in */
812 BANK("X", GPIOX_0
, GPIOX_18
, 89, 107, 4, 0, 4, 0, 12, 0, 13, 0, 14, 0),
813 BANK("DV", GPIODV_0
, GPIODV_29
, 83, 88, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0),
814 BANK("H", GPIOH_0
, GPIOH_9
, 26, 35, 1, 20, 1, 20, 3, 20, 4, 20, 5, 20),
815 BANK("Z", GPIOZ_0
, GPIOZ_15
, 10, 25, 3, 0, 3, 0, 9, 0, 10, 0, 11, 0),
816 BANK("CARD", CARD_0
, CARD_6
, 52, 58, 2, 20, 2, 20, 6, 20, 7, 20, 8, 20),
817 BANK("BOOT", BOOT_0
, BOOT_15
, 36, 51, 2, 0, 2, 0, 6, 0, 7, 0, 8, 0),
818 BANK("CLK", GPIOCLK_0
, GPIOCLK_1
, 108, 109, 3, 28, 3, 28, 9, 28, 10, 28, 11, 28),
821 static struct meson_bank meson_gxl_aobus_banks
[] = {
822 /* name first last irq pullen pull dir out in */
823 BANK("AO", GPIOAO_0
, GPIOAO_9
, 0, 9, 0, 16, 0, 0, 0, 0, 0, 16, 1, 0),
826 static struct meson_pinctrl_data meson_gxl_periphs_pinctrl_data
= {
827 .name
= "periphs-banks",
828 .pins
= meson_gxl_periphs_pins
,
829 .groups
= meson_gxl_periphs_groups
,
830 .funcs
= meson_gxl_periphs_functions
,
831 .banks
= meson_gxl_periphs_banks
,
832 .num_pins
= ARRAY_SIZE(meson_gxl_periphs_pins
),
833 .num_groups
= ARRAY_SIZE(meson_gxl_periphs_groups
),
834 .num_funcs
= ARRAY_SIZE(meson_gxl_periphs_functions
),
835 .num_banks
= ARRAY_SIZE(meson_gxl_periphs_banks
),
836 .pmx_ops
= &meson8_pmx_ops
,
839 static struct meson_pinctrl_data meson_gxl_aobus_pinctrl_data
= {
840 .name
= "aobus-banks",
841 .pins
= meson_gxl_aobus_pins
,
842 .groups
= meson_gxl_aobus_groups
,
843 .funcs
= meson_gxl_aobus_functions
,
844 .banks
= meson_gxl_aobus_banks
,
845 .num_pins
= ARRAY_SIZE(meson_gxl_aobus_pins
),
846 .num_groups
= ARRAY_SIZE(meson_gxl_aobus_groups
),
847 .num_funcs
= ARRAY_SIZE(meson_gxl_aobus_functions
),
848 .num_banks
= ARRAY_SIZE(meson_gxl_aobus_banks
),
849 .pmx_ops
= &meson8_pmx_ops
,
850 .parse_dt
= meson8_aobus_parse_dt_extra
,
853 static const struct of_device_id meson_gxl_pinctrl_dt_match
[] = {
855 .compatible
= "amlogic,meson-gxl-periphs-pinctrl",
856 .data
= &meson_gxl_periphs_pinctrl_data
,
859 .compatible
= "amlogic,meson-gxl-aobus-pinctrl",
860 .data
= &meson_gxl_aobus_pinctrl_data
,
865 static struct platform_driver meson_gxl_pinctrl_driver
= {
866 .probe
= meson_pinctrl_probe
,
868 .name
= "meson-gxl-pinctrl",
869 .of_match_table
= meson_gxl_pinctrl_dt_match
,
872 builtin_platform_driver(meson_gxl_pinctrl_driver
);