pinctrl-meson8b.c 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. /*
  2. * Pin controller and GPIO driver for Amlogic Meson8b.
  3. *
  4. * Copyright (C) 2015 Endless Mobile, Inc.
  5. * Author: Carlo Caione <carlo@endlessm.com>
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License
  9. * version 2 as published by the Free Software Foundation.
  10. *
  11. * You should have received a copy of the GNU General Public License
  12. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. */
  14. #include <dt-bindings/gpio/meson8b-gpio.h>
  15. #include "pinctrl-meson.h"
  16. #include "pinctrl-meson8-pmx.h"
  17. static const struct pinctrl_pin_desc meson8b_cbus_pins[] = {
  18. MESON_PIN(GPIOX_0),
  19. MESON_PIN(GPIOX_1),
  20. MESON_PIN(GPIOX_2),
  21. MESON_PIN(GPIOX_3),
  22. MESON_PIN(GPIOX_4),
  23. MESON_PIN(GPIOX_5),
  24. MESON_PIN(GPIOX_6),
  25. MESON_PIN(GPIOX_7),
  26. MESON_PIN(GPIOX_8),
  27. MESON_PIN(GPIOX_9),
  28. MESON_PIN(GPIOX_10),
  29. MESON_PIN(GPIOX_11),
  30. MESON_PIN(GPIOX_16),
  31. MESON_PIN(GPIOX_17),
  32. MESON_PIN(GPIOX_18),
  33. MESON_PIN(GPIOX_19),
  34. MESON_PIN(GPIOX_20),
  35. MESON_PIN(GPIOX_21),
  36. MESON_PIN(GPIOY_0),
  37. MESON_PIN(GPIOY_1),
  38. MESON_PIN(GPIOY_3),
  39. MESON_PIN(GPIOY_6),
  40. MESON_PIN(GPIOY_7),
  41. MESON_PIN(GPIOY_8),
  42. MESON_PIN(GPIOY_9),
  43. MESON_PIN(GPIOY_10),
  44. MESON_PIN(GPIOY_11),
  45. MESON_PIN(GPIOY_12),
  46. MESON_PIN(GPIOY_13),
  47. MESON_PIN(GPIOY_14),
  48. MESON_PIN(GPIODV_9),
  49. MESON_PIN(GPIODV_24),
  50. MESON_PIN(GPIODV_25),
  51. MESON_PIN(GPIODV_26),
  52. MESON_PIN(GPIODV_27),
  53. MESON_PIN(GPIODV_28),
  54. MESON_PIN(GPIODV_29),
  55. MESON_PIN(GPIOH_0),
  56. MESON_PIN(GPIOH_1),
  57. MESON_PIN(GPIOH_2),
  58. MESON_PIN(GPIOH_3),
  59. MESON_PIN(GPIOH_4),
  60. MESON_PIN(GPIOH_5),
  61. MESON_PIN(GPIOH_6),
  62. MESON_PIN(GPIOH_7),
  63. MESON_PIN(GPIOH_8),
  64. MESON_PIN(GPIOH_9),
  65. MESON_PIN(CARD_0),
  66. MESON_PIN(CARD_1),
  67. MESON_PIN(CARD_2),
  68. MESON_PIN(CARD_3),
  69. MESON_PIN(CARD_4),
  70. MESON_PIN(CARD_5),
  71. MESON_PIN(CARD_6),
  72. MESON_PIN(BOOT_0),
  73. MESON_PIN(BOOT_1),
  74. MESON_PIN(BOOT_2),
  75. MESON_PIN(BOOT_3),
  76. MESON_PIN(BOOT_4),
  77. MESON_PIN(BOOT_5),
  78. MESON_PIN(BOOT_6),
  79. MESON_PIN(BOOT_7),
  80. MESON_PIN(BOOT_8),
  81. MESON_PIN(BOOT_9),
  82. MESON_PIN(BOOT_10),
  83. MESON_PIN(BOOT_11),
  84. MESON_PIN(BOOT_12),
  85. MESON_PIN(BOOT_13),
  86. MESON_PIN(BOOT_14),
  87. MESON_PIN(BOOT_15),
  88. MESON_PIN(BOOT_16),
  89. MESON_PIN(BOOT_17),
  90. MESON_PIN(BOOT_18),
  91. MESON_PIN(DIF_0_P),
  92. MESON_PIN(DIF_0_N),
  93. MESON_PIN(DIF_1_P),
  94. MESON_PIN(DIF_1_N),
  95. MESON_PIN(DIF_2_P),
  96. MESON_PIN(DIF_2_N),
  97. MESON_PIN(DIF_3_P),
  98. MESON_PIN(DIF_3_N),
  99. MESON_PIN(DIF_4_P),
  100. MESON_PIN(DIF_4_N),
  101. };
  102. static const struct pinctrl_pin_desc meson8b_aobus_pins[] = {
  103. MESON_PIN(GPIOAO_0),
  104. MESON_PIN(GPIOAO_1),
  105. MESON_PIN(GPIOAO_2),
  106. MESON_PIN(GPIOAO_3),
  107. MESON_PIN(GPIOAO_4),
  108. MESON_PIN(GPIOAO_5),
  109. MESON_PIN(GPIOAO_6),
  110. MESON_PIN(GPIOAO_7),
  111. MESON_PIN(GPIOAO_8),
  112. MESON_PIN(GPIOAO_9),
  113. MESON_PIN(GPIOAO_10),
  114. MESON_PIN(GPIOAO_11),
  115. MESON_PIN(GPIOAO_12),
  116. MESON_PIN(GPIOAO_13),
  117. /*
  118. * The following 2 pins are not mentionned in the public datasheet
  119. * According to this datasheet, they can't be used with the gpio
  120. * interrupt controller
  121. */
  122. MESON_PIN(GPIO_BSD_EN),
  123. MESON_PIN(GPIO_TEST_N),
  124. };
  125. /* bank X */
  126. static const unsigned int sd_d0_a_pins[] = { GPIOX_0 };
  127. static const unsigned int sd_d1_a_pins[] = { GPIOX_1 };
  128. static const unsigned int sd_d2_a_pins[] = { GPIOX_2 };
  129. static const unsigned int sd_d3_a_pins[] = { GPIOX_3 };
  130. static const unsigned int sdxc_d0_0_a_pins[] = { GPIOX_4 };
  131. static const unsigned int sdxc_d47_a_pins[] = { GPIOX_4, GPIOX_5,
  132. GPIOX_6, GPIOX_7 };
  133. static const unsigned int sdxc_d13_0_a_pins[] = { GPIOX_5, GPIOX_6,
  134. GPIOX_7 };
  135. static const unsigned int sd_clk_a_pins[] = { GPIOX_8 };
  136. static const unsigned int sd_cmd_a_pins[] = { GPIOX_9 };
  137. static const unsigned int xtal_32k_out_pins[] = { GPIOX_10 };
  138. static const unsigned int xtal_24m_out_pins[] = { GPIOX_11 };
  139. static const unsigned int uart_tx_b0_pins[] = { GPIOX_16 };
  140. static const unsigned int uart_rx_b0_pins[] = { GPIOX_17 };
  141. static const unsigned int uart_cts_b0_pins[] = { GPIOX_18 };
  142. static const unsigned int uart_rts_b0_pins[] = { GPIOX_19 };
  143. static const unsigned int sdxc_d0_1_a_pins[] = { GPIOX_0 };
  144. static const unsigned int sdxc_d13_1_a_pins[] = { GPIOX_1, GPIOX_2,
  145. GPIOX_3 };
  146. static const unsigned int pcm_out_a_pins[] = { GPIOX_4 };
  147. static const unsigned int pcm_in_a_pins[] = { GPIOX_5 };
  148. static const unsigned int pcm_fs_a_pins[] = { GPIOX_6 };
  149. static const unsigned int pcm_clk_a_pins[] = { GPIOX_7 };
  150. static const unsigned int sdxc_clk_a_pins[] = { GPIOX_8 };
  151. static const unsigned int sdxc_cmd_a_pins[] = { GPIOX_9 };
  152. static const unsigned int pwm_vs_0_pins[] = { GPIOX_10 };
  153. static const unsigned int pwm_e_pins[] = { GPIOX_10 };
  154. static const unsigned int pwm_vs_1_pins[] = { GPIOX_11 };
  155. static const unsigned int uart_tx_a_pins[] = { GPIOX_4 };
  156. static const unsigned int uart_rx_a_pins[] = { GPIOX_5 };
  157. static const unsigned int uart_cts_a_pins[] = { GPIOX_6 };
  158. static const unsigned int uart_rts_a_pins[] = { GPIOX_7 };
  159. static const unsigned int uart_tx_b1_pins[] = { GPIOX_8 };
  160. static const unsigned int uart_rx_b1_pins[] = { GPIOX_9 };
  161. static const unsigned int uart_cts_b1_pins[] = { GPIOX_10 };
  162. static const unsigned int uart_rts_b1_pins[] = { GPIOX_20 };
  163. static const unsigned int iso7816_0_clk_pins[] = { GPIOX_6 };
  164. static const unsigned int iso7816_0_data_pins[] = { GPIOX_7 };
  165. static const unsigned int spi_sclk_0_pins[] = { GPIOX_8 };
  166. static const unsigned int spi_miso_0_pins[] = { GPIOX_9 };
  167. static const unsigned int spi_mosi_0_pins[] = { GPIOX_10 };
  168. static const unsigned int iso7816_det_pins[] = { GPIOX_16 };
  169. static const unsigned int iso7816_reset_pins[] = { GPIOX_17 };
  170. static const unsigned int iso7816_1_clk_pins[] = { GPIOX_18 };
  171. static const unsigned int iso7816_1_data_pins[] = { GPIOX_19 };
  172. static const unsigned int spi_ss0_0_pins[] = { GPIOX_20 };
  173. static const unsigned int tsin_clk_b_pins[] = { GPIOX_8 };
  174. static const unsigned int tsin_sop_b_pins[] = { GPIOX_9 };
  175. static const unsigned int tsin_d0_b_pins[] = { GPIOX_10 };
  176. static const unsigned int pwm_b_pins[] = { GPIOX_11 };
  177. static const unsigned int i2c_sda_d0_pins[] = { GPIOX_16 };
  178. static const unsigned int i2c_sck_d0_pins[] = { GPIOX_17 };
  179. static const unsigned int tsin_d_valid_b_pins[] = { GPIOX_20 };
  180. /* bank Y */
  181. static const unsigned int tsin_d_valid_a_pins[] = { GPIOY_0 };
  182. static const unsigned int tsin_sop_a_pins[] = { GPIOY_1 };
  183. static const unsigned int tsin_d17_a_pins[] = {
  184. GPIOY_6, GPIOY_7, GPIOY_10, GPIOY_11, GPIOY_12, GPIOY_13, GPIOY_14,
  185. };
  186. static const unsigned int tsin_clk_a_pins[] = { GPIOY_8 };
  187. static const unsigned int tsin_d0_a_pins[] = { GPIOY_9 };
  188. static const unsigned int spdif_out_0_pins[] = { GPIOY_3 };
  189. static const unsigned int xtal_24m_pins[] = { GPIOY_3 };
  190. static const unsigned int iso7816_2_clk_pins[] = { GPIOY_13 };
  191. static const unsigned int iso7816_2_data_pins[] = { GPIOY_14 };
  192. /* bank DV */
  193. static const unsigned int pwm_d_pins[] = { GPIODV_28 };
  194. static const unsigned int pwm_c0_pins[] = { GPIODV_29 };
  195. static const unsigned int pwm_vs_2_pins[] = { GPIODV_9 };
  196. static const unsigned int pwm_vs_3_pins[] = { GPIODV_28 };
  197. static const unsigned int pwm_vs_4_pins[] = { GPIODV_29 };
  198. static const unsigned int xtal24_out_pins[] = { GPIODV_29 };
  199. static const unsigned int uart_tx_c_pins[] = { GPIODV_24 };
  200. static const unsigned int uart_rx_c_pins[] = { GPIODV_25 };
  201. static const unsigned int uart_cts_c_pins[] = { GPIODV_26 };
  202. static const unsigned int uart_rts_c_pins[] = { GPIODV_27 };
  203. static const unsigned int pwm_c1_pins[] = { GPIODV_9 };
  204. static const unsigned int i2c_sda_a_pins[] = { GPIODV_24 };
  205. static const unsigned int i2c_sck_a_pins[] = { GPIODV_25 };
  206. static const unsigned int i2c_sda_b0_pins[] = { GPIODV_26 };
  207. static const unsigned int i2c_sck_b0_pins[] = { GPIODV_27 };
  208. static const unsigned int i2c_sda_c0_pins[] = { GPIODV_28 };
  209. static const unsigned int i2c_sck_c0_pins[] = { GPIODV_29 };
  210. /* bank H */
  211. static const unsigned int hdmi_hpd_pins[] = { GPIOH_0 };
  212. static const unsigned int hdmi_sda_pins[] = { GPIOH_1 };
  213. static const unsigned int hdmi_scl_pins[] = { GPIOH_2 };
  214. static const unsigned int hdmi_cec_0_pins[] = { GPIOH_3 };
  215. static const unsigned int eth_txd1_0_pins[] = { GPIOH_5 };
  216. static const unsigned int eth_txd0_0_pins[] = { GPIOH_6 };
  217. static const unsigned int clk_24m_out_pins[] = { GPIOH_9 };
  218. static const unsigned int spi_ss1_pins[] = { GPIOH_0 };
  219. static const unsigned int spi_ss2_pins[] = { GPIOH_1 };
  220. static const unsigned int spi_ss0_1_pins[] = { GPIOH_3 };
  221. static const unsigned int spi_miso_1_pins[] = { GPIOH_4 };
  222. static const unsigned int spi_mosi_1_pins[] = { GPIOH_5 };
  223. static const unsigned int spi_sclk_1_pins[] = { GPIOH_6 };
  224. static const unsigned int eth_txd3_pins[] = { GPIOH_7 };
  225. static const unsigned int eth_txd2_pins[] = { GPIOH_8 };
  226. static const unsigned int eth_tx_clk_pins[] = { GPIOH_9 };
  227. static const unsigned int i2c_sda_b1_pins[] = { GPIOH_3 };
  228. static const unsigned int i2c_sck_b1_pins[] = { GPIOH_4 };
  229. static const unsigned int i2c_sda_c1_pins[] = { GPIOH_5 };
  230. static const unsigned int i2c_sck_c1_pins[] = { GPIOH_6 };
  231. static const unsigned int i2c_sda_d1_pins[] = { GPIOH_7 };
  232. static const unsigned int i2c_sck_d1_pins[] = { GPIOH_8 };
  233. /* bank BOOT */
  234. static const unsigned int nand_io_pins[] = {
  235. BOOT_0, BOOT_1, BOOT_2, BOOT_3, BOOT_4, BOOT_5, BOOT_6, BOOT_7
  236. };
  237. static const unsigned int nand_io_ce0_pins[] = { BOOT_8 };
  238. static const unsigned int nand_io_ce1_pins[] = { BOOT_9 };
  239. static const unsigned int nand_io_rb0_pins[] = { BOOT_10 };
  240. static const unsigned int nand_ale_pins[] = { BOOT_11 };
  241. static const unsigned int nand_cle_pins[] = { BOOT_12 };
  242. static const unsigned int nand_wen_clk_pins[] = { BOOT_13 };
  243. static const unsigned int nand_ren_clk_pins[] = { BOOT_14 };
  244. static const unsigned int nand_dqs_15_pins[] = { BOOT_15 };
  245. static const unsigned int nand_dqs_18_pins[] = { BOOT_18 };
  246. static const unsigned int sdxc_d0_c_pins[] = { BOOT_0};
  247. static const unsigned int sdxc_d13_c_pins[] = { BOOT_1, BOOT_2,
  248. BOOT_3 };
  249. static const unsigned int sdxc_d47_c_pins[] = { BOOT_4, BOOT_5,
  250. BOOT_6, BOOT_7 };
  251. static const unsigned int sdxc_clk_c_pins[] = { BOOT_8 };
  252. static const unsigned int sdxc_cmd_c_pins[] = { BOOT_10 };
  253. static const unsigned int nor_d_pins[] = { BOOT_11 };
  254. static const unsigned int nor_q_pins[] = { BOOT_12 };
  255. static const unsigned int nor_c_pins[] = { BOOT_13 };
  256. static const unsigned int nor_cs_pins[] = { BOOT_18 };
  257. static const unsigned int sd_d0_c_pins[] = { BOOT_0 };
  258. static const unsigned int sd_d1_c_pins[] = { BOOT_1 };
  259. static const unsigned int sd_d2_c_pins[] = { BOOT_2 };
  260. static const unsigned int sd_d3_c_pins[] = { BOOT_3 };
  261. static const unsigned int sd_cmd_c_pins[] = { BOOT_8 };
  262. static const unsigned int sd_clk_c_pins[] = { BOOT_10 };
  263. /* bank CARD */
  264. static const unsigned int sd_d1_b_pins[] = { CARD_0 };
  265. static const unsigned int sd_d0_b_pins[] = { CARD_1 };
  266. static const unsigned int sd_clk_b_pins[] = { CARD_2 };
  267. static const unsigned int sd_cmd_b_pins[] = { CARD_3 };
  268. static const unsigned int sd_d3_b_pins[] = { CARD_4 };
  269. static const unsigned int sd_d2_b_pins[] = { CARD_5 };
  270. static const unsigned int sdxc_d13_b_pins[] = { CARD_0, CARD_4,
  271. CARD_5 };
  272. static const unsigned int sdxc_d0_b_pins[] = { CARD_1 };
  273. static const unsigned int sdxc_clk_b_pins[] = { CARD_2 };
  274. static const unsigned int sdxc_cmd_b_pins[] = { CARD_3 };
  275. /* bank AO */
  276. static const unsigned int uart_tx_ao_a_pins[] = { GPIOAO_0 };
  277. static const unsigned int uart_rx_ao_a_pins[] = { GPIOAO_1 };
  278. static const unsigned int uart_cts_ao_a_pins[] = { GPIOAO_2 };
  279. static const unsigned int uart_rts_ao_a_pins[] = { GPIOAO_3 };
  280. static const unsigned int i2c_mst_sck_ao_pins[] = { GPIOAO_4 };
  281. static const unsigned int i2c_mst_sda_ao_pins[] = { GPIOAO_5 };
  282. static const unsigned int clk_32k_in_out_pins[] = { GPIOAO_6 };
  283. static const unsigned int remote_input_pins[] = { GPIOAO_7 };
  284. static const unsigned int hdmi_cec_1_pins[] = { GPIOAO_12 };
  285. static const unsigned int ir_blaster_pins[] = { GPIOAO_13 };
  286. static const unsigned int pwm_c2_pins[] = { GPIOAO_3 };
  287. static const unsigned int i2c_sck_ao_pins[] = { GPIOAO_4 };
  288. static const unsigned int i2c_sda_ao_pins[] = { GPIOAO_5 };
  289. static const unsigned int ir_remote_out_pins[] = { GPIOAO_7 };
  290. static const unsigned int i2s_am_clk_out_pins[] = { GPIOAO_8 };
  291. static const unsigned int i2s_ao_clk_out_pins[] = { GPIOAO_9 };
  292. static const unsigned int i2s_lr_clk_out_pins[] = { GPIOAO_10 };
  293. static const unsigned int i2s_out_01_pins[] = { GPIOAO_11 };
  294. static const unsigned int uart_tx_ao_b0_pins[] = { GPIOAO_0 };
  295. static const unsigned int uart_rx_ao_b0_pins[] = { GPIOAO_1 };
  296. static const unsigned int uart_cts_ao_b_pins[] = { GPIOAO_2 };
  297. static const unsigned int uart_rts_ao_b_pins[] = { GPIOAO_3 };
  298. static const unsigned int uart_tx_ao_b1_pins[] = { GPIOAO_4 };
  299. static const unsigned int uart_rx_ao_b1_pins[] = { GPIOAO_5 };
  300. static const unsigned int spdif_out_1_pins[] = { GPIOAO_6 };
  301. static const unsigned int i2s_in_ch01_pins[] = { GPIOAO_6 };
  302. static const unsigned int i2s_ao_clk_in_pins[] = { GPIOAO_9 };
  303. static const unsigned int i2s_lr_clk_in_pins[] = { GPIOAO_10 };
  304. /* bank DIF */
  305. static const unsigned int eth_rxd1_pins[] = { DIF_0_P };
  306. static const unsigned int eth_rxd0_pins[] = { DIF_0_N };
  307. static const unsigned int eth_rx_dv_pins[] = { DIF_1_P };
  308. static const unsigned int eth_rx_clk_pins[] = { DIF_1_N };
  309. static const unsigned int eth_txd0_1_pins[] = { DIF_2_P };
  310. static const unsigned int eth_txd1_1_pins[] = { DIF_2_N };
  311. static const unsigned int eth_tx_en_pins[] = { DIF_3_P };
  312. static const unsigned int eth_ref_clk_pins[] = { DIF_3_N };
  313. static const unsigned int eth_mdc_pins[] = { DIF_4_P };
  314. static const unsigned int eth_mdio_en_pins[] = { DIF_4_N };
  315. static struct meson_pmx_group meson8b_cbus_groups[] = {
  316. GPIO_GROUP(GPIOX_0),
  317. GPIO_GROUP(GPIOX_1),
  318. GPIO_GROUP(GPIOX_2),
  319. GPIO_GROUP(GPIOX_3),
  320. GPIO_GROUP(GPIOX_4),
  321. GPIO_GROUP(GPIOX_5),
  322. GPIO_GROUP(GPIOX_6),
  323. GPIO_GROUP(GPIOX_7),
  324. GPIO_GROUP(GPIOX_8),
  325. GPIO_GROUP(GPIOX_9),
  326. GPIO_GROUP(GPIOX_10),
  327. GPIO_GROUP(GPIOX_11),
  328. GPIO_GROUP(GPIOX_16),
  329. GPIO_GROUP(GPIOX_17),
  330. GPIO_GROUP(GPIOX_18),
  331. GPIO_GROUP(GPIOX_19),
  332. GPIO_GROUP(GPIOX_20),
  333. GPIO_GROUP(GPIOX_21),
  334. GPIO_GROUP(GPIOY_0),
  335. GPIO_GROUP(GPIOY_1),
  336. GPIO_GROUP(GPIOY_3),
  337. GPIO_GROUP(GPIOY_6),
  338. GPIO_GROUP(GPIOY_7),
  339. GPIO_GROUP(GPIOY_8),
  340. GPIO_GROUP(GPIOY_9),
  341. GPIO_GROUP(GPIOY_10),
  342. GPIO_GROUP(GPIOY_11),
  343. GPIO_GROUP(GPIOY_12),
  344. GPIO_GROUP(GPIOY_13),
  345. GPIO_GROUP(GPIOY_14),
  346. GPIO_GROUP(GPIODV_9),
  347. GPIO_GROUP(GPIODV_24),
  348. GPIO_GROUP(GPIODV_25),
  349. GPIO_GROUP(GPIODV_26),
  350. GPIO_GROUP(GPIODV_27),
  351. GPIO_GROUP(GPIODV_28),
  352. GPIO_GROUP(GPIODV_29),
  353. GPIO_GROUP(GPIOH_0),
  354. GPIO_GROUP(GPIOH_1),
  355. GPIO_GROUP(GPIOH_2),
  356. GPIO_GROUP(GPIOH_3),
  357. GPIO_GROUP(GPIOH_4),
  358. GPIO_GROUP(GPIOH_5),
  359. GPIO_GROUP(GPIOH_6),
  360. GPIO_GROUP(GPIOH_7),
  361. GPIO_GROUP(GPIOH_8),
  362. GPIO_GROUP(GPIOH_9),
  363. GPIO_GROUP(DIF_0_P),
  364. GPIO_GROUP(DIF_0_N),
  365. GPIO_GROUP(DIF_1_P),
  366. GPIO_GROUP(DIF_1_N),
  367. GPIO_GROUP(DIF_2_P),
  368. GPIO_GROUP(DIF_2_N),
  369. GPIO_GROUP(DIF_3_P),
  370. GPIO_GROUP(DIF_3_N),
  371. GPIO_GROUP(DIF_4_P),
  372. GPIO_GROUP(DIF_4_N),
  373. /* bank X */
  374. GROUP(sd_d0_a, 8, 5),
  375. GROUP(sd_d1_a, 8, 4),
  376. GROUP(sd_d2_a, 8, 3),
  377. GROUP(sd_d3_a, 8, 2),
  378. GROUP(sdxc_d0_0_a, 5, 29),
  379. GROUP(sdxc_d47_a, 5, 12),
  380. GROUP(sdxc_d13_0_a, 5, 28),
  381. GROUP(sd_clk_a, 8, 1),
  382. GROUP(sd_cmd_a, 8, 0),
  383. GROUP(xtal_32k_out, 3, 22),
  384. GROUP(xtal_24m_out, 3, 20),
  385. GROUP(uart_tx_b0, 4, 9),
  386. GROUP(uart_rx_b0, 4, 8),
  387. GROUP(uart_cts_b0, 4, 7),
  388. GROUP(uart_rts_b0, 4, 6),
  389. GROUP(sdxc_d0_1_a, 5, 14),
  390. GROUP(sdxc_d13_1_a, 5, 13),
  391. GROUP(pcm_out_a, 3, 30),
  392. GROUP(pcm_in_a, 3, 29),
  393. GROUP(pcm_fs_a, 3, 28),
  394. GROUP(pcm_clk_a, 3, 27),
  395. GROUP(sdxc_clk_a, 5, 11),
  396. GROUP(sdxc_cmd_a, 5, 10),
  397. GROUP(pwm_vs_0, 7, 31),
  398. GROUP(pwm_e, 9, 19),
  399. GROUP(pwm_vs_1, 7, 30),
  400. GROUP(uart_tx_a, 4, 17),
  401. GROUP(uart_rx_a, 4, 16),
  402. GROUP(uart_cts_a, 4, 15),
  403. GROUP(uart_rts_a, 4, 14),
  404. GROUP(uart_tx_b1, 6, 19),
  405. GROUP(uart_rx_b1, 6, 18),
  406. GROUP(uart_cts_b1, 6, 17),
  407. GROUP(uart_rts_b1, 6, 16),
  408. GROUP(iso7816_0_clk, 5, 9),
  409. GROUP(iso7816_0_data, 5, 8),
  410. GROUP(spi_sclk_0, 4, 22),
  411. GROUP(spi_miso_0, 4, 24),
  412. GROUP(spi_mosi_0, 4, 23),
  413. GROUP(iso7816_det, 4, 21),
  414. GROUP(iso7816_reset, 4, 20),
  415. GROUP(iso7816_1_clk, 4, 19),
  416. GROUP(iso7816_1_data, 4, 18),
  417. GROUP(spi_ss0_0, 4, 25),
  418. GROUP(tsin_clk_b, 3, 6),
  419. GROUP(tsin_sop_b, 3, 7),
  420. GROUP(tsin_d0_b, 3, 8),
  421. GROUP(pwm_b, 2, 3),
  422. GROUP(i2c_sda_d0, 4, 5),
  423. GROUP(i2c_sck_d0, 4, 4),
  424. GROUP(tsin_d_valid_b, 3, 9),
  425. /* bank Y */
  426. GROUP(tsin_d_valid_a, 3, 2),
  427. GROUP(tsin_sop_a, 3, 1),
  428. GROUP(tsin_d17_a, 3, 5),
  429. GROUP(tsin_clk_a, 3, 0),
  430. GROUP(tsin_d0_a, 3, 4),
  431. GROUP(spdif_out_0, 1, 7),
  432. GROUP(xtal_24m, 3, 18),
  433. GROUP(iso7816_2_clk, 5, 7),
  434. GROUP(iso7816_2_data, 5, 6),
  435. /* bank DV */
  436. GROUP(pwm_d, 3, 26),
  437. GROUP(pwm_c0, 3, 25),
  438. GROUP(pwm_vs_2, 7, 28),
  439. GROUP(pwm_vs_3, 7, 27),
  440. GROUP(pwm_vs_4, 7, 26),
  441. GROUP(xtal24_out, 7, 25),
  442. GROUP(uart_tx_c, 6, 23),
  443. GROUP(uart_rx_c, 6, 22),
  444. GROUP(uart_cts_c, 6, 21),
  445. GROUP(uart_rts_c, 6, 20),
  446. GROUP(pwm_c1, 3, 24),
  447. GROUP(i2c_sda_a, 9, 31),
  448. GROUP(i2c_sck_a, 9, 30),
  449. GROUP(i2c_sda_b0, 9, 29),
  450. GROUP(i2c_sck_b0, 9, 28),
  451. GROUP(i2c_sda_c0, 9, 27),
  452. GROUP(i2c_sck_c0, 9, 26),
  453. /* bank H */
  454. GROUP(hdmi_hpd, 1, 26),
  455. GROUP(hdmi_sda, 1, 25),
  456. GROUP(hdmi_scl, 1, 24),
  457. GROUP(hdmi_cec_0, 1, 23),
  458. GROUP(eth_txd1_0, 7, 21),
  459. GROUP(eth_txd0_0, 7, 20),
  460. GROUP(clk_24m_out, 4, 1),
  461. GROUP(spi_ss1, 8, 11),
  462. GROUP(spi_ss2, 8, 12),
  463. GROUP(spi_ss0_1, 9, 13),
  464. GROUP(spi_miso_1, 9, 12),
  465. GROUP(spi_mosi_1, 9, 11),
  466. GROUP(spi_sclk_1, 9, 10),
  467. GROUP(eth_txd3, 6, 13),
  468. GROUP(eth_txd2, 6, 12),
  469. GROUP(eth_tx_clk, 6, 11),
  470. GROUP(i2c_sda_b1, 5, 27),
  471. GROUP(i2c_sck_b1, 5, 26),
  472. GROUP(i2c_sda_c1, 5, 25),
  473. GROUP(i2c_sck_c1, 5, 24),
  474. GROUP(i2c_sda_d1, 4, 3),
  475. GROUP(i2c_sck_d1, 4, 2),
  476. /* bank BOOT */
  477. GROUP(nand_io, 2, 26),
  478. GROUP(nand_io_ce0, 2, 25),
  479. GROUP(nand_io_ce1, 2, 24),
  480. GROUP(nand_io_rb0, 2, 17),
  481. GROUP(nand_ale, 2, 21),
  482. GROUP(nand_cle, 2, 20),
  483. GROUP(nand_wen_clk, 2, 19),
  484. GROUP(nand_ren_clk, 2, 18),
  485. GROUP(nand_dqs_15, 2, 27),
  486. GROUP(nand_dqs_18, 2, 28),
  487. GROUP(sdxc_d0_c, 4, 30),
  488. GROUP(sdxc_d13_c, 4, 29),
  489. GROUP(sdxc_d47_c, 4, 28),
  490. GROUP(sdxc_clk_c, 7, 19),
  491. GROUP(sdxc_cmd_c, 7, 18),
  492. GROUP(nor_d, 5, 1),
  493. GROUP(nor_q, 5, 3),
  494. GROUP(nor_c, 5, 2),
  495. GROUP(nor_cs, 5, 0),
  496. GROUP(sd_d0_c, 6, 29),
  497. GROUP(sd_d1_c, 6, 28),
  498. GROUP(sd_d2_c, 6, 27),
  499. GROUP(sd_d3_c, 6, 26),
  500. GROUP(sd_cmd_c, 6, 30),
  501. GROUP(sd_clk_c, 6, 31),
  502. /* bank CARD */
  503. GROUP(sd_d1_b, 2, 14),
  504. GROUP(sd_d0_b, 2, 15),
  505. GROUP(sd_clk_b, 2, 11),
  506. GROUP(sd_cmd_b, 2, 10),
  507. GROUP(sd_d3_b, 2, 12),
  508. GROUP(sd_d2_b, 2, 13),
  509. GROUP(sdxc_d13_b, 2, 6),
  510. GROUP(sdxc_d0_b, 2, 7),
  511. GROUP(sdxc_clk_b, 2, 5),
  512. GROUP(sdxc_cmd_b, 2, 4),
  513. /* bank DIF */
  514. GROUP(eth_rxd1, 6, 0),
  515. GROUP(eth_rxd0, 6, 1),
  516. GROUP(eth_rx_dv, 6, 2),
  517. GROUP(eth_rx_clk, 6, 3),
  518. GROUP(eth_txd0_1, 6, 4),
  519. GROUP(eth_txd1_1, 6, 5),
  520. GROUP(eth_tx_en, 6, 6),
  521. GROUP(eth_ref_clk, 6, 8),
  522. GROUP(eth_mdc, 6, 9),
  523. GROUP(eth_mdio_en, 6, 10),
  524. };
  525. static struct meson_pmx_group meson8b_aobus_groups[] = {
  526. GPIO_GROUP(GPIOAO_0),
  527. GPIO_GROUP(GPIOAO_1),
  528. GPIO_GROUP(GPIOAO_2),
  529. GPIO_GROUP(GPIOAO_3),
  530. GPIO_GROUP(GPIOAO_4),
  531. GPIO_GROUP(GPIOAO_5),
  532. GPIO_GROUP(GPIOAO_6),
  533. GPIO_GROUP(GPIOAO_7),
  534. GPIO_GROUP(GPIOAO_8),
  535. GPIO_GROUP(GPIOAO_9),
  536. GPIO_GROUP(GPIOAO_10),
  537. GPIO_GROUP(GPIOAO_11),
  538. GPIO_GROUP(GPIOAO_12),
  539. GPIO_GROUP(GPIOAO_13),
  540. GPIO_GROUP(GPIO_BSD_EN),
  541. GPIO_GROUP(GPIO_TEST_N),
  542. /* bank AO */
  543. GROUP(uart_tx_ao_a, 0, 12),
  544. GROUP(uart_rx_ao_a, 0, 11),
  545. GROUP(uart_cts_ao_a, 0, 10),
  546. GROUP(uart_rts_ao_a, 0, 9),
  547. GROUP(i2c_mst_sck_ao, 0, 6),
  548. GROUP(i2c_mst_sda_ao, 0, 5),
  549. GROUP(clk_32k_in_out, 0, 18),
  550. GROUP(remote_input, 0, 0),
  551. GROUP(hdmi_cec_1, 0, 17),
  552. GROUP(ir_blaster, 0, 31),
  553. GROUP(pwm_c2, 0, 22),
  554. GROUP(i2c_sck_ao, 0, 2),
  555. GROUP(i2c_sda_ao, 0, 1),
  556. GROUP(ir_remote_out, 0, 21),
  557. GROUP(i2s_am_clk_out, 0, 30),
  558. GROUP(i2s_ao_clk_out, 0, 29),
  559. GROUP(i2s_lr_clk_out, 0, 28),
  560. GROUP(i2s_out_01, 0, 27),
  561. GROUP(uart_tx_ao_b0, 0, 26),
  562. GROUP(uart_rx_ao_b0, 0, 25),
  563. GROUP(uart_cts_ao_b, 0, 8),
  564. GROUP(uart_rts_ao_b, 0, 7),
  565. GROUP(uart_tx_ao_b1, 0, 24),
  566. GROUP(uart_rx_ao_b1, 0, 23),
  567. GROUP(spdif_out_1, 0, 16),
  568. GROUP(i2s_in_ch01, 0, 13),
  569. GROUP(i2s_ao_clk_in, 0, 15),
  570. GROUP(i2s_lr_clk_in, 0, 14),
  571. };
  572. static const char * const gpio_groups[] = {
  573. "GPIOX_0", "GPIOX_1", "GPIOX_2", "GPIOX_3", "GPIOX_4",
  574. "GPIOX_5", "GPIOX_6", "GPIOX_7", "GPIOX_8", "GPIOX_9",
  575. "GPIOX_10", "GPIOX_11", "GPIOX_16", "GPIOX_17", "GPIOX_18",
  576. "GPIOX_19", "GPIOX_20", "GPIOX_21",
  577. "GPIOY_0", "GPIOY_1", "GPIOY_3", "GPIOY_6", "GPIOY_7",
  578. "GPIOY_8", "GPIOY_9", "GPIOY_10", "GPIOY_11", "GPIOY_12",
  579. "GPIOY_13", "GPIOY_14",
  580. "GPIODV_9", "GPIODV_24", "GPIODV_25", "GPIODV_26",
  581. "GPIODV_27", "GPIODV_28", "GPIODV_29",
  582. "GPIOH_0", "GPIOH_1", "GPIOH_2", "GPIOH_3", "GPIOH_4",
  583. "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOH_8", "GPIOH_9",
  584. "CARD_0", "CARD_1", "CARD_2", "CARD_3", "CARD_4",
  585. "CARD_5", "CARD_6",
  586. "BOOT_0", "BOOT_1", "BOOT_2", "BOOT_3", "BOOT_4",
  587. "BOOT_5", "BOOT_6", "BOOT_7", "BOOT_8", "BOOT_9",
  588. "BOOT_10", "BOOT_11", "BOOT_12", "BOOT_13", "BOOT_14",
  589. "BOOT_15", "BOOT_16", "BOOT_17", "BOOT_18",
  590. "GPIOAO_0", "GPIOAO_1", "GPIOAO_2", "GPIOAO_3",
  591. "GPIOAO_4", "GPIOAO_5", "GPIOAO_6", "GPIOAO_7",
  592. "GPIOAO_8", "GPIOAO_9", "GPIOAO_10", "GPIOAO_11",
  593. "GPIOAO_12", "GPIOAO_13", "GPIO_BSD_EN", "GPIO_TEST_N",
  594. "DIF_0_P", "DIF_0_N", "DIF_1_P", "DIF_1_N",
  595. "DIF_2_P", "DIF_2_N", "DIF_3_P", "DIF_3_N",
  596. "DIF_4_P", "DIF_4_N"
  597. };
  598. static const char * const sd_a_groups[] = {
  599. "sd_d0_a", "sd_d1_a", "sd_d2_a", "sd_d3_a", "sd_clk_a",
  600. "sd_cmd_a"
  601. };
  602. static const char * const sdxc_a_groups[] = {
  603. "sdxc_d0_0_a", "sdxc_d13_0_a", "sdxc_d47_a", "sdxc_clk_a",
  604. "sdxc_cmd_a", "sdxc_d0_1_a", "sdxc_d0_13_1_a"
  605. };
  606. static const char * const pcm_a_groups[] = {
  607. "pcm_out_a", "pcm_in_a", "pcm_fs_a", "pcm_clk_a"
  608. };
  609. static const char * const uart_a_groups[] = {
  610. "uart_tx_a", "uart_rx_a", "uart_cts_a", "uart_rts_a"
  611. };
  612. static const char * const uart_b_groups[] = {
  613. "uart_tx_b0", "uart_rx_b0", "uart_cts_b0", "uart_rts_b0",
  614. "uart_tx_b1", "uart_rx_b1", "uart_cts_b1", "uart_rts_b1"
  615. };
  616. static const char * const iso7816_groups[] = {
  617. "iso7816_det", "iso7816_reset", "iso7816_0_clk", "iso7816_0_data",
  618. "iso7816_1_clk", "iso7816_1_data", "iso7816_2_clk", "iso7816_2_data"
  619. };
  620. static const char * const i2c_d_groups[] = {
  621. "i2c_sda_d0", "i2c_sck_d0", "i2c_sda_d1", "i2c_sck_d1"
  622. };
  623. static const char * const xtal_groups[] = {
  624. "xtal_32k_out", "xtal_24m_out", "xtal_24m", "xtal24_out"
  625. };
  626. static const char * const uart_c_groups[] = {
  627. "uart_tx_c", "uart_rx_c", "uart_cts_c", "uart_rts_c"
  628. };
  629. static const char * const i2c_c_groups[] = {
  630. "i2c_sda_c0", "i2c_sck_c0", "i2c_sda_c1", "i2c_sck_c1"
  631. };
  632. static const char * const hdmi_groups[] = {
  633. "hdmi_hpd", "hdmi_sda", "hdmi_scl", "hdmi_cec_0"
  634. };
  635. static const char * const hdmi_cec_groups[] = {
  636. "hdmi_cec_1"
  637. };
  638. static const char * const spi_groups[] = {
  639. "spi_ss0_0", "spi_miso_0", "spi_mosi_0", "spi_sclk_0",
  640. "spi_ss0_1", "spi_ss1", "spi_sclk_1", "spi_mosi_1",
  641. "spi_miso_1", "spi_ss2"
  642. };
  643. static const char * const ethernet_groups[] = {
  644. "eth_tx_clk", "eth_tx_en", "eth_txd1_0", "eth_txd1_1",
  645. "eth_txd0_0", "eth_txd0_1", "eth_rx_clk", "eth_rx_dv",
  646. "eth_rxd1", "eth_rxd0", "eth_mdio_en", "eth_mdc", "eth_ref_clk",
  647. "eth_txd2", "eth_txd3"
  648. };
  649. static const char * const i2c_a_groups[] = {
  650. "i2c_sda_a", "i2c_sck_a",
  651. };
  652. static const char * const i2c_b_groups[] = {
  653. "i2c_sda_b0", "i2c_sck_b0", "i2c_sda_b1", "i2c_sck_b1"
  654. };
  655. static const char * const sd_c_groups[] = {
  656. "sd_d0_c", "sd_d1_c", "sd_d2_c", "sd_d3_c",
  657. "sd_cmd_c", "sd_clk_c"
  658. };
  659. static const char * const sdxc_c_groups[] = {
  660. "sdxc_d0_c", "sdxc_d13_c", "sdxc_d47_c", "sdxc_cmd_c",
  661. "sdxc_clk_c"
  662. };
  663. static const char * const nand_groups[] = {
  664. "nand_io", "nand_io_ce0", "nand_io_ce1",
  665. "nand_io_rb0", "nand_ale", "nand_cle",
  666. "nand_wen_clk", "nand_ren_clk", "nand_dqs_15",
  667. "nand_dqs_18"
  668. };
  669. static const char * const nor_groups[] = {
  670. "nor_d", "nor_q", "nor_c", "nor_cs"
  671. };
  672. static const char * const sd_b_groups[] = {
  673. "sd_d1_b", "sd_d0_b", "sd_clk_b", "sd_cmd_b",
  674. "sd_d3_b", "sd_d2_b"
  675. };
  676. static const char * const sdxc_b_groups[] = {
  677. "sdxc_d13_b", "sdxc_d0_b", "sdxc_clk_b", "sdxc_cmd_b"
  678. };
  679. static const char * const uart_ao_groups[] = {
  680. "uart_tx_ao_a", "uart_rx_ao_a", "uart_cts_ao_a", "uart_rts_ao_a"
  681. };
  682. static const char * const remote_groups[] = {
  683. "remote_input", "ir_blaster", "ir_remote_out"
  684. };
  685. static const char * const i2c_slave_ao_groups[] = {
  686. "i2c_sck_ao", "i2c_sda_ao"
  687. };
  688. static const char * const uart_ao_b_groups[] = {
  689. "uart_tx_ao_b0", "uart_rx_ao_b0", "uart_tx_ao_b1", "uart_rx_ao_b1",
  690. "uart_cts_ao_b", "uart_rts_ao_b"
  691. };
  692. static const char * const i2c_mst_ao_groups[] = {
  693. "i2c_mst_sck_ao", "i2c_mst_sda_ao"
  694. };
  695. static const char * const clk_24m_groups[] = {
  696. "clk_24m_out"
  697. };
  698. static const char * const clk_32k_groups[] = {
  699. "clk_32k_in_out"
  700. };
  701. static const char * const spdif_0_groups[] = {
  702. "spdif_out_0"
  703. };
  704. static const char * const spdif_1_groups[] = {
  705. "spdif_out_1"
  706. };
  707. static const char * const i2s_groups[] = {
  708. "i2s_am_clk_out", "i2s_ao_clk_out", "i2s_lr_clk_out",
  709. "i2s_out_01", "i2s_in_ch01", "i2s_ao_clk_in",
  710. "i2s_lr_clk_in"
  711. };
  712. static const char * const pwm_b_groups[] = {
  713. "pwm_b"
  714. };
  715. static const char * const pwm_c_groups[] = {
  716. "pwm_c0", "pwm_c1"
  717. };
  718. static const char * const pwm_c_ao_groups[] = {
  719. "pwm_c2"
  720. };
  721. static const char * const pwm_d_groups[] = {
  722. "pwm_d"
  723. };
  724. static const char * const pwm_e_groups[] = {
  725. "pwm_e"
  726. };
  727. static const char * const pwm_vs_groups[] = {
  728. "pwm_vs_0", "pwm_vs_1", "pwm_vs_2",
  729. "pwm_vs_3", "pwm_vs_4"
  730. };
  731. static const char * const tsin_a_groups[] = {
  732. "tsin_d0_a", "tsin_d17_a", "tsin_clk_a", "tsin_sop_a",
  733. "tsin_d_valid_a"
  734. };
  735. static const char * const tsin_b_groups[] = {
  736. "tsin_d0_b", "tsin_clk_b", "tsin_sop_b", "tsin_d_valid_b"
  737. };
  738. static struct meson_pmx_func meson8b_cbus_functions[] = {
  739. FUNCTION(gpio),
  740. FUNCTION(sd_a),
  741. FUNCTION(sdxc_a),
  742. FUNCTION(pcm_a),
  743. FUNCTION(uart_a),
  744. FUNCTION(uart_b),
  745. FUNCTION(iso7816),
  746. FUNCTION(i2c_d),
  747. FUNCTION(xtal),
  748. FUNCTION(uart_c),
  749. FUNCTION(i2c_c),
  750. FUNCTION(hdmi),
  751. FUNCTION(spi),
  752. FUNCTION(ethernet),
  753. FUNCTION(i2c_a),
  754. FUNCTION(i2c_b),
  755. FUNCTION(sd_c),
  756. FUNCTION(sdxc_c),
  757. FUNCTION(nand),
  758. FUNCTION(nor),
  759. FUNCTION(sd_b),
  760. FUNCTION(sdxc_b),
  761. FUNCTION(spdif_0),
  762. FUNCTION(pwm_b),
  763. FUNCTION(pwm_c),
  764. FUNCTION(pwm_d),
  765. FUNCTION(pwm_e),
  766. FUNCTION(pwm_vs),
  767. FUNCTION(tsin_a),
  768. FUNCTION(tsin_b),
  769. FUNCTION(clk_24m),
  770. };
  771. static struct meson_pmx_func meson8b_aobus_functions[] = {
  772. FUNCTION(uart_ao),
  773. FUNCTION(uart_ao_b),
  774. FUNCTION(i2c_slave_ao),
  775. FUNCTION(i2c_mst_ao),
  776. FUNCTION(i2s),
  777. FUNCTION(remote),
  778. FUNCTION(clk_32k),
  779. FUNCTION(pwm_c_ao),
  780. FUNCTION(spdif_1),
  781. FUNCTION(hdmi_cec),
  782. };
  783. static struct meson_bank meson8b_cbus_banks[] = {
  784. /* name first last irq pullen pull dir out in */
  785. BANK("X0..11", GPIOX_0, GPIOX_11, 97, 108, 4, 0, 4, 0, 0, 0, 1, 0, 2, 0),
  786. BANK("X16..21", GPIOX_16, GPIOX_21, 113, 118, 4, 16, 4, 16, 0, 16, 1, 16, 2, 16),
  787. BANK("Y0..1", GPIOY_0, GPIOY_1, 80, 81, 3, 0, 3, 0, 3, 0, 4, 0, 5, 0),
  788. BANK("Y3", GPIOY_3, GPIOY_3, 83, 83, 3, 3, 3, 3, 3, 3, 4, 3, 5, 3),
  789. BANK("Y6..14", GPIOY_6, GPIOY_14, 86, 94, 3, 6, 3, 6, 3, 6, 4, 6, 5, 6),
  790. BANK("DV9", GPIODV_9, GPIODV_9, 59, 59, 0, 9, 0, 9, 7, 9, 8, 9, 9, 9),
  791. BANK("DV24..29", GPIODV_24, GPIODV_29, 74, 79, 0, 24, 0, 24, 7, 24, 8, 24, 9, 24),
  792. BANK("H", GPIOH_0, GPIOH_9, 14, 23, 1, 16, 1, 16, 9, 19, 10, 19, 11, 19),
  793. BANK("CARD", CARD_0, CARD_6, 43, 49, 2, 20, 2, 20, 0, 22, 1, 22, 2, 22),
  794. BANK("BOOT", BOOT_0, BOOT_18, 24, 42, 2, 0, 2, 0, 9, 0, 10, 0, 11, 0),
  795. /*
  796. * The following bank is not mentionned in the public datasheet
  797. * There is no information whether it can be used with the gpio
  798. * interrupt controller
  799. */
  800. BANK("DIF", DIF_0_P, DIF_4_N, -1, -1, 5, 8, 5, 8, 12, 12, 13, 12, 14, 12),
  801. };
  802. static struct meson_bank meson8b_aobus_banks[] = {
  803. /* name first lastc irq pullen pull dir out in */
  804. BANK("AO", GPIOAO_0, GPIO_TEST_N, 0, 13, 0, 0, 0, 16, 0, 0, 0, 16, 1, 0),
  805. };
  806. static struct meson_pinctrl_data meson8b_cbus_pinctrl_data = {
  807. .name = "cbus-banks",
  808. .pins = meson8b_cbus_pins,
  809. .groups = meson8b_cbus_groups,
  810. .funcs = meson8b_cbus_functions,
  811. .banks = meson8b_cbus_banks,
  812. .num_pins = ARRAY_SIZE(meson8b_cbus_pins),
  813. .num_groups = ARRAY_SIZE(meson8b_cbus_groups),
  814. .num_funcs = ARRAY_SIZE(meson8b_cbus_functions),
  815. .num_banks = ARRAY_SIZE(meson8b_cbus_banks),
  816. .pmx_ops = &meson8_pmx_ops,
  817. };
  818. static struct meson_pinctrl_data meson8b_aobus_pinctrl_data = {
  819. .name = "aobus-banks",
  820. .pins = meson8b_aobus_pins,
  821. .groups = meson8b_aobus_groups,
  822. .funcs = meson8b_aobus_functions,
  823. .banks = meson8b_aobus_banks,
  824. .num_pins = ARRAY_SIZE(meson8b_aobus_pins),
  825. .num_groups = ARRAY_SIZE(meson8b_aobus_groups),
  826. .num_funcs = ARRAY_SIZE(meson8b_aobus_functions),
  827. .num_banks = ARRAY_SIZE(meson8b_aobus_banks),
  828. .pmx_ops = &meson8_pmx_ops,
  829. };
  830. static const struct of_device_id meson8b_pinctrl_dt_match[] = {
  831. {
  832. .compatible = "amlogic,meson8b-cbus-pinctrl",
  833. .data = &meson8b_cbus_pinctrl_data,
  834. },
  835. {
  836. .compatible = "amlogic,meson8b-aobus-pinctrl",
  837. .data = &meson8b_aobus_pinctrl_data,
  838. },
  839. { },
  840. };
  841. static struct platform_driver meson8b_pinctrl_driver = {
  842. .probe = meson_pinctrl_probe,
  843. .driver = {
  844. .name = "meson8b-pinctrl",
  845. .of_match_table = meson8b_pinctrl_dt_match,
  846. },
  847. };
  848. builtin_platform_driver(meson8b_pinctrl_driver);