1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef __SOC_TI_OMAP1_MUX_H
3 #define __SOC_TI_OMAP1_MUX_H
5 * This should not really be a global header, it reflects the
6 * traditional way that omap1 does pin muxing without the
11 /* OMAP 730 keyboard */
53 /* UART1 (BT_UART_GATING)*/
57 /* UART2 (COM_UART_GATING)*/
63 /* UART3 (GIGA_UART_GATING) */
69 UART3_BCLK, /* 12MHz clock out */
76 /* USB master generic */
159 V5_1610_MMC2_DATDIR0,
160 W19_1610_MMC2_DATDIR1,
163 /* OMAP-1610 External Trace Interface */
186 /* OMAP-1610 uWire */
205 /* OMAP-1610 Flash */
206 L3_1610_FLASH_CS2B_OE,
207 M8_1610_FLASH_CS2B_WE,
217 /* OMAP-1710 MMC CMDDIR and DATDIR0 */
220 P20_1710_MMC_DATDIR0,
222 /* OMAP-1610 USB0 alternate pin configuration */
265 /* Power management */
274 /* CompactFlash controller */
281 /* parallel camera */
305 #ifdef CONFIG_OMAP_MUX
306 extern int omap_cfg_reg(unsigned long reg_cfg);
308 static inline int omap_cfg_reg(unsigned long reg_cfg) { return 0; }