mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
57be3bdb40
Rename pinmux-t2.h and pinmux-t2-tables.c to the new tegra naming. This file will be reworked somewhat in the next patch to support multiple tegra SoC types. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Colin Cross <ccross@android.com> Signed-off-by: Olof Johansson <olof@lixom.net>
185 lines
4.3 KiB
C
185 lines
4.3 KiB
C
/*
|
|
* linux/arch/arm/mach-tegra/include/mach/pinmux-tegra20.h
|
|
*
|
|
* Copyright (C) 2010 Google, Inc.
|
|
*
|
|
* This software is licensed under the terms of the GNU General Public
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
* may be copied, distributed, and modified under those terms.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
*/
|
|
|
|
#ifndef __MACH_TEGRA_PINMUX_TEGRA20_H
|
|
#define __MACH_TEGRA_PINMUX_TEGRA20_H
|
|
|
|
enum tegra_pingroup {
|
|
TEGRA_PINGROUP_ATA = 0,
|
|
TEGRA_PINGROUP_ATB,
|
|
TEGRA_PINGROUP_ATC,
|
|
TEGRA_PINGROUP_ATD,
|
|
TEGRA_PINGROUP_ATE,
|
|
TEGRA_PINGROUP_CDEV1,
|
|
TEGRA_PINGROUP_CDEV2,
|
|
TEGRA_PINGROUP_CRTP,
|
|
TEGRA_PINGROUP_CSUS,
|
|
TEGRA_PINGROUP_DAP1,
|
|
TEGRA_PINGROUP_DAP2,
|
|
TEGRA_PINGROUP_DAP3,
|
|
TEGRA_PINGROUP_DAP4,
|
|
TEGRA_PINGROUP_DDC,
|
|
TEGRA_PINGROUP_DTA,
|
|
TEGRA_PINGROUP_DTB,
|
|
TEGRA_PINGROUP_DTC,
|
|
TEGRA_PINGROUP_DTD,
|
|
TEGRA_PINGROUP_DTE,
|
|
TEGRA_PINGROUP_DTF,
|
|
TEGRA_PINGROUP_GMA,
|
|
TEGRA_PINGROUP_GMB,
|
|
TEGRA_PINGROUP_GMC,
|
|
TEGRA_PINGROUP_GMD,
|
|
TEGRA_PINGROUP_GME,
|
|
TEGRA_PINGROUP_GPU,
|
|
TEGRA_PINGROUP_GPU7,
|
|
TEGRA_PINGROUP_GPV,
|
|
TEGRA_PINGROUP_HDINT,
|
|
TEGRA_PINGROUP_I2CP,
|
|
TEGRA_PINGROUP_IRRX,
|
|
TEGRA_PINGROUP_IRTX,
|
|
TEGRA_PINGROUP_KBCA,
|
|
TEGRA_PINGROUP_KBCB,
|
|
TEGRA_PINGROUP_KBCC,
|
|
TEGRA_PINGROUP_KBCD,
|
|
TEGRA_PINGROUP_KBCE,
|
|
TEGRA_PINGROUP_KBCF,
|
|
TEGRA_PINGROUP_LCSN,
|
|
TEGRA_PINGROUP_LD0,
|
|
TEGRA_PINGROUP_LD1,
|
|
TEGRA_PINGROUP_LD10,
|
|
TEGRA_PINGROUP_LD11,
|
|
TEGRA_PINGROUP_LD12,
|
|
TEGRA_PINGROUP_LD13,
|
|
TEGRA_PINGROUP_LD14,
|
|
TEGRA_PINGROUP_LD15,
|
|
TEGRA_PINGROUP_LD16,
|
|
TEGRA_PINGROUP_LD17,
|
|
TEGRA_PINGROUP_LD2,
|
|
TEGRA_PINGROUP_LD3,
|
|
TEGRA_PINGROUP_LD4,
|
|
TEGRA_PINGROUP_LD5,
|
|
TEGRA_PINGROUP_LD6,
|
|
TEGRA_PINGROUP_LD7,
|
|
TEGRA_PINGROUP_LD8,
|
|
TEGRA_PINGROUP_LD9,
|
|
TEGRA_PINGROUP_LDC,
|
|
TEGRA_PINGROUP_LDI,
|
|
TEGRA_PINGROUP_LHP0,
|
|
TEGRA_PINGROUP_LHP1,
|
|
TEGRA_PINGROUP_LHP2,
|
|
TEGRA_PINGROUP_LHS,
|
|
TEGRA_PINGROUP_LM0,
|
|
TEGRA_PINGROUP_LM1,
|
|
TEGRA_PINGROUP_LPP,
|
|
TEGRA_PINGROUP_LPW0,
|
|
TEGRA_PINGROUP_LPW1,
|
|
TEGRA_PINGROUP_LPW2,
|
|
TEGRA_PINGROUP_LSC0,
|
|
TEGRA_PINGROUP_LSC1,
|
|
TEGRA_PINGROUP_LSCK,
|
|
TEGRA_PINGROUP_LSDA,
|
|
TEGRA_PINGROUP_LSDI,
|
|
TEGRA_PINGROUP_LSPI,
|
|
TEGRA_PINGROUP_LVP0,
|
|
TEGRA_PINGROUP_LVP1,
|
|
TEGRA_PINGROUP_LVS,
|
|
TEGRA_PINGROUP_OWC,
|
|
TEGRA_PINGROUP_PMC,
|
|
TEGRA_PINGROUP_PTA,
|
|
TEGRA_PINGROUP_RM,
|
|
TEGRA_PINGROUP_SDB,
|
|
TEGRA_PINGROUP_SDC,
|
|
TEGRA_PINGROUP_SDD,
|
|
TEGRA_PINGROUP_SDIO1,
|
|
TEGRA_PINGROUP_SLXA,
|
|
TEGRA_PINGROUP_SLXC,
|
|
TEGRA_PINGROUP_SLXD,
|
|
TEGRA_PINGROUP_SLXK,
|
|
TEGRA_PINGROUP_SPDI,
|
|
TEGRA_PINGROUP_SPDO,
|
|
TEGRA_PINGROUP_SPIA,
|
|
TEGRA_PINGROUP_SPIB,
|
|
TEGRA_PINGROUP_SPIC,
|
|
TEGRA_PINGROUP_SPID,
|
|
TEGRA_PINGROUP_SPIE,
|
|
TEGRA_PINGROUP_SPIF,
|
|
TEGRA_PINGROUP_SPIG,
|
|
TEGRA_PINGROUP_SPIH,
|
|
TEGRA_PINGROUP_UAA,
|
|
TEGRA_PINGROUP_UAB,
|
|
TEGRA_PINGROUP_UAC,
|
|
TEGRA_PINGROUP_UAD,
|
|
TEGRA_PINGROUP_UCA,
|
|
TEGRA_PINGROUP_UCB,
|
|
TEGRA_PINGROUP_UDA,
|
|
/* these pin groups only have pullup and pull down control */
|
|
TEGRA_PINGROUP_CK32,
|
|
TEGRA_PINGROUP_DDRC,
|
|
TEGRA_PINGROUP_PMCA,
|
|
TEGRA_PINGROUP_PMCB,
|
|
TEGRA_PINGROUP_PMCC,
|
|
TEGRA_PINGROUP_PMCD,
|
|
TEGRA_PINGROUP_PMCE,
|
|
TEGRA_PINGROUP_XM2C,
|
|
TEGRA_PINGROUP_XM2D,
|
|
TEGRA_MAX_PINGROUP,
|
|
};
|
|
|
|
enum tegra_drive_pingroup {
|
|
TEGRA_DRIVE_PINGROUP_AO1 = 0,
|
|
TEGRA_DRIVE_PINGROUP_AO2,
|
|
TEGRA_DRIVE_PINGROUP_AT1,
|
|
TEGRA_DRIVE_PINGROUP_AT2,
|
|
TEGRA_DRIVE_PINGROUP_CDEV1,
|
|
TEGRA_DRIVE_PINGROUP_CDEV2,
|
|
TEGRA_DRIVE_PINGROUP_CSUS,
|
|
TEGRA_DRIVE_PINGROUP_DAP1,
|
|
TEGRA_DRIVE_PINGROUP_DAP2,
|
|
TEGRA_DRIVE_PINGROUP_DAP3,
|
|
TEGRA_DRIVE_PINGROUP_DAP4,
|
|
TEGRA_DRIVE_PINGROUP_DBG,
|
|
TEGRA_DRIVE_PINGROUP_LCD1,
|
|
TEGRA_DRIVE_PINGROUP_LCD2,
|
|
TEGRA_DRIVE_PINGROUP_SDMMC2,
|
|
TEGRA_DRIVE_PINGROUP_SDMMC3,
|
|
TEGRA_DRIVE_PINGROUP_SPI,
|
|
TEGRA_DRIVE_PINGROUP_UAA,
|
|
TEGRA_DRIVE_PINGROUP_UAB,
|
|
TEGRA_DRIVE_PINGROUP_UART2,
|
|
TEGRA_DRIVE_PINGROUP_UART3,
|
|
TEGRA_DRIVE_PINGROUP_VI1,
|
|
TEGRA_DRIVE_PINGROUP_VI2,
|
|
TEGRA_DRIVE_PINGROUP_XM2A,
|
|
TEGRA_DRIVE_PINGROUP_XM2C,
|
|
TEGRA_DRIVE_PINGROUP_XM2D,
|
|
TEGRA_DRIVE_PINGROUP_XM2CLK,
|
|
TEGRA_DRIVE_PINGROUP_MEMCOMP,
|
|
TEGRA_DRIVE_PINGROUP_SDIO1,
|
|
TEGRA_DRIVE_PINGROUP_CRT,
|
|
TEGRA_DRIVE_PINGROUP_DDC,
|
|
TEGRA_DRIVE_PINGROUP_GMA,
|
|
TEGRA_DRIVE_PINGROUP_GMB,
|
|
TEGRA_DRIVE_PINGROUP_GMC,
|
|
TEGRA_DRIVE_PINGROUP_GMD,
|
|
TEGRA_DRIVE_PINGROUP_GME,
|
|
TEGRA_DRIVE_PINGROUP_OWR,
|
|
TEGRA_DRIVE_PINGROUP_UAD,
|
|
TEGRA_MAX_DRIVE_PINGROUP,
|
|
};
|
|
|
|
#endif
|
|
|