1*c35d7cf0SFrederik Kriewitz /* 2*c35d7cf0SFrederik Kriewitz * (C) Copyright 2008 3*c35d7cf0SFrederik Kriewitz * Dirk Behme <dirk.behme@gmail.com> 4*c35d7cf0SFrederik Kriewitz * 5*c35d7cf0SFrederik Kriewitz * (C) Copyright 2009 6*c35d7cf0SFrederik Kriewitz * Frederik Kriewitz <frederik@kriewitz.eu> 7*c35d7cf0SFrederik Kriewitz * 8*c35d7cf0SFrederik Kriewitz * See file CREDITS for list of people who contributed to this 9*c35d7cf0SFrederik Kriewitz * project. 10*c35d7cf0SFrederik Kriewitz * 11*c35d7cf0SFrederik Kriewitz * This program is free software; you can redistribute it and/or 12*c35d7cf0SFrederik Kriewitz * modify it under the terms of the GNU General Public License as 13*c35d7cf0SFrederik Kriewitz * published by the Free Software Foundation; either version 2 of 14*c35d7cf0SFrederik Kriewitz * the License, or (at your option) any later version. 15*c35d7cf0SFrederik Kriewitz * 16*c35d7cf0SFrederik Kriewitz * This program is distributed in the hope that it will be useful, 17*c35d7cf0SFrederik Kriewitz * but WITHOUT ANY WARRANTY; without even the implied warranty of 18*c35d7cf0SFrederik Kriewitz * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19*c35d7cf0SFrederik Kriewitz * GNU General Public License for more details. 20*c35d7cf0SFrederik Kriewitz * 21*c35d7cf0SFrederik Kriewitz * You should have received a copy of the GNU General Public License 22*c35d7cf0SFrederik Kriewitz * along with this program; if not, write to the Free Software 23*c35d7cf0SFrederik Kriewitz * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 24*c35d7cf0SFrederik Kriewitz * MA 02111-1307 USA 25*c35d7cf0SFrederik Kriewitz */ 26*c35d7cf0SFrederik Kriewitz #ifndef _DEVKIT8000_H_ 27*c35d7cf0SFrederik Kriewitz #define _DEVKIT8000_H_ 28*c35d7cf0SFrederik Kriewitz 29*c35d7cf0SFrederik Kriewitz const omap3_sysinfo sysinfo = { 30*c35d7cf0SFrederik Kriewitz DDR_STACKED, 31*c35d7cf0SFrederik Kriewitz "OMAP3 DevKit8000", 32*c35d7cf0SFrederik Kriewitz "NAND", 33*c35d7cf0SFrederik Kriewitz }; 34*c35d7cf0SFrederik Kriewitz 35*c35d7cf0SFrederik Kriewitz /* 36*c35d7cf0SFrederik Kriewitz * IEN - Input Enable 37*c35d7cf0SFrederik Kriewitz * IDIS - Input Disable 38*c35d7cf0SFrederik Kriewitz * PTD - Pull type Down 39*c35d7cf0SFrederik Kriewitz * PTU - Pull type Up 40*c35d7cf0SFrederik Kriewitz * DIS - Pull type selection is inactive 41*c35d7cf0SFrederik Kriewitz * EN - Pull type selection is active 42*c35d7cf0SFrederik Kriewitz * M0 - Mode 0 43*c35d7cf0SFrederik Kriewitz * The commented string gives the final mux configuration for that pin 44*c35d7cf0SFrederik Kriewitz */ 45*c35d7cf0SFrederik Kriewitz 46*c35d7cf0SFrederik Kriewitz #define MUX_DEVKIT8000() \ 47*c35d7cf0SFrederik Kriewitz /* SDRC */\ 48*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D0), (IEN | PTD | DIS | M0)) /*SDRC_D0*/\ 49*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D1), (IEN | PTD | DIS | M0)) /*SDRC_D1*/\ 50*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D2), (IEN | PTD | DIS | M0)) /*SDRC_D2*/\ 51*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D3), (IEN | PTD | DIS | M0)) /*SDRC_D3*/\ 52*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D4), (IEN | PTD | DIS | M0)) /*SDRC_D4*/\ 53*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D5), (IEN | PTD | DIS | M0)) /*SDRC_D5*/\ 54*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D6), (IEN | PTD | DIS | M0)) /*SDRC_D6*/\ 55*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D7), (IEN | PTD | DIS | M0)) /*SDRC_D7*/\ 56*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D8), (IEN | PTD | DIS | M0)) /*SDRC_D8*/\ 57*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D9), (IEN | PTD | DIS | M0)) /*SDRC_D9*/\ 58*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D10), (IEN | PTD | DIS | M0)) /*SDRC_D10*/\ 59*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D11), (IEN | PTD | DIS | M0)) /*SDRC_D11*/\ 60*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D12), (IEN | PTD | DIS | M0)) /*SDRC_D12*/\ 61*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D13), (IEN | PTD | DIS | M0)) /*SDRC_D13*/\ 62*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D14), (IEN | PTD | DIS | M0)) /*SDRC_D14*/\ 63*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D15), (IEN | PTD | DIS | M0)) /*SDRC_D15*/\ 64*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D16), (IEN | PTD | DIS | M0)) /*SDRC_D16*/\ 65*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D17), (IEN | PTD | DIS | M0)) /*SDRC_D17*/\ 66*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D18), (IEN | PTD | DIS | M0)) /*SDRC_D18*/\ 67*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D19), (IEN | PTD | DIS | M0)) /*SDRC_D19*/\ 68*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D20), (IEN | PTD | DIS | M0)) /*SDRC_D20*/\ 69*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D21), (IEN | PTD | DIS | M0)) /*SDRC_D21*/\ 70*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D22), (IEN | PTD | DIS | M0)) /*SDRC_D22*/\ 71*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D23), (IEN | PTD | DIS | M0)) /*SDRC_D23*/\ 72*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D24), (IEN | PTD | DIS | M0)) /*SDRC_D24*/\ 73*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D25), (IEN | PTD | DIS | M0)) /*SDRC_D25*/\ 74*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D26), (IEN | PTD | DIS | M0)) /*SDRC_D26*/\ 75*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D27), (IEN | PTD | DIS | M0)) /*SDRC_D27*/\ 76*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D28), (IEN | PTD | DIS | M0)) /*SDRC_D28*/\ 77*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D29), (IEN | PTD | DIS | M0)) /*SDRC_D29*/\ 78*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D30), (IEN | PTD | DIS | M0)) /*SDRC_D30*/\ 79*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_D31), (IEN | PTD | DIS | M0)) /*SDRC_D31*/\ 80*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_CLK), (IEN | PTD | DIS | M0)) /*SDRC_CLK*/\ 81*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_DQS0), (IEN | PTD | DIS | M0)) /*SDRC_DQS0*/\ 82*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_DQS1), (IEN | PTD | DIS | M0)) /*SDRC_DQS1*/\ 83*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_DQS2), (IEN | PTD | DIS | M0)) /*SDRC_DQS2*/\ 84*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_DQS3), (IEN | PTD | DIS | M0)) /*SDRC_DQS3*/\ 85*c35d7cf0SFrederik Kriewitz /* GPMC */\ 86*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A1), (IDIS | PTD | DIS | M0)) /*GPMC_A1*/\ 87*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A2), (IDIS | PTD | DIS | M0)) /*GPMC_A2*/\ 88*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A3), (IDIS | PTD | DIS | M0)) /*GPMC_A3*/\ 89*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A4), (IDIS | PTD | DIS | M0)) /*GPMC_A4*/\ 90*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A5), (IDIS | PTD | DIS | M0)) /*GPMC_A5*/\ 91*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A6), (IDIS | PTD | DIS | M0)) /*GPMC_A6*/\ 92*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A7), (IDIS | PTD | DIS | M0)) /*GPMC_A7*/\ 93*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A8), (IDIS | PTD | DIS | M0)) /*GPMC_A8*/\ 94*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A9), (IDIS | PTD | DIS | M0)) /*GPMC_A9*/\ 95*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_A10), (IDIS | PTD | DIS | M0)) /*GPMC_A10*/\ 96*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D0), (IEN | PTD | DIS | M0)) /*GPMC_D0*/\ 97*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D1), (IEN | PTD | DIS | M0)) /*GPMC_D1*/\ 98*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D2), (IEN | PTD | DIS | M0)) /*GPMC_D2*/\ 99*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D3), (IEN | PTD | DIS | M0)) /*GPMC_D3*/\ 100*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D4), (IEN | PTD | DIS | M0)) /*GPMC_D4*/\ 101*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D5), (IEN | PTD | DIS | M0)) /*GPMC_D5*/\ 102*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D6), (IEN | PTD | DIS | M0)) /*GPMC_D6*/\ 103*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D7), (IEN | PTD | DIS | M0)) /*GPMC_D7*/\ 104*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D8), (IEN | PTD | DIS | M0)) /*GPMC_D8*/\ 105*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D9), (IEN | PTD | DIS | M0)) /*GPMC_D9*/\ 106*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D10), (IEN | PTD | DIS | M0)) /*GPMC_D10*/\ 107*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D11), (IEN | PTD | DIS | M0)) /*GPMC_D11*/\ 108*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D12), (IEN | PTD | DIS | M0)) /*GPMC_D12*/\ 109*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D13), (IEN | PTD | DIS | M0)) /*GPMC_D13*/\ 110*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D14), (IEN | PTD | DIS | M0)) /*GPMC_D14*/\ 111*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_D15), (IEN | PTD | DIS | M0)) /*GPMC_D15*/\ 112*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NCS0), (IDIS | PTU | EN | M0)) /*GPMC_nCS0 NAND*/\ 113*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NCS1), (IDIS | PTU | EN | M0)) /*GPMC_nCS1*/\ 114*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NCS2), (IDIS | PTU | EN | M0)) /*GPMC_nCS2*/\ 115*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NCS3), (IDIS | PTU | EN | M0)) /*GPMC_nCS3*/\ 116*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NCS4), (IDIS | PTU | EN | M0)) /*GPMC_nCS4*/\ 117*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NCS5), (IDIS | PTU | EN | M0)) /*GPMC_nCS5*/\ 118*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NCS6), (IDIS | PTU | EN | M0)) /*GPMC_nCS6 DM9000*/\ 119*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NCS7), (IDIS | PTU | EN | M0)) /*GPMC_nCS7*/\ 120*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NBE1), (IEN | PTD | DIS | M0)) /*GPMC_nBE1*/\ 121*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_WAIT2), (IEN | PTU | EN | M0)) /*GPMC_WAIT2*/\ 122*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_WAIT3), (IEN | PTU | EN | M0)) /*GPMC_WAIT3*/\ 123*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_CLK), (IDIS | PTD | DIS | M0)) /*GPMC_CLK*/\ 124*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NADV_ALE), (IDIS | PTD | DIS | M0)) /*GPMC_nADV_ALE*/\ 125*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NOE), (IDIS | PTD | DIS | M0)) /*GPMC_nOE*/\ 126*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NWE), (IDIS | PTD | DIS | M0)) /*GPMC_nWE*/\ 127*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NBE0_CLE), (IDIS | PTD | DIS | M0)) /*GPMC_nBE0_CLE*/\ 128*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_NWP), (IEN | PTD | DIS | M0)) /*GPMC_nWP*/\ 129*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_WAIT0), (IEN | PTU | EN | M0)) /*GPMC_WAIT0*/\ 130*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(GPMC_WAIT1), (IEN | PTU | EN | M0)) /*GPMC_WAIT1*/\ 131*c35d7cf0SFrederik Kriewitz /* DSS */\ 132*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_PCLK), (IDIS | PTD | DIS | M0)) /*DSS_PCLK*/\ 133*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_HSYNC), (IDIS | PTD | DIS | M0)) /*DSS_HSYNC*/\ 134*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_VSYNC), (IDIS | PTD | DIS | M0)) /*DSS_VSYNC*/\ 135*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_ACBIAS), (IDIS | PTD | DIS | M0)) /*DSS_ACBIAS*/\ 136*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA0), (IDIS | PTD | DIS | M0)) /*DSS_DATA0*/\ 137*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA1), (IDIS | PTD | DIS | M0)) /*DSS_DATA1*/\ 138*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA2), (IDIS | PTD | DIS | M0)) /*DSS_DATA2*/\ 139*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA3), (IDIS | PTD | DIS | M0)) /*DSS_DATA3*/\ 140*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA4), (IDIS | PTD | DIS | M0)) /*DSS_DATA4*/\ 141*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA5), (IDIS | PTD | DIS | M0)) /*DSS_DATA5*/\ 142*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA6), (IDIS | PTD | DIS | M0)) /*DSS_DATA6*/\ 143*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA7), (IDIS | PTD | DIS | M0)) /*DSS_DATA7*/\ 144*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA8), (IDIS | PTD | DIS | M0)) /*DSS_DATA8*/\ 145*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA9), (IDIS | PTD | DIS | M0)) /*DSS_DATA9*/\ 146*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA10), (IDIS | PTD | DIS | M0)) /*DSS_DATA10*/\ 147*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA11), (IDIS | PTD | DIS | M0)) /*DSS_DATA11*/\ 148*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA12), (IDIS | PTD | DIS | M0)) /*DSS_DATA12*/\ 149*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA13), (IDIS | PTD | DIS | M0)) /*DSS_DATA13*/\ 150*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA14), (IDIS | PTD | DIS | M0)) /*DSS_DATA14*/\ 151*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA15), (IDIS | PTD | DIS | M0)) /*DSS_DATA15*/\ 152*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA16), (IDIS | PTD | DIS | M0)) /*DSS_DATA16*/\ 153*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA17), (IDIS | PTD | DIS | M0)) /*DSS_DATA17*/\ 154*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA18), (IDIS | PTD | DIS | M0)) /*DSS_DATA18*/\ 155*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA19), (IDIS | PTD | DIS | M0)) /*DSS_DATA19*/\ 156*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA20), (IDIS | PTD | DIS | M0)) /*DSS_DATA20*/\ 157*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA21), (IDIS | PTD | DIS | M0)) /*DSS_DATA21*/\ 158*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA22), (IDIS | PTD | DIS | M0)) /*DSS_DATA22*/\ 159*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(DSS_DATA23), (IDIS | PTD | DIS | M0)) /*DSS_DATA23*/\ 160*c35d7cf0SFrederik Kriewitz /* CAMERA */\ 161*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_HS), (IEN | PTU | EN | M0)) /*CAM_HS */\ 162*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_VS), (IEN | PTU | EN | M0)) /*CAM_VS */\ 163*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_XCLKA), (IDIS | PTD | DIS | M0)) /*CAM_XCLKA*/\ 164*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_PCLK), (IEN | PTU | EN | M0)) /*CAM_PCLK*/\ 165*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_FLD), (IDIS | PTD | DIS | M4)) /*GPIO_98*/\ 166*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D0), (IEN | PTD | DIS | M0)) /*CAM_D0*/\ 167*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D1), (IEN | PTD | DIS | M0)) /*CAM_D1*/\ 168*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D2), (IEN | PTD | DIS | M0)) /*CAM_D2*/\ 169*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D3), (IEN | PTD | DIS | M0)) /*CAM_D3*/\ 170*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D4), (IEN | PTD | DIS | M0)) /*CAM_D4*/\ 171*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D5), (IEN | PTD | DIS | M0)) /*CAM_D5*/\ 172*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D6), (IEN | PTD | DIS | M0)) /*CAM_D6*/\ 173*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D7), (IEN | PTD | DIS | M0)) /*CAM_D7*/\ 174*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D8), (IEN | PTD | DIS | M0)) /*CAM_D8*/\ 175*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D9), (IEN | PTD | DIS | M0)) /*CAM_D9*/\ 176*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D10), (IEN | PTD | DIS | M0)) /*CAM_D10*/\ 177*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_D11), (IEN | PTD | DIS | M0)) /*CAM_D11*/\ 178*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_XCLKB), (IDIS | PTD | DIS | M0)) /*CAM_XCLKB*/\ 179*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_WEN), (IEN | PTD | DIS | M4)) /*GPIO_167*/\ 180*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CAM_STROBE), (IDIS | PTD | DIS | M0)) /*CAM_STROBE*/\ 181*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CSI2_DX0), (IEN | PTD | DIS | M0)) /*CSI2_DX0*/\ 182*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CSI2_DY0), (IEN | PTD | DIS | M0)) /*CSI2_DY0*/\ 183*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CSI2_DX1), (IEN | PTD | DIS | M0)) /*CSI2_DX1*/\ 184*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(CSI2_DY1), (IEN | PTD | DIS | M0)) /*CSI2_DY1*/\ 185*c35d7cf0SFrederik Kriewitz /* Audio Interface */\ 186*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP2_FSX), (IEN | PTD | DIS | M0)) /*McBSP2_FSX*/\ 187*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP2_CLKX), (IEN | PTD | DIS | M0)) /*McBSP2_CLKX*/\ 188*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP2_DR), (IEN | PTD | DIS | M0)) /*McBSP2_DR*/\ 189*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP2_DX), (IDIS | PTD | DIS | M0)) /*McBSP2_DX*/\ 190*c35d7cf0SFrederik Kriewitz /* MMC Slot */\ 191*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_CLK), (IDIS | PTU | EN | M0)) /*MMC1_CLK*/\ 192*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_CMD), (IEN | PTU | EN | M0)) /*MMC1_CMD*/\ 193*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_DAT0), (IEN | PTU | EN | M0)) /*MMC1_DAT0*/\ 194*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_DAT1), (IEN | PTU | EN | M0)) /*MMC1_DAT1*/\ 195*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_DAT2), (IEN | PTU | EN | M0)) /*MMC1_DAT2*/\ 196*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_DAT3), (IEN | PTU | EN | M0)) /*MMC1_DAT3*/\ 197*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_DAT4), (IEN | PTU | EN | M0)) /*MMC1_DAT4*/\ 198*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_DAT5), (IEN | PTU | EN | M0)) /*MMC1_DAT5*/\ 199*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_DAT6), (IEN | PTU | EN | M0)) /*MMC1_DAT6*/\ 200*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC1_DAT7), (IEN | PTU | EN | M0)) /*MMC1_DAT7*/\ 201*c35d7cf0SFrederik Kriewitz /* Expansion Header */\ 202*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_CLK), (IEN | PTU | EN | M4)) /*GPIO_130*/\ 203*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_CMD), (IEN | PTU | EN | M4)) /*GPIO_131*/\ 204*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_DAT0), (IEN | PTU | EN | M4)) /*GPIO_132*/\ 205*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_DAT1), (IEN | PTU | EN | M4)) /*GPIO_133*/\ 206*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_DAT2), (IEN | PTU | EN | M4)) /*GPIO_134*/\ 207*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_DAT3), (IEN | PTU | EN | M4)) /*GPIO_135*/\ 208*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_DAT4), (IEN | PTU | EN | M4)) /*GPIO_136*/\ 209*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_DAT5), (IEN | PTU | EN | M4)) /*GPIO_137*/\ 210*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_DAT6), (IEN | PTU | EN | M4)) /*GPIO_138*/\ 211*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MMC2_DAT7), (IEN | PTU | EN | M4)) /*GPIO_139*/\ 212*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP3_DX), (IDIS | PTD | DIS | M4)) /*GPIO_140*/\ 213*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP3_DR), (IDIS | PTD | DIS | M4)) /*GPIO_141*/\ 214*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP3_CLKX), (IDIS | PTD | DIS | M4)) /*GPIO_142*/\ 215*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP3_FSX), (IDIS | PTD | DIS | M4)) /*GPIO_143*/\ 216*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART2_CTS), (IDIS | PTD | DIS | M4)) /*GPIO_144*/\ 217*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART2_RTS), (IDIS | PTD | DIS | M4)) /*GPIO_145*/\ 218*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART2_TX), (IDIS | PTD | DIS | M4)) /*GPIO_146*/\ 219*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART2_RX), (IDIS | PTD | DIS | M4)) /*GPIO_147*/\ 220*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART1_TX), (IDIS | PTD | DIS | M0)) /*GPIO_148*/\ 221*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART1_RTS), (IDIS | PTD | DIS | M4)) /*GPIO_149*/ \ 222*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART1_CTS), (IDIS | PTD | DIS | M4)) /*GPIO_150*/ \ 223*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART1_RX), (IEN | PTD | DIS | M0)) /*GPIO_151*/\ 224*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP4_CLKX), (IEN | PTD | DIS | M1)) /*GPIO_152*/\ 225*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP4_DR), (IEN | PTD | DIS | M1)) /*GPIO_153*/\ 226*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP4_DX), (IEN | PTD | DIS | M1)) /*GPIO_154*/\ 227*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP4_FSX), (IEN | PTD | DIS | M1)) /*GPIO_155*/\ 228*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP1_CLKR), (IDIS | PTD | DIS | M4)) /*GPIO_156*/\ 229*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP1_FSR), (IDIS | PTU | EN | M4)) /*GPIO_157*/\ 230*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP1_DX), (IDIS | PTD | DIS | M4)) /*GPIO_158*/\ 231*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP1_DR), (IDIS | PTD | DIS | M4)) /*GPIO_159*/\ 232*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP_CLKS), (IEN | PTU | DIS | M0)) /*GPIO_160*/\ 233*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP1_FSX), (IDIS | PTD | DIS | M4)) /*GPIO_161*/\ 234*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCBSP1_CLKX), (IDIS | PTD | DIS | M4)) /*GPIO_162*/\ 235*c35d7cf0SFrederik Kriewitz /* Serial Interface */\ 236*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART3_CTS_RCTX), (IDIS | PTD | EN | M4)) /*GPIO_163 - LED2*/\ 237*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART3_RTS_SD), (IDIS | PTU | EN | M4)) /*GPIO_164 - LED3*/\ 238*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART3_RX_IRRX), (IEN | PTD | DIS | M0)) /*UART3_RX_IRRX*/\ 239*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(UART3_TX_IRTX), (IDIS | PTD | DIS | M0)) /*UART3_TX_IRTX*/\ 240*c35d7cf0SFrederik Kriewitz /* Host USB0 */\ 241*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_CLK), (IEN | PTD | DIS | M0)) /*HSUSB0_CLK*/\ 242*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_STP), (IDIS | PTU | EN | M0)) /*HSUSB0_STP*/\ 243*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DIR), (IEN | PTD | DIS | M0)) /*HSUSB0_DIR*/\ 244*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_NXT), (IEN | PTD | DIS | M0)) /*HSUSB0_NXT*/\ 245*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DATA0), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA0*/\ 246*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DATA1), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA1*/\ 247*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DATA2), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA2*/\ 248*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DATA3), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA3*/\ 249*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DATA4), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA4*/\ 250*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DATA5), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA5*/\ 251*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DATA6), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA6*/\ 252*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HSUSB0_DATA7), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA7*/\ 253*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(I2C1_SCL), (IEN | PTU | EN | M0)) /*I2C1_SCL*/\ 254*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(I2C1_SDA), (IEN | PTU | EN | M0)) /*I2C1_SDA*/\ 255*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(I2C2_SCL), (IDIS | PTU | DIS | M4)) /*GPIO_168*/\ 256*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(I2C2_SDA), (IEN | PTU | EN | M4)) /*GPIO_183*/\ 257*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(I2C3_SCL), (IEN | PTU | EN | M0)) /*I2C3_SCL*/\ 258*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(I2C3_SDA), (IEN | PTU | EN | M0)) /*I2C3_SDA*/\ 259*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(I2C4_SCL), (IEN | PTU | EN | M0)) /*I2C4_SCL*/\ 260*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(I2C4_SDA), (IEN | PTU | DIS | M0)) /*I2C4_SDA*/\ 261*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(HDQ_SIO), (IDIS | PTD | DIS | M4)) /*GPIO_170*/\ 262*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI1_CLK), (IEN | PTD | DIS | M4)) /*GPIO_171*/\ 263*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI1_SIMO), (IEN | PTD | DIS | M4)) /*GPIO_172*/\ 264*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI1_SOMI), (IEN | PTD | DIS | M0)) /*MCSPI1_SOMI*/\ 265*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI1_CS0), (IEN | PTD | DIS | M0)) /*MCSPI1_CS0*/\ 266*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI1_CS1), (IDIS | PTD | DIS | M0)) /*MCSPI1_CS1*/\ 267*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI1_CS2), (IDIS | PTD | DIS | M4)) /*GPIO_176*/\ 268*c35d7cf0SFrederik Kriewitz /* USB EHCI (port 2) */\ 269*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI1_CS3), (IEN | PTD | EN | M0)) /*HSUSB2_DATA2*/\ 270*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI2_CLK), (IEN | PTD | DIS | M0)) /*HSUSB2_DATA7*/\ 271*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI2_SIMO), (IEN | PTD | DIS | M0)) /*HSUSB2_DATA4*/\ 272*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI2_SOMI), (IEN | PTD | DIS | M0)) /*HSUSB2_DATA5*/\ 273*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI2_CS0), (IEN | PTD | EN | M0)) /*HSUSB2_DATA6*/\ 274*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(MCSPI2_CS1), (IEN | PTD | EN | M0)) /*HSUSB2_DATA3*/\ 275*c35d7cf0SFrederik Kriewitz /*Control and debug */\ 276*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_32K), (IEN | PTD | DIS | M0)) /*SYS_32K*/\ 277*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_CLKREQ), (IEN | PTD | DIS | M0)) /*SYS_CLKREQ*/\ 278*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_NIRQ), (IEN | PTU | EN | M0)) /*SYS_nIRQ*/\ 279*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_BOOT0), (IEN | PTD | DIS | M4)) /*GPIO_2*/\ 280*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_BOOT1), (IEN | PTD | DIS | M4)) /*GPIO_3*/\ 281*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_BOOT2), (IEN | PTD | DIS | M4)) /*GPIO_4 - MMC1_WP*/\ 282*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_BOOT3), (IEN | PTD | DIS | M4)) /*GPIO_5*/\ 283*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_BOOT4), (IEN | PTD | DIS | M4)) /*GPIO_6*/\ 284*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_BOOT5), (IEN | PTD | DIS | M4)) /*GPIO_7*/\ 285*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_BOOT6), (IDIS | PTD | DIS | M4)) /*GPIO_8*/ \ 286*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_OFF_MODE), (IEN | PTD | DIS | M0)) /*SYS_OFF_MODE*/\ 287*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_CLKOUT1), (IDIS | PTD | EN | M0)) /*SYS_CLKOUT1*/\ 288*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SYS_CLKOUT2), (IDIS | PTU | EN | M4)) /*GPIO_186 - LED1*/\ 289*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_CLK_ES2), (IDIS | PTD | DIS | M3)) /*HSUSB1_STP*/\ 290*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_CTL_ES2), (IDIS | PTD | EN | M3)) /*HSUSB1_CLK*/\ 291*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D0_ES2), (IDIS | PTU | EN | M3)) /*HSUSB1_DATA0*/\ 292*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D1_ES2), (IDIS | PTU | EN | M3)) /*HSUSB1_DATA1*/\ 293*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D2_ES2), (IDIS | PTU | EN | M3)) /*HSUSB1_DATA2*/\ 294*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D3_ES2), (IDIS | PTU | EN | M3)) /*HSUSB1_DATA7*/\ 295*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D4_ES2), (IDIS | PTU | EN | M3)) /*HSUSB1_DATA4*/\ 296*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D5_ES2), (IDIS | PTU | EN | M3)) /*HSUSB1_DATA5*/\ 297*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D6_ES2), (IDIS | PTU | EN | M3)) /*HSUSB1_DATA6*/\ 298*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D7_ES2), (IDIS | PTU | EN | M3)) /*HSUSB1_DATA3*/\ 299*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D8_ES2), (IEN | PTD | DIS | M3)) /*HSUSB1_DIR*/\ 300*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D9_ES2), (IEN | PTD | DIS | M3)) /*HSUSB1_NXT*/\ 301*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D10_ES2), (IDIS | PTU | EN | M4)) /*GPIO_24*/\ 302*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D11_ES2), (IEN | PTU | EN | M4)) /*GPIO_25*/\ 303*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D12_ES2), (IEN | PTU | EN | M4)) /*GPIO_26*/\ 304*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D13_ES2), (IEN | PTU | EN | M4)) /*GPIO_27*/\ 305*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D14_ES2), (IEN | PTU | EN | M4)) /*GPIO_28*/\ 306*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(ETK_D15_ES2), (IEN | PTU | EN | M4)) /*GPIO_29*/\ 307*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD1), (IEN | PTD | EN | M0)) /*D2D_MCAD1*/\ 308*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD2), (IEN | PTD | EN | M0)) /*D2D_MCAD2*/\ 309*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD3), (IEN | PTD | EN | M0)) /*D2D_MCAD3*/\ 310*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD4), (IEN | PTD | EN | M0)) /*D2D_MCAD4*/\ 311*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD5), (IEN | PTD | EN | M0)) /*D2D_MCAD5*/\ 312*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD6), (IEN | PTD | EN | M0)) /*D2D_MCAD6*/\ 313*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD7), (IEN | PTD | EN | M0)) /*D2D_MCAD7*/\ 314*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD8), (IEN | PTD | EN | M0)) /*D2D_MCAD8*/\ 315*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD9), (IEN | PTD | EN | M0)) /*D2D_MCAD9*/\ 316*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD10), (IEN | PTD | EN | M0)) /*D2D_MCAD10*/\ 317*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD11), (IEN | PTD | EN | M0)) /*D2D_MCAD11*/\ 318*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD12), (IEN | PTD | EN | M0)) /*D2D_MCAD12*/\ 319*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD13), (IEN | PTD | EN | M0)) /*D2D_MCAD13*/\ 320*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD14), (IEN | PTD | EN | M0)) /*D2D_MCAD14*/\ 321*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD15), (IEN | PTD | EN | M0)) /*D2D_MCAD15*/\ 322*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD16), (IEN | PTD | EN | M0)) /*D2D_MCAD16*/\ 323*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD17), (IEN | PTD | EN | M0)) /*D2D_MCAD17*/\ 324*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD18), (IEN | PTD | EN | M0)) /*D2D_MCAD18*/\ 325*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD19), (IEN | PTD | EN | M0)) /*D2D_MCAD19*/\ 326*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD20), (IEN | PTD | EN | M0)) /*D2D_MCAD20*/\ 327*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD21), (IEN | PTD | EN | M0)) /*D2D_MCAD21*/\ 328*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD22), (IEN | PTD | EN | M0)) /*D2D_MCAD22*/\ 329*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD23), (IEN | PTD | EN | M0)) /*D2D_MCAD23*/\ 330*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD24), (IEN | PTD | EN | M0)) /*D2D_MCAD24*/\ 331*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD25), (IEN | PTD | EN | M0)) /*D2D_MCAD25*/\ 332*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD26), (IEN | PTD | EN | M0)) /*D2D_MCAD26*/\ 333*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD27), (IEN | PTD | EN | M0)) /*D2D_MCAD27*/\ 334*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD28), (IEN | PTD | EN | M0)) /*D2D_MCAD28*/\ 335*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD29), (IEN | PTD | EN | M0)) /*D2D_MCAD29*/\ 336*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD30), (IEN | PTD | EN | M0)) /*D2D_MCAD30*/\ 337*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD31), (IEN | PTD | EN | M0)) /*D2D_MCAD31*/\ 338*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD32), (IEN | PTD | EN | M0)) /*D2D_MCAD32*/\ 339*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD33), (IEN | PTD | EN | M0)) /*D2D_MCAD33*/\ 340*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD34), (IEN | PTD | EN | M0)) /*D2D_MCAD34*/\ 341*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD35), (IEN | PTD | EN | M0)) /*D2D_MCAD35*/\ 342*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MCAD36), (IEN | PTD | EN | M0)) /*D2D_MCAD36*/\ 343*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_CLK26MI), (IEN | PTD | DIS | M0)) /*D2D_clk26mi*/\ 344*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_NRESPWRON), (IEN | PTD | EN | M0)) /*D2D_nrespwron*/\ 345*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_NRESWARM), (IEN | PTU | EN | M0)) /*D2D_nreswarm */\ 346*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_ARM9NIRQ), (IEN | PTD | DIS | M0)) /*D2D_arm9nirq */\ 347*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_UMA2P6FIQ), (IEN | PTD | DIS | M0)) /*D2D_uma2p6fiq*/\ 348*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_SPINT), (IEN | PTD | EN | M0)) /*D2D_spint*/\ 349*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_FRINT), (IEN | PTD | EN | M0)) /*D2D_frint*/\ 350*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_DMAREQ0), (IEN | PTD | DIS | M0)) /*D2D_dmareq0*/\ 351*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_DMAREQ1), (IEN | PTD | DIS | M0)) /*D2D_dmareq1*/\ 352*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_DMAREQ2), (IEN | PTD | DIS | M0)) /*D2D_dmareq2*/\ 353*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_DMAREQ3), (IEN | PTD | DIS | M0)) /*D2D_dmareq3*/\ 354*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_N3GTRST), (IEN | PTD | DIS | M0)) /*D2D_n3gtrst*/\ 355*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_N3GTDI), (IEN | PTD | DIS | M0)) /*D2D_n3gtdi*/\ 356*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_N3GTDO), (IEN | PTD | DIS | M0)) /*D2D_n3gtdo*/\ 357*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_N3GTMS), (IEN | PTD | DIS | M0)) /*D2D_n3gtms*/\ 358*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_N3GTCK), (IEN | PTD | DIS | M0)) /*D2D_n3gtck*/\ 359*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_N3GRTCK), (IEN | PTD | DIS | M0)) /*D2D_n3grtck*/\ 360*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MSTDBY), (IEN | PTU | EN | M0)) /*D2D_mstdby*/\ 361*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_SWAKEUP), (IEN | PTD | EN | M0)) /*D2D_swakeup*/\ 362*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_IDLEREQ), (IEN | PTD | DIS | M0)) /*D2D_idlereq*/\ 363*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_IDLEACK), (IEN | PTU | EN | M0)) /*D2D_idleack*/\ 364*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MWRITE), (IEN | PTD | DIS | M0)) /*D2D_mwrite*/\ 365*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_SWRITE), (IEN | PTD | DIS | M0)) /*D2D_swrite*/\ 366*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MREAD), (IEN | PTD | DIS | M0)) /*D2D_mread*/\ 367*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_SREAD), (IEN | PTD | DIS | M0)) /*D2D_sread*/\ 368*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_MBUSFLAG), (IEN | PTD | DIS | M0)) /*D2D_mbusflag*/\ 369*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(D2D_SBUSFLAG), (IEN | PTD | DIS | M0)) /*D2D_sbusflag*/\ 370*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_CKE0), (IDIS | PTU | EN | M0)) /*sdrc_cke0*/\ 371*c35d7cf0SFrederik Kriewitz MUX_VAL(CP(SDRC_CKE1), (IDIS | PTD | DIS | M7)) /*sdrc_cke1*/ 372*c35d7cf0SFrederik Kriewitz 373*c35d7cf0SFrederik Kriewitz #endif 374