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