pinctrl-meson8.c 32 KB

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