Thomas Gleixner | 3c910ec | 2019-06-01 10:09:00 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Pin controller and GPIO driver for Amlogic Meson GXL. |
| 4 | * |
| 5 | * Copyright (C) 2016 Endless Mobile, Inc. |
| 6 | * Author: Carlo Caione <carlo@endlessm.com> |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #include <dt-bindings/gpio/meson-gxl-gpio.h> |
| 10 | #include "pinctrl-meson.h" |
Jerome Brunet | ce385aa | 2017-10-12 14:40:26 +0200 | [diff] [blame] | 11 | #include "pinctrl-meson8-pmx.h" |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 12 | |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 13 | static const struct pinctrl_pin_desc meson_gxl_periphs_pins[] = { |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 14 | MESON_PIN(GPIOZ_0), |
| 15 | MESON_PIN(GPIOZ_1), |
| 16 | MESON_PIN(GPIOZ_2), |
| 17 | MESON_PIN(GPIOZ_3), |
| 18 | MESON_PIN(GPIOZ_4), |
| 19 | MESON_PIN(GPIOZ_5), |
| 20 | MESON_PIN(GPIOZ_6), |
| 21 | MESON_PIN(GPIOZ_7), |
| 22 | MESON_PIN(GPIOZ_8), |
| 23 | MESON_PIN(GPIOZ_9), |
| 24 | MESON_PIN(GPIOZ_10), |
| 25 | MESON_PIN(GPIOZ_11), |
| 26 | MESON_PIN(GPIOZ_12), |
| 27 | MESON_PIN(GPIOZ_13), |
| 28 | MESON_PIN(GPIOZ_14), |
| 29 | MESON_PIN(GPIOZ_15), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 30 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 31 | MESON_PIN(GPIOH_0), |
| 32 | MESON_PIN(GPIOH_1), |
| 33 | MESON_PIN(GPIOH_2), |
| 34 | MESON_PIN(GPIOH_3), |
| 35 | MESON_PIN(GPIOH_4), |
| 36 | MESON_PIN(GPIOH_5), |
| 37 | MESON_PIN(GPIOH_6), |
| 38 | MESON_PIN(GPIOH_7), |
| 39 | MESON_PIN(GPIOH_8), |
| 40 | MESON_PIN(GPIOH_9), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 41 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 42 | MESON_PIN(BOOT_0), |
| 43 | MESON_PIN(BOOT_1), |
| 44 | MESON_PIN(BOOT_2), |
| 45 | MESON_PIN(BOOT_3), |
| 46 | MESON_PIN(BOOT_4), |
| 47 | MESON_PIN(BOOT_5), |
| 48 | MESON_PIN(BOOT_6), |
| 49 | MESON_PIN(BOOT_7), |
| 50 | MESON_PIN(BOOT_8), |
| 51 | MESON_PIN(BOOT_9), |
| 52 | MESON_PIN(BOOT_10), |
| 53 | MESON_PIN(BOOT_11), |
| 54 | MESON_PIN(BOOT_12), |
| 55 | MESON_PIN(BOOT_13), |
| 56 | MESON_PIN(BOOT_14), |
| 57 | MESON_PIN(BOOT_15), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 58 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 59 | MESON_PIN(CARD_0), |
| 60 | MESON_PIN(CARD_1), |
| 61 | MESON_PIN(CARD_2), |
| 62 | MESON_PIN(CARD_3), |
| 63 | MESON_PIN(CARD_4), |
| 64 | MESON_PIN(CARD_5), |
| 65 | MESON_PIN(CARD_6), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 66 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 67 | MESON_PIN(GPIODV_0), |
| 68 | MESON_PIN(GPIODV_1), |
| 69 | MESON_PIN(GPIODV_2), |
| 70 | MESON_PIN(GPIODV_3), |
| 71 | MESON_PIN(GPIODV_4), |
| 72 | MESON_PIN(GPIODV_5), |
| 73 | MESON_PIN(GPIODV_6), |
| 74 | MESON_PIN(GPIODV_7), |
| 75 | MESON_PIN(GPIODV_8), |
| 76 | MESON_PIN(GPIODV_9), |
| 77 | MESON_PIN(GPIODV_10), |
| 78 | MESON_PIN(GPIODV_11), |
| 79 | MESON_PIN(GPIODV_12), |
| 80 | MESON_PIN(GPIODV_13), |
| 81 | MESON_PIN(GPIODV_14), |
| 82 | MESON_PIN(GPIODV_15), |
| 83 | MESON_PIN(GPIODV_16), |
| 84 | MESON_PIN(GPIODV_17), |
| 85 | MESON_PIN(GPIODV_18), |
| 86 | MESON_PIN(GPIODV_19), |
| 87 | MESON_PIN(GPIODV_20), |
| 88 | MESON_PIN(GPIODV_21), |
| 89 | MESON_PIN(GPIODV_22), |
| 90 | MESON_PIN(GPIODV_23), |
| 91 | MESON_PIN(GPIODV_24), |
| 92 | MESON_PIN(GPIODV_25), |
| 93 | MESON_PIN(GPIODV_26), |
| 94 | MESON_PIN(GPIODV_27), |
| 95 | MESON_PIN(GPIODV_28), |
| 96 | MESON_PIN(GPIODV_29), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 97 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 98 | MESON_PIN(GPIOX_0), |
| 99 | MESON_PIN(GPIOX_1), |
| 100 | MESON_PIN(GPIOX_2), |
| 101 | MESON_PIN(GPIOX_3), |
| 102 | MESON_PIN(GPIOX_4), |
| 103 | MESON_PIN(GPIOX_5), |
| 104 | MESON_PIN(GPIOX_6), |
| 105 | MESON_PIN(GPIOX_7), |
| 106 | MESON_PIN(GPIOX_8), |
| 107 | MESON_PIN(GPIOX_9), |
| 108 | MESON_PIN(GPIOX_10), |
| 109 | MESON_PIN(GPIOX_11), |
| 110 | MESON_PIN(GPIOX_12), |
| 111 | MESON_PIN(GPIOX_13), |
| 112 | MESON_PIN(GPIOX_14), |
| 113 | MESON_PIN(GPIOX_15), |
| 114 | MESON_PIN(GPIOX_16), |
| 115 | MESON_PIN(GPIOX_17), |
| 116 | MESON_PIN(GPIOX_18), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 117 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 118 | MESON_PIN(GPIOCLK_0), |
| 119 | MESON_PIN(GPIOCLK_1), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 120 | }; |
| 121 | |
| 122 | static const unsigned int emmc_nand_d07_pins[] = { |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 123 | BOOT_0, BOOT_1, BOOT_2, BOOT_3, BOOT_4, BOOT_5, BOOT_6, BOOT_7, |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 124 | }; |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 128 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 133 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 477fa24 | 2017-05-22 14:59:25 +0200 | [diff] [blame] | 138 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 145 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Nicolas Belin | dc7a06b | 2020-02-20 14:15:12 +0100 | [diff] [blame] | 150 | static const unsigned int sdio_clk_pins[] = { GPIOX_4 }; |
| 151 | static const unsigned int sdio_cmd_pins[] = { GPIOX_5 }; |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 152 | static const unsigned int sdio_irq_pins[] = { GPIOX_7 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 153 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 162 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 167 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 172 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 177 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 178 | static const unsigned int i2c_sck_a_pins[] = { GPIODV_25 }; |
| 179 | static const unsigned int i2c_sda_a_pins[] = { GPIODV_24 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 180 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 181 | static const unsigned int i2c_sck_b_pins[] = { GPIODV_27 }; |
| 182 | static const unsigned int i2c_sda_b_pins[] = { GPIODV_26 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 183 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 184 | static const unsigned int i2c_sck_c_pins[] = { GPIODV_29 }; |
| 185 | static const unsigned int i2c_sda_c_pins[] = { GPIODV_28 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 186 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 187 | static const unsigned int i2c_sck_c_dv19_pins[] = { GPIODV_19 }; |
| 188 | static const unsigned int i2c_sda_c_dv18_pins[] = { GPIODV_18 }; |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 189 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 204 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 205 | static const unsigned int pwm_a_pins[] = { GPIOX_6 }; |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 206 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 207 | static const unsigned int pwm_b_pins[] = { GPIODV_29 }; |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 208 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 209 | static const unsigned int pwm_c_pins[] = { GPIOZ_15 }; |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 210 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 211 | static const unsigned int pwm_d_pins[] = { GPIODV_28 }; |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 212 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 213 | static const unsigned int pwm_e_pins[] = { GPIOX_16 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 214 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 215 | static const unsigned int pwm_f_clk_pins[] = { GPIOCLK_1 }; |
| 216 | static const unsigned int pwm_f_x_pins[] = { GPIOX_7 }; |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 217 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 1fe8d6cb | 2017-01-17 13:05:37 +0100 | [diff] [blame] | 221 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 229 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 230 | static const unsigned int spdif_out_h_pins[] = { GPIOH_4 }; |
Jerome Brunet | b840d64 | 2017-03-23 17:50:57 +0100 | [diff] [blame] | 231 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 232 | static const unsigned int eth_link_led_pins[] = { GPIOZ_14 }; |
| 233 | static const unsigned int eth_act_led_pins[] = { GPIOZ_15 }; |
Neil Armstrong | 82e1e5c | 2017-05-24 10:20:42 +0200 | [diff] [blame] | 234 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 235 | static const unsigned int tsin_a_d0_pins[] = { GPIODV_0 }; |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 236 | static const unsigned int tsin_a_clk_pins[] = { GPIODV_8 }; |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 237 | static const unsigned int tsin_a_sop_pins[] = { GPIODV_9 }; |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 238 | static const unsigned int tsin_a_d_valid_pins[] = { GPIODV_10 }; |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 239 | static const unsigned int tsin_a_fail_pins[] = { GPIODV_11 }; |
Jerome Brunet | 5a6ae9b | 2017-06-08 15:09:48 +0200 | [diff] [blame] | 240 | static const unsigned int tsin_a_dp_pins[] = { |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 241 | GPIODV_1, GPIODV_2, GPIODV_3, GPIODV_4, GPIODV_5, GPIODV_6, GPIODV_7, |
Jerome Brunet | 5a6ae9b | 2017-06-08 15:09:48 +0200 | [diff] [blame] | 242 | }; |
| 243 | |
Igor Vavro | eaee5d9 | 2020-03-05 07:07:46 +0400 | [diff] [blame] | 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 }; |
| 248 | |
| 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 }; |
| 254 | |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 255 | static const struct pinctrl_pin_desc meson_gxl_aobus_pins[] = { |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 256 | MESON_PIN(GPIOAO_0), |
| 257 | MESON_PIN(GPIOAO_1), |
| 258 | MESON_PIN(GPIOAO_2), |
| 259 | MESON_PIN(GPIOAO_3), |
| 260 | MESON_PIN(GPIOAO_4), |
| 261 | MESON_PIN(GPIOAO_5), |
| 262 | MESON_PIN(GPIOAO_6), |
| 263 | MESON_PIN(GPIOAO_7), |
| 264 | MESON_PIN(GPIOAO_8), |
| 265 | MESON_PIN(GPIOAO_9), |
Jerome Brunet | e891a5a | 2017-09-20 15:39:26 +0200 | [diff] [blame] | 266 | |
| 267 | MESON_PIN(GPIO_TEST_N), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 268 | }; |
| 269 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 280 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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 }; |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 285 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 286 | static const unsigned int remote_input_ao_pins[] = {GPIOAO_7 }; |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 287 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 288 | static const unsigned int pwm_ao_a_3_pins[] = { GPIOAO_3 }; |
| 289 | static const unsigned int pwm_ao_a_8_pins[] = { GPIOAO_8 }; |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 290 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 291 | static const unsigned int pwm_ao_b_pins[] = { GPIOAO_9 }; |
| 292 | static const unsigned int pwm_ao_b_6_pins[] = { GPIOAO_6 }; |
Martin Blumenstingl | cff2b01 | 2017-01-22 22:05:27 +0100 | [diff] [blame] | 293 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 294 | static const unsigned int i2s_out_ch23_ao_pins[] = { GPIOAO_8 }; |
| 295 | static const unsigned int i2s_out_ch45_ao_pins[] = { GPIOAO_9 }; |
Jerome Brunet | d51b989 | 2017-10-06 10:31:42 +0200 | [diff] [blame] | 296 | static const unsigned int i2s_out_ch67_ao_pins[] = { GPIO_TEST_N }; |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 297 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 298 | static const unsigned int spdif_out_ao_6_pins[] = { GPIOAO_6 }; |
| 299 | static const unsigned int spdif_out_ao_9_pins[] = { GPIOAO_9 }; |
Jerome Brunet | b840d64 | 2017-03-23 17:50:57 +0100 | [diff] [blame] | 300 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 301 | static const unsigned int ao_cec_pins[] = { GPIOAO_8 }; |
| 302 | static const unsigned int ee_cec_pins[] = { GPIOAO_8 }; |
Neil Armstrong | 690dead | 2017-05-24 10:20:41 +0200 | [diff] [blame] | 303 | |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 304 | static struct meson_pmx_group meson_gxl_periphs_groups[] = { |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 305 | GPIO_GROUP(GPIOZ_0), |
| 306 | GPIO_GROUP(GPIOZ_1), |
| 307 | GPIO_GROUP(GPIOZ_2), |
| 308 | GPIO_GROUP(GPIOZ_3), |
| 309 | GPIO_GROUP(GPIOZ_4), |
| 310 | GPIO_GROUP(GPIOZ_5), |
| 311 | GPIO_GROUP(GPIOZ_6), |
| 312 | GPIO_GROUP(GPIOZ_7), |
| 313 | GPIO_GROUP(GPIOZ_8), |
| 314 | GPIO_GROUP(GPIOZ_9), |
| 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), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 321 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 322 | GPIO_GROUP(GPIOH_0), |
| 323 | GPIO_GROUP(GPIOH_1), |
| 324 | GPIO_GROUP(GPIOH_2), |
| 325 | GPIO_GROUP(GPIOH_3), |
| 326 | GPIO_GROUP(GPIOH_4), |
| 327 | GPIO_GROUP(GPIOH_5), |
| 328 | GPIO_GROUP(GPIOH_6), |
| 329 | GPIO_GROUP(GPIOH_7), |
| 330 | GPIO_GROUP(GPIOH_8), |
| 331 | GPIO_GROUP(GPIOH_9), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 332 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 333 | GPIO_GROUP(BOOT_0), |
| 334 | GPIO_GROUP(BOOT_1), |
| 335 | GPIO_GROUP(BOOT_2), |
| 336 | GPIO_GROUP(BOOT_3), |
| 337 | GPIO_GROUP(BOOT_4), |
| 338 | GPIO_GROUP(BOOT_5), |
| 339 | GPIO_GROUP(BOOT_6), |
| 340 | GPIO_GROUP(BOOT_7), |
| 341 | GPIO_GROUP(BOOT_8), |
| 342 | GPIO_GROUP(BOOT_9), |
| 343 | GPIO_GROUP(BOOT_10), |
| 344 | GPIO_GROUP(BOOT_11), |
| 345 | GPIO_GROUP(BOOT_12), |
| 346 | GPIO_GROUP(BOOT_13), |
| 347 | GPIO_GROUP(BOOT_14), |
| 348 | GPIO_GROUP(BOOT_15), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 349 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 350 | GPIO_GROUP(CARD_0), |
| 351 | GPIO_GROUP(CARD_1), |
| 352 | GPIO_GROUP(CARD_2), |
| 353 | GPIO_GROUP(CARD_3), |
| 354 | GPIO_GROUP(CARD_4), |
| 355 | GPIO_GROUP(CARD_5), |
| 356 | GPIO_GROUP(CARD_6), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 357 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 387 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 388 | GPIO_GROUP(GPIOX_0), |
| 389 | GPIO_GROUP(GPIOX_1), |
| 390 | GPIO_GROUP(GPIOX_2), |
| 391 | GPIO_GROUP(GPIOX_3), |
| 392 | GPIO_GROUP(GPIOX_4), |
| 393 | GPIO_GROUP(GPIOX_5), |
| 394 | GPIO_GROUP(GPIOX_6), |
| 395 | GPIO_GROUP(GPIOX_7), |
| 396 | GPIO_GROUP(GPIOX_8), |
| 397 | GPIO_GROUP(GPIOX_9), |
| 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), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 407 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 408 | GPIO_GROUP(GPIOCLK_0), |
| 409 | GPIO_GROUP(GPIOCLK_1), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 410 | |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 411 | GPIO_GROUP(GPIO_TEST_N), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 412 | |
| 413 | /* Bank X */ |
| 414 | GROUP(sdio_d0, 5, 31), |
| 415 | GROUP(sdio_d1, 5, 30), |
| 416 | GROUP(sdio_d2, 5, 29), |
| 417 | GROUP(sdio_d3, 5, 28), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 418 | GROUP(sdio_clk, 5, 27), |
| 419 | GROUP(sdio_cmd, 5, 26), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 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), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 427 | GROUP(uart_cts_c, 5, 11), |
| 428 | GROUP(uart_rts_c, 5, 10), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 429 | GROUP(pwm_a, 5, 25), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 430 | GROUP(pwm_e, 5, 15), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 431 | GROUP(pwm_f_x, 5, 14), |
Neil Armstrong | 477fa24 | 2017-05-22 14:59:25 +0200 | [diff] [blame] | 432 | GROUP(spi_mosi, 5, 3), |
| 433 | GROUP(spi_miso, 5, 2), |
| 434 | GROUP(spi_ss0, 5, 1), |
| 435 | GROUP(spi_sclk, 5, 0), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 436 | |
| 437 | /* Bank Z */ |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 438 | GROUP(eth_mdio, 4, 23), |
| 439 | GROUP(eth_mdc, 4, 22), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 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), |
Igor Vavro | eaee5d9 | 2020-03-05 07:07:46 +0400 | [diff] [blame] | 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), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 457 | GROUP(pwm_c, 3, 20), |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 458 | GROUP(i2s_out_ch23_z, 3, 26), |
| 459 | GROUP(i2s_out_ch45_z, 3, 25), |
| 460 | GROUP(i2s_out_ch67_z, 3, 24), |
Neil Armstrong | 82e1e5c | 2017-05-24 10:20:42 +0200 | [diff] [blame] | 461 | GROUP(eth_link_led, 4, 25), |
| 462 | GROUP(eth_act_led, 4, 24), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 463 | |
Neil Armstrong | 1fe8d6cb | 2017-01-17 13:05:37 +0100 | [diff] [blame] | 464 | /* Bank H */ |
| 465 | GROUP(hdmi_hpd, 6, 31), |
| 466 | GROUP(hdmi_sda, 6, 30), |
| 467 | GROUP(hdmi_scl, 6, 29), |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 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), |
Jerome Brunet | b840d64 | 2017-03-23 17:50:57 +0100 | [diff] [blame] | 472 | GROUP(spdif_out_h, 6, 28), |
Igor Vavro | eaee5d9 | 2020-03-05 07:07:46 +0400 | [diff] [blame] | 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), |
Neil Armstrong | 1fe8d6cb | 2017-01-17 13:05:37 +0100 | [diff] [blame] | 477 | |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 478 | /* Bank DV */ |
| 479 | GROUP(uart_tx_b, 2, 16), |
| 480 | GROUP(uart_rx_b, 2, 15), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 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), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 491 | GROUP(pwm_b, 2, 11), |
| 492 | GROUP(pwm_d, 2, 12), |
Jerome Brunet | 5a6ae9b | 2017-06-08 15:09:48 +0200 | [diff] [blame] | 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), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 499 | |
| 500 | /* Bank BOOT */ |
| 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), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 505 | GROUP(nor_d, 7, 13), |
| 506 | GROUP(nor_q, 7, 12), |
| 507 | GROUP(nor_c, 7, 11), |
| 508 | GROUP(nor_cs, 7, 10), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 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), |
| 517 | |
| 518 | /* Bank CARD */ |
| 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), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 525 | |
| 526 | /* Bank CLK */ |
| 527 | GROUP(pwm_f_clk, 8, 30), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 528 | }; |
| 529 | |
| 530 | static struct meson_pmx_group meson_gxl_aobus_groups[] = { |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 541 | |
| 542 | /* bank AO */ |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 543 | GROUP(uart_tx_ao_b_0, 0, 26), |
| 544 | GROUP(uart_rx_ao_b_1, 0, 25), |
Martin Blumenstingl | b27e364 | 2017-01-15 23:20:28 +0100 | [diff] [blame] | 545 | GROUP(uart_tx_ao_b, 0, 24), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 546 | GROUP(uart_rx_ao_b, 0, 23), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 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), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 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), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 557 | GROUP(remote_input_ao, 0, 0), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 558 | GROUP(pwm_ao_a_3, 0, 22), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 559 | GROUP(pwm_ao_b_6, 0, 18), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 560 | GROUP(pwm_ao_a_8, 0, 17), |
Martin Blumenstingl | cff2b01 | 2017-01-22 22:05:27 +0100 | [diff] [blame] | 561 | GROUP(pwm_ao_b, 0, 3), |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 562 | GROUP(i2s_out_ch23_ao, 1, 0), |
| 563 | GROUP(i2s_out_ch45_ao, 1, 1), |
Jerome Brunet | b840d64 | 2017-03-23 17:50:57 +0100 | [diff] [blame] | 564 | GROUP(spdif_out_ao_6, 0, 16), |
| 565 | GROUP(spdif_out_ao_9, 0, 4), |
Neil Armstrong | 690dead | 2017-05-24 10:20:41 +0200 | [diff] [blame] | 566 | GROUP(ao_cec, 0, 15), |
| 567 | GROUP(ee_cec, 0, 14), |
Jerome Brunet | d51b989 | 2017-10-06 10:31:42 +0200 | [diff] [blame] | 568 | |
| 569 | /* test n pin */ |
| 570 | GROUP(i2s_out_ch67_ao, 1, 2), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 571 | }; |
| 572 | |
| 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", |
| 577 | "GPIOZ_15", |
| 578 | |
| 579 | "GPIOH_0", "GPIOH_1", "GPIOH_2", "GPIOH_3", "GPIOH_4", |
| 580 | "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOH_8", "GPIOH_9", |
| 581 | |
| 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", |
| 585 | "BOOT_15", |
| 586 | |
| 587 | "CARD_0", "CARD_1", "CARD_2", "CARD_3", "CARD_4", |
| 588 | "CARD_5", "CARD_6", |
| 589 | |
| 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", |
| 596 | |
| 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", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 601 | }; |
| 602 | |
| 603 | static const char * const emmc_groups[] = { |
| 604 | "emmc_nand_d07", "emmc_clk", "emmc_cmd", "emmc_ds", |
| 605 | }; |
| 606 | |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 607 | static const char * const nor_groups[] = { |
| 608 | "nor_d", "nor_q", "nor_c", "nor_cs", |
| 609 | }; |
| 610 | |
Neil Armstrong | 477fa24 | 2017-05-22 14:59:25 +0200 | [diff] [blame] | 611 | static const char * const spi_groups[] = { |
| 612 | "spi_mosi", "spi_miso", "spi_ss0", "spi_sclk", |
| 613 | }; |
| 614 | |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 615 | static const char * const sdcard_groups[] = { |
| 616 | "sdcard_d0", "sdcard_d1", "sdcard_d2", "sdcard_d3", |
| 617 | "sdcard_cmd", "sdcard_clk", |
| 618 | }; |
| 619 | |
| 620 | static const char * const sdio_groups[] = { |
| 621 | "sdio_d0", "sdio_d1", "sdio_d2", "sdio_d3", |
| 622 | "sdio_cmd", "sdio_clk", "sdio_irq", |
| 623 | }; |
| 624 | |
| 625 | static const char * const nand_groups[] = { |
Yixun Lan | c0136ef | 2018-05-09 22:08:27 +0000 | [diff] [blame] | 626 | "emmc_nand_d07", "nand_ce0", "nand_ce1", "nand_rb0", "nand_ale", |
| 627 | "nand_cle", "nand_wen_clk", "nand_ren_wr", "nand_dqs", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 628 | }; |
| 629 | |
| 630 | static const char * const uart_a_groups[] = { |
| 631 | "uart_tx_a", "uart_rx_a", "uart_cts_a", "uart_rts_a", |
| 632 | }; |
| 633 | |
| 634 | static const char * const uart_b_groups[] = { |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 635 | "uart_tx_b", "uart_rx_b", "uart_cts_b", "uart_rts_b", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 636 | }; |
| 637 | |
| 638 | static const char * const uart_c_groups[] = { |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 639 | "uart_tx_c", "uart_rx_c", "uart_cts_c", "uart_rts_c", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 640 | }; |
| 641 | |
| 642 | static const char * const i2c_a_groups[] = { |
| 643 | "i2c_sck_a", "i2c_sda_a", |
| 644 | }; |
| 645 | |
| 646 | static const char * const i2c_b_groups[] = { |
| 647 | "i2c_sck_b", "i2c_sda_b", |
| 648 | }; |
| 649 | |
| 650 | static const char * const i2c_c_groups[] = { |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 651 | "i2c_sck_c", "i2c_sda_c", "i2c_sda_c_dv18", "i2c_sck_c_dv19", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 652 | }; |
| 653 | |
| 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", |
| 659 | }; |
| 660 | |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 661 | static const char * const pwm_a_groups[] = { |
| 662 | "pwm_a", |
| 663 | }; |
| 664 | |
| 665 | static const char * const pwm_b_groups[] = { |
| 666 | "pwm_b", |
| 667 | }; |
| 668 | |
| 669 | static const char * const pwm_c_groups[] = { |
| 670 | "pwm_c", |
| 671 | }; |
| 672 | |
| 673 | static const char * const pwm_d_groups[] = { |
| 674 | "pwm_d", |
| 675 | }; |
| 676 | |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 677 | static const char * const pwm_e_groups[] = { |
| 678 | "pwm_e", |
| 679 | }; |
| 680 | |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 681 | static const char * const pwm_f_groups[] = { |
| 682 | "pwm_f_clk", "pwm_f_x", |
| 683 | }; |
| 684 | |
Neil Armstrong | 1fe8d6cb | 2017-01-17 13:05:37 +0100 | [diff] [blame] | 685 | static const char * const hdmi_hpd_groups[] = { |
| 686 | "hdmi_hpd", |
| 687 | }; |
| 688 | |
| 689 | static const char * const hdmi_i2c_groups[] = { |
| 690 | "hdmi_sda", "hdmi_scl", |
| 691 | }; |
| 692 | |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 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", |
| 696 | }; |
| 697 | |
Jerome Brunet | b840d64 | 2017-03-23 17:50:57 +0100 | [diff] [blame] | 698 | static const char * const spdif_out_groups[] = { |
| 699 | "spdif_out_h", |
| 700 | }; |
| 701 | |
Neil Armstrong | 82e1e5c | 2017-05-24 10:20:42 +0200 | [diff] [blame] | 702 | static const char * const eth_led_groups[] = { |
| 703 | "eth_link_led", "eth_act_led", |
| 704 | }; |
| 705 | |
Jerome Brunet | 5a6ae9b | 2017-06-08 15:09:48 +0200 | [diff] [blame] | 706 | static const char * const tsin_a_groups[] = { |
Neil Armstrong | d801064 | 2018-11-07 11:42:38 +0100 | [diff] [blame] | 707 | "tsin_a_clk", "tsin_a_sop", |
| 708 | "tsin_a_d_valid", "tsin_a_d0", |
Jerome Brunet | 5a6ae9b | 2017-06-08 15:09:48 +0200 | [diff] [blame] | 709 | "tsin_a_dp", "tsin_a_fail", |
| 710 | }; |
| 711 | |
Igor Vavro | eaee5d9 | 2020-03-05 07:07:46 +0400 | [diff] [blame] | 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", |
| 715 | "tsin_b_fail_z4", |
| 716 | }; |
| 717 | |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 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", |
Jerome Brunet | e891a5a | 2017-09-20 15:39:26 +0200 | [diff] [blame] | 721 | |
| 722 | "GPIO_TEST_N", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 723 | }; |
| 724 | |
| 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", |
| 727 | }; |
| 728 | |
| 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", |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 731 | "uart_tx_ao_b_0", "uart_rx_ao_b_1", |
| 732 | }; |
| 733 | |
| 734 | static const char * const i2c_ao_groups[] = { |
| 735 | "i2c_sck_ao", "i2c_sda_ao", |
| 736 | }; |
| 737 | |
| 738 | static const char * const i2c_slave_ao_groups[] = { |
| 739 | "i2c_slave_sck_ao", "i2c_slave_sda_ao", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 740 | }; |
| 741 | |
| 742 | static const char * const remote_input_ao_groups[] = { |
| 743 | "remote_input_ao", |
| 744 | }; |
| 745 | |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 746 | static const char * const pwm_ao_a_groups[] = { |
| 747 | "pwm_ao_a_3", "pwm_ao_a_8", |
| 748 | }; |
| 749 | |
Martin Blumenstingl | cff2b01 | 2017-01-22 22:05:27 +0100 | [diff] [blame] | 750 | static const char * const pwm_ao_b_groups[] = { |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 751 | "pwm_ao_b", "pwm_ao_b_6", |
Martin Blumenstingl | cff2b01 | 2017-01-22 22:05:27 +0100 | [diff] [blame] | 752 | }; |
| 753 | |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 754 | static const char * const i2s_out_ao_groups[] = { |
Jerome Brunet | d51b989 | 2017-10-06 10:31:42 +0200 | [diff] [blame] | 755 | "i2s_out_ch23_ao", "i2s_out_ch45_ao", "i2s_out_ch67_ao", |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 756 | }; |
| 757 | |
Jerome Brunet | b840d64 | 2017-03-23 17:50:57 +0100 | [diff] [blame] | 758 | static const char * const spdif_out_ao_groups[] = { |
| 759 | "spdif_out_ao_6", "spdif_out_ao_9", |
| 760 | }; |
| 761 | |
Neil Armstrong | 690dead | 2017-05-24 10:20:41 +0200 | [diff] [blame] | 762 | static const char * const cec_ao_groups[] = { |
| 763 | "ao_cec", "ee_cec", |
| 764 | }; |
| 765 | |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 766 | static struct meson_pmx_func meson_gxl_periphs_functions[] = { |
| 767 | FUNCTION(gpio_periphs), |
| 768 | FUNCTION(emmc), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 769 | FUNCTION(nor), |
Neil Armstrong | 477fa24 | 2017-05-22 14:59:25 +0200 | [diff] [blame] | 770 | FUNCTION(spi), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 771 | FUNCTION(sdcard), |
| 772 | FUNCTION(sdio), |
| 773 | FUNCTION(nand), |
| 774 | FUNCTION(uart_a), |
| 775 | FUNCTION(uart_b), |
| 776 | FUNCTION(uart_c), |
| 777 | FUNCTION(i2c_a), |
| 778 | FUNCTION(i2c_b), |
| 779 | FUNCTION(i2c_c), |
| 780 | FUNCTION(eth), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 781 | FUNCTION(pwm_a), |
| 782 | FUNCTION(pwm_b), |
| 783 | FUNCTION(pwm_c), |
| 784 | FUNCTION(pwm_d), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 785 | FUNCTION(pwm_e), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 786 | FUNCTION(pwm_f), |
Neil Armstrong | 1fe8d6cb | 2017-01-17 13:05:37 +0100 | [diff] [blame] | 787 | FUNCTION(hdmi_hpd), |
| 788 | FUNCTION(hdmi_i2c), |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 789 | FUNCTION(i2s_out), |
Jerome Brunet | b840d64 | 2017-03-23 17:50:57 +0100 | [diff] [blame] | 790 | FUNCTION(spdif_out), |
Neil Armstrong | 82e1e5c | 2017-05-24 10:20:42 +0200 | [diff] [blame] | 791 | FUNCTION(eth_led), |
Jerome Brunet | 5a6ae9b | 2017-06-08 15:09:48 +0200 | [diff] [blame] | 792 | FUNCTION(tsin_a), |
Igor Vavro | eaee5d9 | 2020-03-05 07:07:46 +0400 | [diff] [blame] | 793 | FUNCTION(tsin_b), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 794 | }; |
| 795 | |
| 796 | static struct meson_pmx_func meson_gxl_aobus_functions[] = { |
| 797 | FUNCTION(gpio_aobus), |
| 798 | FUNCTION(uart_ao), |
| 799 | FUNCTION(uart_ao_b), |
Neil Armstrong | 6a0ab25 | 2017-03-23 11:41:10 +0100 | [diff] [blame] | 800 | FUNCTION(i2c_ao), |
| 801 | FUNCTION(i2c_slave_ao), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 802 | FUNCTION(remote_input_ao), |
Martin Blumenstingl | cc97a95 | 2017-03-18 13:27:35 +0100 | [diff] [blame] | 803 | FUNCTION(pwm_ao_a), |
Martin Blumenstingl | cff2b01 | 2017-01-22 22:05:27 +0100 | [diff] [blame] | 804 | FUNCTION(pwm_ao_b), |
Jerome Brunet | 2899adf | 2017-03-23 17:50:56 +0100 | [diff] [blame] | 805 | FUNCTION(i2s_out_ao), |
Jerome Brunet | b840d64 | 2017-03-23 17:50:57 +0100 | [diff] [blame] | 806 | FUNCTION(spdif_out_ao), |
Neil Armstrong | 690dead | 2017-05-24 10:20:41 +0200 | [diff] [blame] | 807 | FUNCTION(cec_ao), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 808 | }; |
| 809 | |
| 810 | static struct meson_bank meson_gxl_periphs_banks[] = { |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 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), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 819 | }; |
| 820 | |
| 821 | static struct meson_bank meson_gxl_aobus_banks[] = { |
Jerome Brunet | 634e40b | 2017-09-20 15:39:20 +0200 | [diff] [blame] | 822 | /* name first last irq pullen pull dir out in */ |
Jerome Brunet | ed3a2b7 | 2018-10-29 16:13:38 +0100 | [diff] [blame] | 823 | BANK("AO", GPIOAO_0, GPIOAO_9, 0, 9, 0, 16, 0, 0, 0, 0, 0, 16, 1, 0), |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 824 | }; |
| 825 | |
Jerome Brunet | 277d14e | 2017-10-12 14:40:25 +0200 | [diff] [blame] | 826 | static struct meson_pinctrl_data meson_gxl_periphs_pinctrl_data = { |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 827 | .name = "periphs-banks", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 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), |
Jerome Brunet | ce385aa | 2017-10-12 14:40:26 +0200 | [diff] [blame] | 836 | .pmx_ops = &meson8_pmx_ops, |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 837 | }; |
| 838 | |
Jerome Brunet | 277d14e | 2017-10-12 14:40:25 +0200 | [diff] [blame] | 839 | static struct meson_pinctrl_data meson_gxl_aobus_pinctrl_data = { |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 840 | .name = "aobus-banks", |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 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), |
Jerome Brunet | ce385aa | 2017-10-12 14:40:26 +0200 | [diff] [blame] | 849 | .pmx_ops = &meson8_pmx_ops, |
Qianggui Song | fd42296 | 2019-11-15 20:03:47 +0800 | [diff] [blame] | 850 | .parse_dt = meson8_aobus_parse_dt_extra, |
Neil Armstrong | 0f15f50 | 2016-10-31 17:32:11 +0100 | [diff] [blame] | 851 | }; |
Jerome Brunet | 277d14e | 2017-10-12 14:40:25 +0200 | [diff] [blame] | 852 | |
| 853 | static const struct of_device_id meson_gxl_pinctrl_dt_match[] = { |
| 854 | { |
| 855 | .compatible = "amlogic,meson-gxl-periphs-pinctrl", |
| 856 | .data = &meson_gxl_periphs_pinctrl_data, |
| 857 | }, |
| 858 | { |
| 859 | .compatible = "amlogic,meson-gxl-aobus-pinctrl", |
| 860 | .data = &meson_gxl_aobus_pinctrl_data, |
| 861 | }, |
| 862 | { }, |
| 863 | }; |
| 864 | |
| 865 | static struct platform_driver meson_gxl_pinctrl_driver = { |
| 866 | .probe = meson_pinctrl_probe, |
| 867 | .driver = { |
| 868 | .name = "meson-gxl-pinctrl", |
| 869 | .of_match_table = meson_gxl_pinctrl_dt_match, |
| 870 | }, |
| 871 | }; |
| 872 | builtin_platform_driver(meson_gxl_pinctrl_driver); |