The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/imx25-pinfunc.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: GPL-2.0-only */
    2 /*
    3  * Copyright 2013 Eukréa Electromatique <denis@eukrea.com>
    4  * Based on imx35-pinfunc.h in the same directory Which is:
    5  * Copyright 2013 Freescale Semiconductor, Inc.
    6  */
    7 
    8 #ifndef __DTS_IMX25_PINFUNC_H
    9 #define __DTS_IMX25_PINFUNC_H
   10 
   11 /*
   12  * The pin function ID is a tuple of
   13  * <mux_reg conf_reg input_reg mux_mode input_val>
   14  */
   15 
   16 #define MX25_PAD_A10__A10                       0x008 0x000 0x000 0x00 0x000
   17 #define MX25_PAD_A10__GPIO_4_0                  0x008 0x000 0x000 0x05 0x000
   18 
   19 #define MX25_PAD_A13__A13                       0x00c 0x22C 0x000 0x00 0x000
   20 #define MX25_PAD_A13__GPIO_4_1                  0x00c 0x22C 0x000 0x05 0x000
   21 #define MX25_PAD_A13__LCDC_CLS                  0x00c 0x22C 0x000 0x07 0x000
   22 
   23 #define MX25_PAD_A14__A14                       0x010 0x230 0x000 0x00 0x000
   24 #define MX25_PAD_A14__GPIO_2_0                  0x010 0x230 0x000 0x05 0x000
   25 #define MX25_PAD_A14__SIM1_CLK1                 0x010 0x230 0x000 0x06 0x000
   26 #define MX25_PAD_A14__LCDC_SPL                  0x010 0x230 0x000 0x07 0x000
   27 
   28 #define MX25_PAD_A15__A15                       0x014 0x234 0x000 0x00 0x000
   29 #define MX25_PAD_A15__GPIO_2_1                  0x014 0x234 0x000 0x05 0x000
   30 #define MX25_PAD_A15__SIM1_RST1                 0x014 0x234 0x000 0x06 0x000
   31 #define MX25_PAD_A15__LCDC_PS                   0x014 0x234 0x000 0x07 0x000
   32 
   33 #define MX25_PAD_A16__A16                       0x018 0x000 0x000 0x00 0x000
   34 #define MX25_PAD_A16__GPIO_2_2                  0x018 0x000 0x000 0x05 0x000
   35 #define MX25_PAD_A16__SIM1_VEN1                 0x018 0x000 0x000 0x06 0x000
   36 #define MX25_PAD_A16__LCDC_REV                  0x018 0x000 0x000 0x07 0x000
   37 
   38 #define MX25_PAD_A17__A17                       0x01c 0x238 0x000 0x00 0x000
   39 #define MX25_PAD_A17__GPIO_2_3                  0x01c 0x238 0x000 0x05 0x000
   40 #define MX25_PAD_A17__SIM1_TX                   0x01c 0x238 0x554 0x06 0x000
   41 #define MX25_PAD_A17__FEC_TX_ERR                0x01c 0x238 0x000 0x07 0x000
   42 
   43 #define MX25_PAD_A18__A18                       0x020 0x23c 0x000 0x00 0x000
   44 #define MX25_PAD_A18__GPIO_2_4                  0x020 0x23c 0x000 0x05 0x000
   45 #define MX25_PAD_A18__SIM1_PD1                  0x020 0x23c 0x550 0x06 0x000
   46 #define MX25_PAD_A18__FEC_COL                   0x020 0x23c 0x504 0x07 0x000
   47 
   48 #define MX25_PAD_A19__A19                       0x024 0x240 0x000 0x00 0x000
   49 #define MX25_PAD_A19__GPIO_2_5                  0x024 0x240 0x000 0x05 0x000
   50 #define MX25_PAD_A19__SIM1_RX1                  0x024 0x240 0x54c 0x06 0x000
   51 #define MX25_PAD_A19__FEC_RX_ERR                0x024 0x240 0x518 0x07 0x000
   52 
   53 #define MX25_PAD_A20__A20                       0x028 0x244 0x000 0x00 0x000
   54 #define MX25_PAD_A20__GPIO_2_6                  0x028 0x244 0x000 0x05 0x000
   55 #define MX25_PAD_A20__SIM2_CLK1                 0x028 0x244 0x000 0x06 0x000
   56 #define MX25_PAD_A20__FEC_RDATA2                0x028 0x244 0x50c 0x07 0x000
   57 
   58 #define MX25_PAD_A21__A21                       0x02c 0x248 0x000 0x00 0x000
   59 #define MX25_PAD_A21__GPIO_2_7                  0x02c 0x248 0x000 0x05 0x000
   60 #define MX25_PAD_A21__SIM2_RST1                 0x02c 0x248 0x000 0x06 0x000
   61 #define MX25_PAD_A21__FEC_RDATA3                0x02c 0x248 0x510 0x07 0x000
   62 
   63 #define MX25_PAD_A22__A22                       0x030 0x000 0x000 0x00 0x000
   64 #define MX25_PAD_A22__GPIO_2_8                  0x030 0x000 0x000 0x05 0x000
   65 #define MX25_PAD_A22__SIM2_VEN1                 0x030 0x000 0x000 0x06 0x000
   66 #define MX25_PAD_A22__FEC_TDATA2                0x030 0x000 0x000 0x07 0x000
   67 
   68 #define MX25_PAD_A23__A23                       0x034 0x24c 0x000 0x00 0x000
   69 #define MX25_PAD_A23__GPIO_2_9                  0x034 0x24c 0x000 0x05 0x000
   70 #define MX25_PAD_A23__SIM2_TX1                  0x034 0x24c 0x560 0x06 0x000
   71 #define MX25_PAD_A23__FEC_TDATA3                0x034 0x24c 0x000 0x07 0x000
   72 
   73 #define MX25_PAD_A24__A24                       0x038 0x250 0x000 0x00 0x000
   74 #define MX25_PAD_A24__GPIO_2_10                 0x038 0x250 0x000 0x05 0x000
   75 #define MX25_PAD_A24__SIM2_PD1                  0x038 0x250 0x55c 0x06 0x000
   76 #define MX25_PAD_A24__FEC_RX_CLK                0x038 0x250 0x514 0x07 0x000
   77 
   78 #define MX25_PAD_A25__A25                       0x03c 0x254 0x000 0x00 0x000
   79 #define MX25_PAD_A25__GPIO_2_11                 0x03c 0x254 0x000 0x05 0x000
   80 #define MX25_PAD_A25__FEC_CRS                   0x03c 0x254 0x508 0x07 0x000
   81 
   82 #define MX25_PAD_EB0__EB0                       0x040 0x258 0x000 0x00 0x000
   83 #define MX25_PAD_EB0__AUD4_TXD                  0x040 0x258 0x464 0x04 0x000
   84 #define MX25_PAD_EB0__GPIO_2_12                 0x040 0x258 0x000 0x05 0x000
   85 #define MX25_PAD_EB0__CSPI3_SS0                 0x040 0x258 0x4bc 0x06 0x000
   86 
   87 #define MX25_PAD_EB1__EB1                       0x044 0x25c 0x000 0x00 0x000
   88 #define MX25_PAD_EB1__AUD4_RXD                  0x044 0x25c 0x460 0x04 0x000
   89 #define MX25_PAD_EB1__GPIO_2_13                 0x044 0x25c 0x000 0x05 0x000
   90 #define MX25_PAD_EB1__CSPI3_SS1                 0x044 0x25c 0x4c0 0x06 0x000
   91 
   92 #define MX25_PAD_OE__OE                         0x048 0x260 0x000 0x00 0x000
   93 #define MX25_PAD_OE__AUD4_TXC                   0x048 0x260 0x000 0x04 0x000
   94 #define MX25_PAD_OE__GPIO_2_14                  0x048 0x260 0x000 0x05 0x000
   95 
   96 #define MX25_PAD_CS0__CS0                       0x04c 0x000 0x000 0x00 0x000
   97 #define MX25_PAD_CS0__GPIO_4_2                  0x04c 0x000 0x000 0x05 0x000
   98 
   99 #define MX25_PAD_CS1__CS1                       0x050 0x000 0x000 0x00 0x000
  100 #define MX25_PAD_CS1__NF_CE3                    0x050 0x000 0x000 0x01 0x000
  101 #define MX25_PAD_CS1__GPIO_4_3                  0x050 0x000 0x000 0x05 0x000
  102 
  103 #define MX25_PAD_CS4__CS4                       0x054 0x264 0x000 0x00 0x000
  104 #define MX25_PAD_CS4__NF_CE1                    0x054 0x264 0x000 0x01 0x000
  105 #define MX25_PAD_CS4__UART5_CTS                 0x054 0x264 0x000 0x03 0x000
  106 #define MX25_PAD_CS4__GPIO_3_20                 0x054 0x264 0x000 0x05 0x000
  107 #define MX25_PAD_CS4__CSPI3_MOSI                0x054 0x264 0x4b8 0x06 0x000
  108 
  109 #define MX25_PAD_CS5__CS5                       0x058 0x268 0x000 0x00 0x000
  110 #define MX25_PAD_CS5__NF_CE2                    0x058 0x268 0x000 0x01 0x000
  111 #define MX25_PAD_CS5__UART5_RTS                 0x058 0x268 0x574 0x03 0x000
  112 #define MX25_PAD_CS5__GPIO_3_21                 0x058 0x268 0x000 0x05 0x000
  113 #define MX25_PAD_CS5__CSPI3_MISO                0x058 0x268 0x4b4 0x06 0x000
  114 
  115 #define MX25_PAD_NF_CE0__NF_CE0                 0x05c 0x26c 0x000 0x00 0x000
  116 #define MX25_PAD_NF_CE0__CSPI1_SS3              0x05c 0x26c 0x490 0x01 0x000
  117 #define MX25_PAD_NF_CE0__GPIO_3_22              0x05c 0x26c 0x000 0x05 0x000
  118 
  119 #define MX25_PAD_ECB__ECB                       0x060 0x270 0x000 0x00 0x000
  120 #define MX25_PAD_ECB__UART5_TXD                 0x060 0x270 0x000 0x03 0x000
  121 #define MX25_PAD_ECB__GPIO_3_23                 0x060 0x270 0x000 0x05 0x000
  122 #define MX25_PAD_ECB__CSPI3_SCLK                0x060 0x270 0x4ac 0x06 0x000
  123 
  124 #define MX25_PAD_LBA__LBA                       0x064 0x274 0x000 0x00 0x000
  125 #define MX25_PAD_LBA__UART5_RXD                 0x064 0x274 0x578 0x03 0x000
  126 #define MX25_PAD_LBA__GPIO_3_24                 0x064 0x274 0x000 0x05 0x000
  127 #define MX25_PAD_LBA__CSPI3_RDY                 0x064 0x274 0x4b0 0x06 0x000
  128 
  129 #define MX25_PAD_BCLK__BCLK                     0x068 0x000 0x000 0x00 0x000
  130 #define MX25_PAD_BCLK__GPIO_4_4                 0x068 0x000 0x000 0x05 0x000
  131 
  132 #define MX25_PAD_RW__RW                         0x06c 0x278 0x000 0x00 0x000
  133 #define MX25_PAD_RW__AUD4_TXFS                  0x06c 0x278 0x474 0x04 0x000
  134 #define MX25_PAD_RW__GPIO_3_25                  0x06c 0x278 0x000 0x05 0x000
  135 
  136 #define MX25_PAD_NFWE_B__NFWE_B                 0x070 0x000 0x000 0x00 0x000
  137 #define MX25_PAD_NFWE_B__GPIO_3_26              0x070 0x000 0x000 0x05 0x000
  138 
  139 #define MX25_PAD_NFRE_B__NFRE_B                 0x074 0x000 0x000 0x00 0x000
  140 #define MX25_PAD_NFRE_B__GPIO_3_27              0x074 0x000 0x000 0x05 0x000
  141 
  142 #define MX25_PAD_NFALE__NFALE                   0x078 0x000 0x000 0x00 0x000
  143 #define MX25_PAD_NFALE__GPIO_3_28               0x078 0x000 0x000 0x05 0x000
  144 
  145 #define MX25_PAD_NFCLE__NFCLE                   0x07c 0x000 0x000 0x00 0x000
  146 #define MX25_PAD_NFCLE__GPIO_3_29               0x07c 0x000 0x000 0x05 0x000
  147 
  148 #define MX25_PAD_NFWP_B__NFWP_B                 0x080 0x000 0x000 0x00 0x000
  149 #define MX25_PAD_NFWP_B__GPIO_3_30              0x080 0x000 0x000 0x05 0x000
  150 
  151 #define MX25_PAD_NFRB__NFRB                     0x084 0x27c 0x000 0x00 0x000
  152 #define MX25_PAD_NFRB__GPIO_3_31                0x084 0x27c 0x000 0x05 0x000
  153 
  154 #define MX25_PAD_D15__D15                       0x088 0x280 0x000 0x00 0x000
  155 #define MX25_PAD_D15__LD16                      0x088 0x280 0x000 0x01 0x000
  156 #define MX25_PAD_D15__GPIO_4_5                  0x088 0x280 0x000 0x05 0x000
  157 #define MX25_PAD_D15__ESDHC1_DAT7               0x088 0x280 0x4d8 0x06 0x000
  158 
  159 #define MX25_PAD_D14__D14                       0x08c 0x284 0x000 0x00 0x000
  160 #define MX25_PAD_D14__LD17                      0x08c 0x284 0x000 0x01 0x000
  161 #define MX25_PAD_D14__GPIO_4_6                  0x08c 0x284 0x000 0x05 0x000
  162 #define MX25_PAD_D14__ESDHC1_DAT6               0x08c 0x284 0x4d4 0x06 0x000
  163 
  164 #define MX25_PAD_D13__D13                       0x090 0x288 0x000 0x00 0x000
  165 #define MX25_PAD_D13__LD18                      0x090 0x288 0x000 0x01 0x000
  166 #define MX25_PAD_D13__GPIO_4_7                  0x090 0x288 0x000 0x05 0x000
  167 #define MX25_PAD_D13__ESDHC1_DAT5               0x090 0x288 0x4d0 0x06 0x000
  168 
  169 #define MX25_PAD_D12__D12                       0x094 0x28c 0x000 0x00 0x000
  170 #define MX25_PAD_D12__GPIO_4_8                  0x094 0x28c 0x000 0x05 0x000
  171 #define MX25_PAD_D12__ESDHC1_DAT4               0x094 0x28c 0x4cc 0x06 0x000
  172 
  173 #define MX25_PAD_D11__D11                       0x098 0x290 0x000 0x00 0x000
  174 #define MX25_PAD_D11__GPIO_4_9                  0x098 0x290 0x000 0x05 0x000
  175 #define MX25_PAD_D11__USBOTG_PWR                0x098 0x290 0x000 0x06 0x000
  176 
  177 #define MX25_PAD_D10__D10                       0x09c 0x294 0x000 0x00 0x000
  178 #define MX25_PAD_D10__GPIO_4_10                 0x09c 0x294 0x000 0x05 0x000
  179 #define MX25_PAD_D10__USBOTG_OC                 0x09c 0x294 0x57c 0x06 0x000
  180 
  181 #define MX25_PAD_D9__D9                         0x0a0 0x298 0x000 0x00 0x000
  182 #define MX25_PAD_D9__GPIO_4_11                  0x0a0 0x298 0x000 0x05 0x000
  183 #define MX25_PAD_D9__USBH2_PWR                  0x0a0 0x298 0x000 0x06 0x000
  184 
  185 #define MX25_PAD_D8__D8                         0x0a4 0x29c 0x000 0x00 0x000
  186 #define MX25_PAD_D8__GPIO_4_12                  0x0a4 0x29c 0x000 0x05 0x000
  187 #define MX25_PAD_D8__USBH2_OC                   0x0a4 0x29c 0x580 0x06 0x000
  188 
  189 #define MX25_PAD_D7__D7                         0x0a8 0x2a0 0x000 0x00 0x000
  190 #define MX25_PAD_D7__GPIO_4_13                  0x0a8 0x2a0 0x000 0x05 0x000
  191 
  192 #define MX25_PAD_D6__D6                         0x0ac 0x2a4 0x000 0x00 0x000
  193 #define MX25_PAD_D6__GPIO_4_14                  0x0ac 0x2a4 0x000 0x05 0x000
  194 
  195 #define MX25_PAD_D5__D5                         0x0b0 0x2a8 0x000 0x00 0x000
  196 #define MX25_PAD_D5__GPIO_4_15                  0x0b0 0x2a8 0x000 0x05 0x000
  197 
  198 #define MX25_PAD_D4__D4                         0x0b4 0x2ac 0x000 0x00 0x000
  199 #define MX25_PAD_D4__GPIO_4_16                  0x0b4 0x2ac 0x000 0x05 0x000
  200 
  201 #define MX25_PAD_D3__D3                         0x0b8 0x2b0 0x000 0x00 0x000
  202 #define MX25_PAD_D3__GPIO_4_17                  0x0b8 0x2b0 0x000 0x05 0x000
  203 
  204 #define MX25_PAD_D2__D2                         0x0bc 0x2b4 0x000 0x00 0x000
  205 #define MX25_PAD_D2__GPIO_4_18                  0x0bc 0x2b4 0x000 0x05 0x000
  206 
  207 #define MX25_PAD_D1__D1                         0x0c0 0x2b8 0x000 0x00 0x000
  208 #define MX25_PAD_D1__GPIO_4_19                  0x0c0 0x2b8 0x000 0x05 0x000
  209 
  210 #define MX25_PAD_D0__D0                         0x0c4 0x2bc 0x000 0x00 0x000
  211 #define MX25_PAD_D0__GPIO_4_20                  0x0c4 0x2bc 0x000 0x05 0x000
  212 
  213 #define MX25_PAD_LD0__LD0                       0x0c8 0x2c0 0x000 0x00 0x000
  214 #define MX25_PAD_LD0__CSI_D0                    0x0c8 0x2c0 0x488 0x02 0x000
  215 #define MX25_PAD_LD0__GPIO_2_15                 0x0c8 0x2c0 0x000 0x05 0x000
  216 
  217 #define MX25_PAD_LD1__LD1                       0x0cc 0x2c4 0x000 0x00 0x000
  218 #define MX25_PAD_LD1__CSI_D1                    0x0cc 0x2c4 0x48c 0x02 0x000
  219 #define MX25_PAD_LD1__GPIO_2_16                 0x0cc 0x2c4 0x000 0x05 0x000
  220 
  221 #define MX25_PAD_LD2__LD2                       0x0d0 0x2c8 0x000 0x00 0x000
  222 #define MX25_PAD_LD2__GPIO_2_17                 0x0d0 0x2c8 0x000 0x05 0x000
  223 
  224 #define MX25_PAD_LD3__LD3                       0x0d4 0x2cc 0x000 0x00 0x000
  225 #define MX25_PAD_LD3__GPIO_2_18                 0x0d4 0x2cc 0x000 0x05 0x000
  226 
  227 #define MX25_PAD_LD4__LD4                       0x0d8 0x2d0 0x000 0x00 0x000
  228 #define MX25_PAD_LD4__GPIO_2_19                 0x0d8 0x2d0 0x000 0x05 0x000
  229 
  230 #define MX25_PAD_LD5__LD5                       0x0dc 0x2d4 0x000 0x00 0x000
  231 #define MX25_PAD_LD5__GPIO_1_19                 0x0dc 0x2d4 0x000 0x05 0x000
  232 
  233 #define MX25_PAD_LD6__LD6                       0x0e0 0x2d8 0x000 0x00 0x000
  234 #define MX25_PAD_LD6__GPIO_1_20                 0x0e0 0x2d8 0x000 0x05 0x000
  235 
  236 #define MX25_PAD_LD7__LD7                       0x0e4 0x2dc 0x000 0x00 0x000
  237 #define MX25_PAD_LD7__GPIO_1_21                 0x0e4 0x2dc 0x000 0x05 0x000
  238 
  239 #define MX25_PAD_LD8__LD8                       0x0e8 0x2e0 0x000 0x00 0x000
  240 #define MX25_PAD_LD8__UART4_RXD                 0x0e8 0x2e0 0x570 0x02 0x000
  241 #define MX25_PAD_LD8__FEC_TX_ERR                0x0e8 0x2e0 0x000 0x05 0x000
  242 /* SION must be set; see the comment for MX25_PAD_SD1_CMD__ESDHC1_CMD. */
  243 #define MX25_PAD_LD8__ESDHC2_CMD                0x0e8 0x2e0 0x4e0 0x16 0x000
  244 
  245 #define MX25_PAD_LD9__LD9                       0x0ec 0x2e4 0x000 0x00 0x000
  246 #define MX25_PAD_LD9__UART4_TXD                 0x0ec 0x2e4 0x000 0x02 0x000
  247 #define MX25_PAD_LD9__FEC_COL                   0x0ec 0x2e4 0x504 0x05 0x001
  248 #define MX25_PAD_LD9__ESDHC2_CLK                0x0ec 0x2e4 0x4dc 0x06 0x000
  249 
  250 #define MX25_PAD_LD10__LD10                     0x0f0 0x2e8 0x000 0x00 0x000
  251 #define MX25_PAD_LD10__UART4_RTS                0x0f0 0x2e8 0x56c 0x02 0x000
  252 #define MX25_PAD_LD10__FEC_RX_ERR               0x0f0 0x2e8 0x518 0x05 0x001
  253 
  254 #define MX25_PAD_LD11__LD11                     0x0f4 0x2ec 0x000 0x00 0x000
  255 #define MX25_PAD_LD11__UART4_CTS                0x0f4 0x2ec 0x000 0x02 0x000
  256 #define MX25_PAD_LD11__FEC_RDATA2               0x0f4 0x2ec 0x50c 0x05 0x001
  257 #define MX25_PAD_LD11__ESDHC2_DAT1              0x0f4 0x2ec 0x4e8 0x06 0x000
  258 
  259 #define MX25_PAD_LD12__LD12                     0x0f8 0x2f0 0x000 0x00 0x000
  260 #define MX25_PAD_LD12__CSPI2_MOSI               0x0f8 0x2f0 0x4a0 0x02 0x000
  261 #define MX25_PAD_LD12__KPP_ROW6                 0x0f8 0x2f0 0x544 0x04 0x000
  262 #define MX25_PAD_LD12__FEC_RDATA3               0x0f8 0x2f0 0x510 0x05 0x001
  263 
  264 #define MX25_PAD_LD13__LD13                     0x0fc 0x2f4 0x000 0x00 0x000
  265 #define MX25_PAD_LD13__CSPI2_MISO               0x0fc 0x2f4 0x49c 0x02 0x000
  266 #define MX25_PAD_LD13__KPP_ROW7                 0x0fc 0x2f4 0x548 0x04 0x000
  267 #define MX25_PAD_LD13__FEC_TDATA2               0x0fc 0x2f4 0x000 0x05 0x000
  268 
  269 #define MX25_PAD_LD14__LD14                     0x100 0x2f8 0x000 0x00 0x000
  270 #define MX25_PAD_LD14__CSPI2_SCLK               0x100 0x2f8 0x494 0x02 0x000
  271 #define MX25_PAD_LD14__FEC_TDATA3               0x100 0x2f8 0x000 0x05 0x000
  272 
  273 #define MX25_PAD_LD15__LD15                     0x104 0x2fc 0x000 0x00 0x000
  274 #define MX25_PAD_LD15__CSPI2_RDY                0x104 0x2fc 0x498 0x02 0x000
  275 #define MX25_PAD_LD15__FEC_RX_CLK               0x104 0x2fc 0x514 0x05 0x001
  276 
  277 #define MX25_PAD_HSYNC__HSYNC                   0x108 0x300 0x000 0x00 0x000
  278 #define MX25_PAD_HSYNC__GPIO_1_22               0x108 0x300 0x000 0x05 0x000
  279 
  280 #define MX25_PAD_VSYNC__VSYNC                   0x10c 0x304 0x000 0x00 0x000
  281 #define MX25_PAD_VSYNC__GPIO_1_23               0x10c 0x304 0x000 0x05 0x000
  282 
  283 #define MX25_PAD_LSCLK__LSCLK                   0x110 0x308 0x000 0x00 0x000
  284 #define MX25_PAD_LSCLK__GPIO_1_24               0x110 0x308 0x000 0x05 0x000
  285 
  286 #define MX25_PAD_OE_ACD__OE_ACD                 0x114 0x30c 0x000 0x00 0x000
  287 #define MX25_PAD_OE_ACD__CSPI2_SS0              0x114 0x30c 0x4a4 0x02 0x000
  288 #define MX25_PAD_OE_ACD__GPIO_1_25              0x114 0x30c 0x000 0x05 0x000
  289 
  290 #define MX25_PAD_CONTRAST__CONTRAST             0x118 0x310 0x000 0x00 0x000
  291 #define MX25_PAD_CONTRAST__GPT4_CAPIN1          0x118 0x310 0x000 0x01 0x000
  292 #define MX25_PAD_CONTRAST__CSPI2_SS1            0x118 0x310 0x4a8 0x02 0x000
  293 #define MX25_PAD_CONTRAST__PWM4_PWMO            0x118 0x310 0x000 0x04 0x000
  294 #define MX25_PAD_CONTRAST__FEC_CRS              0x118 0x310 0x508 0x05 0x001
  295 #define MX25_PAD_CONTRAST__USBH2_PWR            0x118 0x310 0x000 0x06 0x000
  296 
  297 #define MX25_PAD_PWM__PWM                       0x11c 0x314 0x000 0x00 0x000
  298 #define MX25_PAD_PWM__GPIO_1_26                 0x11c 0x314 0x000 0x05 0x000
  299 #define MX25_PAD_PWM__USBH2_OC                  0x11c 0x314 0x580 0x06 0x001
  300 
  301 #define MX25_PAD_CSI_D2__CSI_D2                 0x120 0x318 0x000 0x00 0x000
  302 #define MX25_PAD_CSI_D2__UART5_RXD              0x120 0x318 0x578 0x01 0x001
  303 #define MX25_PAD_CSI_D2__SIM1_CLK0              0x120 0x318 0x000 0x04 0x000
  304 #define MX25_PAD_CSI_D2__GPIO_1_27              0x120 0x318 0x000 0x05 0x000
  305 #define MX25_PAD_CSI_D2__CSPI3_MOSI             0x120 0x318 0x4b8 0x07 0x001
  306 
  307 #define MX25_PAD_CSI_D3__CSI_D3                 0x124 0x31c 0x000 0x00 0x000
  308 #define MX25_PAD_CSI_D3__UART5_TXD              0x124 0x31c 0x000 0x01 0x000
  309 #define MX25_PAD_CSI_D3__SIM1_RST0              0x124 0x31c 0x000 0x04 0x000
  310 #define MX25_PAD_CSI_D3__GPIO_1_28              0x124 0x31c 0x000 0x05 0x000
  311 #define MX25_PAD_CSI_D3__CSPI3_MISO             0x124 0x31c 0x4b4 0x07 0x001
  312 
  313 #define MX25_PAD_CSI_D4__CSI_D4                 0x128 0x320 0x000 0x00 0x000
  314 #define MX25_PAD_CSI_D4__UART5_RTS              0x128 0x320 0x574 0x01 0x001
  315 #define MX25_PAD_CSI_D4__SIM1_VEN0              0x128 0x320 0x000 0x04 0x000
  316 #define MX25_PAD_CSI_D4__GPIO_1_29              0x128 0x320 0x000 0x05 0x000
  317 #define MX25_PAD_CSI_D4__CSPI3_SCLK             0x128 0x320 0x4ac 0x07 0x001
  318 
  319 #define MX25_PAD_CSI_D5__CSI_D5                 0x12c 0x324 0x000 0x00 0x000
  320 #define MX25_PAD_CSI_D5__UART5_CTS              0x12c 0x324 0x000 0x01 0x000
  321 #define MX25_PAD_CSI_D5__SIM1_TX0               0x12c 0x324 0x000 0x04 0x000
  322 #define MX25_PAD_CSI_D5__GPIO_1_30              0x12c 0x324 0x000 0x05 0x000
  323 #define MX25_PAD_CSI_D5__CSPI3_RDY              0x12c 0x324 0x4b0 0x07 0x001
  324 
  325 #define MX25_PAD_CSI_D6__CSI_D6                 0x130 0x328 0x000 0x00 0x000
  326 /* SION must be set; see the comment for MX25_PAD_SD1_CMD__ESDHC1_CMD. */
  327 #define MX25_PAD_CSI_D6__ESDHC2_CMD             0x130 0x328 0x4e0 0x12 0x001
  328 #define MX25_PAD_CSI_D6__SIM1_PD0               0x130 0x328 0x000 0x04 0x000
  329 #define MX25_PAD_CSI_D6__GPIO_1_31              0x130 0x328 0x000 0x05 0x000
  330 #define MX25_PAD_CSI_D6__CSPI3_SS0              0x130 0x328 0x4bc 0x07 0x001
  331 
  332 #define MX25_PAD_CSI_D7__CSI_D7                 0x134 0x32c 0x000 0x00 0x000
  333 #define MX25_PAD_CSI_D7__ESDHC2_CLK             0x134 0x32C 0x4dc 0x02 0x001
  334 #define MX25_PAD_CSI_D7__GPIO_1_6               0x134 0x32c 0x000 0x05 0x000
  335 #define MX25_PAD_CSI_D7__CSPI3_SS1              0x134 0x32c 0x4c0 0x07 0x001
  336 
  337 #define MX25_PAD_CSI_D8__CSI_D8                 0x138 0x330 0x000 0x00 0x000
  338 #define MX25_PAD_CSI_D8__AUD6_RXC               0x138 0x330 0x000 0x02 0x000
  339 #define MX25_PAD_CSI_D8__GPIO_1_7               0x138 0x330 0x000 0x05 0x000
  340 #define MX25_PAD_CSI_D8__CSPI3_SS2              0x138 0x330 0x4c4 0x07 0x000
  341 
  342 #define MX25_PAD_CSI_D9__CSI_D9                 0x13c 0x334 0x000 0x00 0x000
  343 #define MX25_PAD_CSI_D9__AUD6_RXFS              0x13c 0x334 0x000 0x02 0x000
  344 #define MX25_PAD_CSI_D9__GPIO_4_21              0x13c 0x334 0x000 0x05 0x000
  345 #define MX25_PAD_CSI_D9__CSPI3_SS3              0x13c 0x334 0x4c8 0x07 0x000
  346 
  347 #define MX25_PAD_CSI_MCLK__CSI_MCLK             0x140 0x338 0x000 0x00 0x000
  348 #define MX25_PAD_CSI_MCLK__AUD6_TXD             0x140 0x338 0x000 0x01 0x000
  349 #define MX25_PAD_CSI_MCLK__ESDHC2_DAT0          0x140 0x338 0x4e4 0x02 0x001
  350 #define MX25_PAD_CSI_MCLK__GPIO_1_8             0x140 0x338 0x000 0x05 0x000
  351 
  352 #define MX25_PAD_CSI_VSYNC__CSI_VSYNC           0x144 0x33c 0x000 0x00 0x000
  353 #define MX25_PAD_CSI_VSYNC__AUD6_RXD            0x144 0x33c 0x000 0x01 0x000
  354 #define MX25_PAD_CSI_VSYNC__ESDHC2_DAT1         0x144 0x33c 0x4e8 0x02 0x001
  355 #define MX25_PAD_CSI_VSYNC__GPIO_1_9            0x144 0x33c 0x000 0x05 0x000
  356 
  357 #define MX25_PAD_CSI_HSYNC__CSI_HSYNC           0x148 0x340 0x000 0x00 0x000
  358 #define MX25_PAD_CSI_HSYNC__AUD6_TXC            0x148 0x340 0x000 0x01 0x000
  359 #define MX25_PAD_CSI_HSYNC__ESDHC2_DAT2         0x148 0x340 0x4ec 0x02 0x001
  360 #define MX25_PAD_CSI_HSYNC__GPIO_1_10           0x148 0x340 0x000 0x05 0x000
  361 
  362 #define MX25_PAD_CSI_PIXCLK__CSI_PIXCLK         0x14c 0x344 0x000 0x00 0x000
  363 #define MX25_PAD_CSI_PIXCLK__AUD6_TXFS          0x14c 0x344 0x000 0x01 0x000
  364 #define MX25_PAD_CSI_PIXCLK__ESDHC2_DAT3        0x14c 0x344 0x4f0 0x02 0x001
  365 #define MX25_PAD_CSI_PIXCLK__GPIO_1_11          0x14c 0x344 0x000 0x05 0x000
  366 
  367 #define MX25_PAD_I2C1_CLK__I2C1_CLK             0x150 0x348 0x000 0x00 0x000
  368 #define MX25_PAD_I2C1_CLK__GPIO_1_12            0x150 0x348 0x000 0x05 0x000
  369 
  370 #define MX25_PAD_I2C1_DAT__I2C1_DAT             0x154 0x34c 0x000 0x00 0x000
  371 #define MX25_PAD_I2C1_DAT__GPIO_1_13            0x154 0x34c 0x000 0x05 0x000
  372 
  373 #define MX25_PAD_CSPI1_MOSI__CSPI1_MOSI         0x158 0x350 0x000 0x00 0x000
  374 #define MX25_PAD_CSPI1_MOSI__UART3_RXD          0x158 0x350 0x568 0x02 0x000
  375 #define MX25_PAD_CSPI1_MOSI__GPIO_1_14          0x158 0x350 0x000 0x05 0x000
  376 
  377 #define MX25_PAD_CSPI1_MISO__CSPI1_MISO         0x15c 0x354 0x000 0x00 0x000
  378 #define MX25_PAD_CSPI1_MISO__UART3_TXD          0x15c 0x354 0x000 0x02 0x000
  379 #define MX25_PAD_CSPI1_MISO__GPIO_1_15          0x15c 0x354 0x000 0x05 0x000
  380 
  381 #define MX25_PAD_CSPI1_SS0__CSPI1_SS0           0x160 0x358 0x000 0x00 0x000
  382 #define MX25_PAD_CSPI1_SS0__PWM2_PWMO           0x160 0x358 0x000 0x02 0x000
  383 #define MX25_PAD_CSPI1_SS0__GPIO_1_16           0x160 0x358 0x000 0x05 0x000
  384 
  385 #define MX25_PAD_CSPI1_SS1__CSPI1_SS1           0x164 0x35c 0x000 0x00 0x000
  386 #define MX25_PAD_CSPI1_SS1__I2C3_DAT            0x164 0x35C 0x528 0x01 0x001
  387 #define MX25_PAD_CSPI1_SS1__UART3_RTS           0x164 0x35c 0x000 0x02 0x000
  388 #define MX25_PAD_CSPI1_SS1__GPIO_1_17           0x164 0x35c 0x000 0x05 0x000
  389 
  390 #define MX25_PAD_CSPI1_SCLK__CSPI1_SCLK         0x168 0x360 0x000 0x00 0x000
  391 #define MX25_PAD_CSPI1_SCLK__UART3_CTS          0x168 0x360 0x000 0x02 0x000
  392 #define MX25_PAD_CSPI1_SCLK__GPIO_1_18          0x168 0x360 0x000 0x05 0x000
  393 
  394 #define MX25_PAD_CSPI1_RDY__CSPI1_RDY           0x16c 0x364 0x000 0x00 0x000
  395 #define MX25_PAD_CSPI1_RDY__GPIO_2_22           0x16c 0x364 0x000 0x05 0x000
  396 
  397 #define MX25_PAD_UART1_RXD__UART1_RXD           0x170 0x368 0x000 0x00 0x000
  398 #define MX25_PAD_UART1_RXD__UART2_DTR           0x170 0x368 0x000 0x03 0x000
  399 #define MX25_PAD_UART1_RXD__GPIO_4_22           0x170 0x368 0x000 0x05 0x000
  400 
  401 #define MX25_PAD_UART1_TXD__UART1_TXD           0x174 0x36c 0x000 0x00 0x000
  402 #define MX25_PAD_UART1_TXD__UART2_DSR           0x174 0x36c 0x000 0x03 0x000
  403 #define MX25_PAD_UART1_TXD__GPIO_4_23           0x174 0x36c 0x000 0x05 0x000
  404 
  405 #define MX25_PAD_UART1_RTS__UART1_RTS           0x178 0x370 0x000 0x00 0x000
  406 #define MX25_PAD_UART1_RTS__CSI_D0              0x178 0x370 0x488 0x01 0x001
  407 #define MX25_PAD_UART1_RTS__GPT3_CAPIN1         0x178 0x370 0x000 0x02 0x000
  408 #define MX25_PAD_UART1_RTS__UART2_DCD           0x178 0x370 0x000 0x03 0x000
  409 #define MX25_PAD_UART1_RTS__GPIO_4_24           0x178 0x370 0x000 0x05 0x000
  410 
  411 #define MX25_PAD_UART1_CTS__UART1_CTS           0x17c 0x374 0x000 0x00 0x000
  412 #define MX25_PAD_UART1_CTS__CSI_D1              0x17c 0x374 0x48c 0x01 0x001
  413 #define MX25_PAD_UART1_CTS__UART2_RI            0x17c 0x374 0x000 0x03 0x001
  414 #define MX25_PAD_UART1_CTS__GPIO_4_25           0x17c 0x374 0x000 0x05 0x000
  415 
  416 #define MX25_PAD_UART2_RXD__UART2_RXD           0x180 0x378 0x000 0x00 0x000
  417 #define MX25_PAD_UART2_RXD__GPIO_4_26           0x180 0x378 0x000 0x05 0x000
  418 
  419 #define MX25_PAD_UART2_TXD__UART2_TXD           0x184 0x37c 0x000 0x00 0x000
  420 #define MX25_PAD_UART2_TXD__GPIO_4_27           0x184 0x37c 0x000 0x05 0x000
  421 
  422 #define MX25_PAD_UART2_RTS__UART2_RTS           0x188 0x380 0x000 0x00 0x000
  423 #define MX25_PAD_UART2_RTS__FEC_COL             0x188 0x380 0x504 0x02 0x002
  424 #define MX25_PAD_UART2_RTS__GPT1_CAPIN1         0x188 0x380 0x000 0x03 0x000
  425 #define MX25_PAD_UART2_RTS__GPIO_4_28           0x188 0x380 0x000 0x05 0x000
  426 #define MX25_PAD_UART2_RTS__CSPI2_SS3           0x188 0x380 0x000 0x06 0x000
  427 
  428 #define MX25_PAD_UART2_CTS__UART2_CTS           0x18c 0x384 0x000 0x00 0x000
  429 #define MX25_PAD_UART2_CTS__FEC_RX_ERR          0x18c 0x384 0x518 0x02 0x002
  430 #define MX25_PAD_UART2_CTS__GPIO_4_29           0x18c 0x384 0x000 0x05 0x000
  431 #define MX25_PAD_UART2_CTS__CSPI3_SS3           0x18c 0x384 0x4c8 0x06 0x001
  432 
  433 /*
  434  * Removing the SION bit from MX25_PAD_*__ESDHCn_CMD breaks detecting an SD
  435  * card. According to the i.MX25 reference manual (e.g. Figure 23-2 in IMX25RM
  436  * Rev. 2 from 01/2011) this pin is bidirectional. So it seems to be a silicon
  437  * bug that configuring the ESDHCn_CMD function doesn't enable the input path
  438  * for this pin.
  439  * This might have side effects for other hardware units that are connected to
  440  * that pin and use the respective function as input.
  441  */
  442 #define MX25_PAD_SD1_CMD__ESDHC1_CMD            0x190 0x388 0x000 0x10 0x000
  443 #define MX25_PAD_SD1_CMD__CSPI2_MOSI            0x190 0x388 0x4a0 0x01 0x001
  444 #define MX25_PAD_SD1_CMD__FEC_RDATA2            0x190 0x388 0x50c 0x02 0x002
  445 #define MX25_PAD_SD1_CMD__GPIO_2_23             0x190 0x388 0x000 0x05 0x000
  446 
  447 #define MX25_PAD_SD1_CLK__ESDHC1_CLK            0x194 0x38c 0x000 0x00 0x000
  448 #define MX25_PAD_SD1_CLK__CSPI2_MISO            0x194 0x38c 0x49c 0x01 0x001
  449 #define MX25_PAD_SD1_CLK__FEC_RDATA3            0x194 0x38c 0x510 0x02 0x002
  450 #define MX25_PAD_SD1_CLK__GPIO_2_24             0x194 0x38c 0x000 0x05 0x000
  451 
  452 #define MX25_PAD_SD1_DATA0__ESDHC1_DAT0         0x198 0x390 0x000 0x00 0x000
  453 #define MX25_PAD_SD1_DATA0__CSPI2_SCLK          0x198 0x390 0x494 0x01 0x001
  454 #define MX25_PAD_SD1_DATA0__GPIO_2_25           0x198 0x390 0x000 0x05 0x000
  455 
  456 #define MX25_PAD_SD1_DATA1__ESDHC1_DAT1         0x19c 0x394 0x000 0x00 0x000
  457 #define MX25_PAD_SD1_DATA1__CSPI2_RDY           0x19c 0x394 0x498 0x01 0x001
  458 #define MX25_PAD_SD1_DATA1__AUD7_RXD            0x19c 0x394 0x478 0x03 0x000
  459 #define MX25_PAD_SD1_DATA1__GPIO_2_26           0x19c 0x394 0x000 0x05 0x000
  460 
  461 #define MX25_PAD_SD1_DATA2__ESDHC1_DAT2         0x1a0 0x398 0x000 0x00 0x000
  462 #define MX25_PAD_SD1_DATA2__CSPI2_SS0           0x1a0 0x398 0x4a4 0x01 0x001
  463 #define MX25_PAD_SD1_DATA2__FEC_RX_CLK          0x1a0 0x398 0x514 0x02 0x002
  464 #define MX25_PAD_SD1_DATA2__GPIO_2_27           0x1a0 0x398 0x000 0x05 0x000
  465 
  466 #define MX25_PAD_SD1_DATA3__ESDHC1_DAT3         0x1a4 0x39c 0x000 0x00 0x000
  467 #define MX25_PAD_SD1_DATA3__CSPI2_SS1           0x1a4 0x39c 0x4a8 0x01 0x001
  468 #define MX25_PAD_SD1_DATA3__FEC_CRS             0x1a4 0x39c 0x508 0x02 0x002
  469 #define MX25_PAD_SD1_DATA3__GPIO_2_28           0x1a4 0x39c 0x000 0x05 0x000
  470 
  471 #define MX25_PAD_KPP_ROW0__KPP_ROW0             0x1a8 0x3a0 0x000 0x00 0x000
  472 #define MX25_PAD_KPP_ROW0__UART3_RXD            0x1a8 0x3a0 0x568 0x01 0x001
  473 #define MX25_PAD_KPP_ROW0__UART1_DTR            0x1a8 0x3a0 0x000 0x04 0x000
  474 #define MX25_PAD_KPP_ROW0__GPIO_2_29            0x1a8 0x3a0 0x000 0x05 0x000
  475 
  476 #define MX25_PAD_KPP_ROW1__KPP_ROW1             0x1ac 0x3a4 0x000 0x00 0x000
  477 #define MX25_PAD_KPP_ROW1__UART3_TXD            0x1ac 0x3a4 0x000 0x01 0x000
  478 #define MX25_PAD_KPP_ROW1__UART1_DSR            0x1ac 0x3a4 0x000 0x04 0x000
  479 #define MX25_PAD_KPP_ROW1__GPIO_2_30            0x1ac 0x3a4 0x000 0x05 0x000
  480 
  481 #define MX25_PAD_KPP_ROW2__KPP_ROW2             0x1b0 0x3a8 0x000 0x00 0x000
  482 #define MX25_PAD_KPP_ROW2__UART3_RTS            0x1b0 0x3a8 0x000 0x01 0x000
  483 #define MX25_PAD_KPP_ROW2__CSI_D0               0x1b0 0x3a8 0x488 0x03 0x002
  484 #define MX25_PAD_KPP_ROW2__UART1_DCD            0x1b0 0x3a8 0x000 0x04 0x000
  485 #define MX25_PAD_KPP_ROW2__GPIO_2_31            0x1b0 0x3a8 0x000 0x05 0x000
  486 
  487 #define MX25_PAD_KPP_ROW3__KPP_ROW3             0x1b4 0x3ac 0x000 0x00 0x000
  488 #define MX25_PAD_KPP_ROW3__UART3_CTS            0x1b4 0x3ac 0x000 0x01 0x000
  489 #define MX25_PAD_KPP_ROW3__CSI_D1               0x1b4 0x3ac 0x48c 0x03 0x002
  490 #define MX25_PAD_KPP_ROW3__UART1_RI             0x1b4 0x3ac 0x000 0x04 0x000
  491 #define MX25_PAD_KPP_ROW3__GPIO_3_0             0x1b4 0x3ac 0x000 0x05 0x000
  492 
  493 #define MX25_PAD_KPP_COL0__KPP_COL0             0x1b8 0x3b0 0x000 0x00 0x000
  494 #define MX25_PAD_KPP_COL0__UART4_RXD            0x1b8 0x3b0 0x570 0x01 0x001
  495 #define MX25_PAD_KPP_COL0__AUD5_TXD             0x1b8 0x3b0 0x000 0x02 0x000
  496 #define MX25_PAD_KPP_COL0__GPIO_3_1             0x1b8 0x3b0 0x000 0x05 0x000
  497 
  498 #define MX25_PAD_KPP_COL1__KPP_COL1             0x1bc 0x3b4 0x000 0x00 0x000
  499 #define MX25_PAD_KPP_COL1__UART4_TXD            0x1bc 0x3b4 0x000 0x01 0x000
  500 #define MX25_PAD_KPP_COL1__AUD5_RXD             0x1bc 0x3b4 0x000 0x02 0x000
  501 #define MX25_PAD_KPP_COL1__GPIO_3_2             0x1bc 0x3b4 0x000 0x05 0x000
  502 
  503 #define MX25_PAD_KPP_COL2__KPP_COL2             0x1c0 0x3b8 0x000 0x00 0x000
  504 #define MX25_PAD_KPP_COL2__UART4_RTS            0x1c0 0x3b8 0x56c 0x01 0x001
  505 #define MX25_PAD_KPP_COL2__AUD5_TXC             0x1c0 0x3b8 0x000 0x02 0x000
  506 #define MX25_PAD_KPP_COL2__GPIO_3_3             0x1c0 0x3b8 0x000 0x05 0x000
  507 
  508 #define MX25_PAD_KPP_COL3__KPP_COL3             0x1c4 0x3bc 0x000 0x00 0x000
  509 #define MX25_PAD_KPP_COL3__UART4_CTS            0x1c4 0x3bc 0x000 0x01 0x000
  510 #define MX25_PAD_KPP_COL3__AUD5_TXFS            0x1c4 0x3bc 0x000 0x02 0x000
  511 #define MX25_PAD_KPP_COL3__GPIO_3_4             0x1c4 0x3bc 0x000 0x05 0x000
  512 
  513 #define MX25_PAD_FEC_MDC__FEC_MDC               0x1c8 0x3c0 0x000 0x00 0x000
  514 /* SION must be set; see the comment for MX25_PAD_SD1_CMD__ESDHC1_CMD. */
  515 #define MX25_PAD_FEC_MDC__ESDHC2_CMD            0x1c8 0x3c0 0x4e0 0x11 0x002
  516 #define MX25_PAD_FEC_MDC__AUD4_TXD              0x1c8 0x3c0 0x464 0x02 0x001
  517 #define MX25_PAD_FEC_MDC__GPIO_3_5              0x1c8 0x3c0 0x000 0x05 0x000
  518 
  519 #define MX25_PAD_FEC_MDIO__FEC_MDIO             0x1cc 0x3c4 0x000 0x00 0x000
  520 #define MX25_PAD_FEC_MDIO__AUD4_RXD             0x1cc 0x3c4 0x460 0x02 0x001
  521 #define MX25_PAD_FEC_MDIO__GPIO_3_6             0x1cc 0x3c4 0x000 0x05 0x000
  522 
  523 #define MX25_PAD_FEC_TDATA0__FEC_TDATA0         0x1d0 0x3c8 0x000 0x00 0x000
  524 #define MX25_PAD_FEC_TDATA0__GPIO_3_7           0x1d0 0x3c8 0x000 0x05 0x000
  525 
  526 #define MX25_PAD_FEC_TDATA1__FEC_TDATA1         0x1d4 0x3cc 0x000 0x00 0x000
  527 #define MX25_PAD_FEC_TDATA1__AUD4_TXFS          0x1d4 0x3cc 0x474 0x02 0x001
  528 #define MX25_PAD_FEC_TDATA1__GPIO_3_8           0x1d4 0x3cc 0x000 0x05 0x000
  529 
  530 #define MX25_PAD_FEC_TX_EN__FEC_TX_EN           0x1d8 0x3d0 0x000 0x00 0x000
  531 #define MX25_PAD_FEC_TX_EN__GPIO_3_9            0x1d8 0x3d0 0x000 0x05 0x000
  532 #define MX25_PAD_FEC_TX_EN__KPP_ROW4            0x1d8 0x3d0 0x53c 0x06 0x000
  533 
  534 #define MX25_PAD_FEC_RDATA0__FEC_RDATA0         0x1dc 0x3d4 0x000 0x00 0x000
  535 #define MX25_PAD_FEC_RDATA0__GPIO_3_10          0x1dc 0x3d4 0x000 0x05 0x000
  536 #define MX25_PAD_FEC_RDATA0__KPP_ROW5           0x1dc 0x3d4 0x540 0x06 0x000
  537 
  538 #define MX25_PAD_FEC_RDATA1__FEC_RDATA1         0x1e0 0x3d8 0x000 0x00 0x000
  539 /*
  540  * According to the i.MX25 Reference manual (IMX25RM, Rev. 2,
  541  * 01/2011) this is CAN1_TX but that's wrong.
  542  */
  543 #define MX25_PAD_FEC_RDATA1__CAN2_TX            0x1e0 0x3d8 0x000 0x04 0x000
  544 #define MX25_PAD_FEC_RDATA1__GPIO_3_11          0x1e0 0x3d8 0x000 0x05 0x000
  545 
  546 #define MX25_PAD_FEC_RX_DV__FEC_RX_DV           0x1e4 0x3dc 0x000 0x00 0x000
  547 /*
  548  * According to the i.MX25 Reference manual (IMX25RM, Rev. 2,
  549  * 01/2011) this is CAN1_RX but that's wrong.
  550  */
  551 #define MX25_PAD_FEC_RX_DV__CAN2_RX             0x1e4 0x3dc 0x484 0x04 0x000
  552 #define MX25_PAD_FEC_RX_DV__GPIO_3_12           0x1e4 0x3dc 0x000 0x05 0x000
  553 
  554 #define MX25_PAD_FEC_TX_CLK__FEC_TX_CLK         0x1e8 0x3e0 0x000 0x00 0x000
  555 #define MX25_PAD_FEC_TX_CLK__GPIO_3_13          0x1e8 0x3e0 0x000 0x05 0x000
  556 
  557 #define MX25_PAD_RTCK__RTCK                     0x1ec 0x3e4 0x000 0x00 0x000
  558 #define MX25_PAD_RTCK__OWIRE                    0x1ec 0x3e4 0x000 0x01 0x000
  559 #define MX25_PAD_RTCK__GPIO_3_14                0x1ec 0x3e4 0x000 0x05 0x000
  560 
  561 #define MX25_PAD_TDO__TDO                       0x000 0x3e8 0x000 0x00 0x000
  562 
  563 #define MX25_PAD_DE_B__DE_B                     0x1f0 0x3ec 0x000 0x00 0x000
  564 #define MX25_PAD_DE_B__GPIO_2_20                0x1f0 0x3ec 0x000 0x05 0x000
  565 
  566 #define MX25_PAD_GPIO_A__GPIO_1_0               0x1f4 0x3f0 0x000 0x00 0x000
  567 #define MX25_PAD_GPIO_A__CAN1_TX                0x1f4 0x3f0 0x000 0x06 0x000
  568 #define MX25_PAD_GPIO_A__USBOTG_PWR             0x1f4 0x3f0 0x000 0x02 0x000
  569 
  570 #define MX25_PAD_GPIO_B__GPIO_1_1               0x1f8 0x3f4 0x000 0x00 0x000
  571 #define MX25_PAD_GPIO_B__USBOTG_OC              0x1f8 0x3f4 0x57c 0x02 0x001
  572 #define MX25_PAD_GPIO_B__CAN1_RX                0x1f8 0x3f4 0x480 0x06 0x001
  573 
  574 #define MX25_PAD_GPIO_C__GPIO_1_2               0x1fc 0x3f8 0x000 0x00 0x000
  575 #define MX25_PAD_GPIO_C__PWM4_PWMO              0x1fc 0x3f8 0x000 0x01 0x000
  576 #define MX25_PAD_GPIO_C__I2C2_SCL               0x1fc 0x3f8 0x51c 0x02 0x001
  577 #define MX25_PAD_GPIO_C__KPP_COL4               0x1fc 0x3f8 0x52c 0x03 0x001
  578 #define MX25_PAD_GPIO_C__GPT2_CAPIN1            0x1fc 0x3f8 0x000 0x04 0x000
  579 #define MX25_PAD_GPIO_C__CSPI1_SS2              0x1fc 0x3f8 0x000 0x05 0x000
  580 #define MX25_PAD_GPIO_C__CAN2_TX                0x1fc 0x3f8 0x000 0x06 0x000
  581 #define MX25_PAD_GPIO_C__CSPI2_SS2              0x1fc 0x3f8 0x000 0x07 0x000
  582 
  583 #define MX25_PAD_GPIO_D__GPIO_1_3               0x200 0x3fc 0x000 0x00 0x000
  584 #define MX25_PAD_GPIO_D__I2C2_SDA               0x200 0x3fc 0x520 0x02 0x001
  585 #define MX25_PAD_GPIO_D__CAN2_RX                0x200 0x3fc 0x484 0x06 0x001
  586 #define MX25_PAD_GPIO_D__CSPI3_SS2              0x200 0x3fc 0x4c4 0x07 0x001
  587 
  588 #define MX25_PAD_GPIO_E__GPIO_1_4               0x204 0x400 0x000 0x00 0x000
  589 #define MX25_PAD_GPIO_E__I2C3_CLK               0x204 0x400 0x524 0x01 0x002
  590 #define MX25_PAD_GPIO_E__LD16                   0x204 0x400 0x000 0x02 0x000
  591 #define MX25_PAD_GPIO_E__AUD7_TXD               0x204 0x400 0x000 0x04 0x000
  592 #define MX25_PAD_GPIO_E__UART4_RXD              0x204 0x400 0x570 0x06 0x002
  593 
  594 #define MX25_PAD_GPIO_F__GPIO_1_5               0x208 0x404 0x000 0x00 0x000
  595 #define MX25_PAD_GPIO_F__LD17                   0x208 0x404 0x000 0x02 0x000
  596 #define MX25_PAD_GPIO_F__AUD7_TXC               0x208 0x404 0x000 0x04 0x000
  597 #define MX25_PAD_GPIO_F__UART4_TXD              0x208 0x404 0x000 0x06 0x000
  598 
  599 #define MX25_PAD_EXT_ARMCLK__EXT_ARMCLK         0x20c 0x000 0x000 0x00 0x000
  600 #define MX25_PAD_EXT_ARMCLK__GPIO_3_15          0x20c 0x000 0x000 0x05 0x000
  601 
  602 #define MX25_PAD_UPLL_BYPCLK__UPLL_BYPCLK       0x210 0x000 0x000 0x00 0x000
  603 #define MX25_PAD_UPLL_BYPCLK__GPIO_3_16         0x210 0x000 0x000 0x05 0x000
  604 
  605 #define MX25_PAD_VSTBY_REQ__VSTBY_REQ           0x214 0x408 0x000 0x00 0x000
  606 #define MX25_PAD_VSTBY_REQ__AUD7_TXFS           0x214 0x408 0x000 0x04 0x000
  607 #define MX25_PAD_VSTBY_REQ__GPIO_3_17           0x214 0x408 0x000 0x05 0x000
  608 #define MX25_PAD_VSTBY_REQ__UART4_RTS           0x214 0x408 0x56c 0x06 0x002
  609 
  610 #define MX25_PAD_VSTBY_ACK__VSTBY_ACK           0x218 0x40c 0x000 0x00 0x000
  611 #define MX25_PAD_VSTBY_ACK__CSPI1_SS3           0x218 0x40c 0x490 0x02 0x001
  612 #define MX25_PAD_VSTBY_ACK__GPIO_3_18           0x218 0x40c 0x000 0x05 0x000
  613 
  614 #define MX25_PAD_POWER_FAIL__POWER_FAIL         0x21c 0x410 0x000 0x00 0x000
  615 #define MX25_PAD_POWER_FAIL__AUD7_RXD           0x21c 0x410 0x478 0x04 0x001
  616 #define MX25_PAD_POWER_FAIL__GPIO_3_19          0x21c 0x410 0x000 0x05 0x000
  617 #define MX25_PAD_POWER_FAIL__UART4_CTS          0x21c 0x410 0x000 0x06 0x000
  618 
  619 #define MX25_PAD_CLKO__CLKO                     0x220 0x414 0x000 0x00 0x000
  620 #define MX25_PAD_CLKO__GPIO_2_21                0x220 0x414 0x000 0x05 0x000
  621 
  622 #define MX25_PAD_BOOT_MODE0__BOOT_MODE0         0x224 0x000 0x000 0x00 0x000
  623 #define MX25_PAD_BOOT_MODE0__GPIO_4_30          0x224 0x000 0x000 0x05 0x000
  624 
  625 #define MX25_PAD_BOOT_MODE1__BOOT_MODE1         0x228 0x000 0x000 0x00 0x000
  626 #define MX25_PAD_BOOT_MODE1__GPIO_4_31          0x228 0x000 0x000 0x05 0x000
  627 
  628 /*
  629  * Compatibility defines for out-of-tree users. You should update if you make
  630  * use of one of them.
  631  */
  632 #define MX25_PAD_D15__SDHC1_DAT7                MX25_PAD_D15__ESDHC1_DAT7
  633 #define MX25_PAD_D14__SDHC1_DAT6                MX25_PAD_D14__ESDHC1_DAT6
  634 #define MX25_PAD_D13__SDHC1_DAT5                MX25_PAD_D13__ESDHC1_DAT5
  635 #define MX25_PAD_D12__SDHC1_DAT4                MX25_PAD_D12__ESDHC1_DAT4
  636 #define MX25_PAD_LD8__SDHC2_CMD                 MX25_PAD_LD8__ESDHC2_CMD
  637 #define MX25_PAD_LD9__SDHC2_CLK                 MX25_PAD_LD9__ESDHC2_CLK
  638 #define MX25_PAD_LD11__SDHC2_DAT1               MX25_PAD_LD11__ESDHC2_DAT1
  639 #define MX25_PAD_CSI_D6__SDHC2_CMD              MX25_PAD_CSI_D6__ESDHC2_CMD
  640 #define MX25_PAD_CSI_D7__SDHC2_DAT_CLK          MX25_PAD_CSI_D7__ESDHC2_CLK
  641 #define MX25_PAD_CSI_MCLK__SDHC2_DAT0           MX25_PAD_CSI_MCLK__ESDHC2_DAT0
  642 #define MX25_PAD_CSI_VSYNC__SDHC2_DAT1          MX25_PAD_CSI_VSYNC__ESDHC2_DAT1
  643 #define MX25_PAD_CSI_HSYNC__SDHC2_DAT2          MX25_PAD_CSI_HSYNC__ESDHC2_DAT2
  644 #define MX25_PAD_CSI_PIXCLK__SDHC2_DAT3         MX25_PAD_CSI_PIXCLK__ESDHC2_DAT3
  645 #define MX25_PAD_SD1_CMD__SD1_CMD               MX25_PAD_SD1_CMD__ESDHC1_CMD
  646 #define MX25_PAD_SD1_CLK__SD1_CLK               MX25_PAD_SD1_CLK__ESDHC1_CLK
  647 #define MX25_PAD_SD1_DATA0__SD1_DATA0           MX25_PAD_SD1_DATA0__ESDHC1_DAT0
  648 #define MX25_PAD_SD1_DATA1__SD1_DATA1           MX25_PAD_SD1_DATA1__ESDHC1_DAT1
  649 #define MX25_PAD_SD1_DATA2__SD1_DATA2           MX25_PAD_SD1_DATA2__ESDHC1_DAT2
  650 #define MX25_PAD_SD1_DATA3__SD1_DATA3           MX25_PAD_SD1_DATA3__ESDHC1_DAT3
  651 
  652 #endif /* __DTS_IMX25_PINFUNC_H */

Cache object: 89c120ddca4296600c1fcbe64e18df42


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.