162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * arch/arm/mach-omap1/board-ams-delta.h 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * Copyright (C) 2006 Jonathan McDowell <noodles@earth.li> 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * This program is free software; you can redistribute it and/or modify it 762306a36Sopenharmony_ci * under the terms of the GNU General Public License as published by the 862306a36Sopenharmony_ci * Free Software Foundation; either version 2 of the License, or (at your 962306a36Sopenharmony_ci * option) any later version. 1062306a36Sopenharmony_ci * 1162306a36Sopenharmony_ci * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 1262306a36Sopenharmony_ci * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 1362306a36Sopenharmony_ci * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN 1462306a36Sopenharmony_ci * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 1562306a36Sopenharmony_ci * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 1662306a36Sopenharmony_ci * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 1762306a36Sopenharmony_ci * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 1862306a36Sopenharmony_ci * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1962306a36Sopenharmony_ci * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 2062306a36Sopenharmony_ci * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2162306a36Sopenharmony_ci * 2262306a36Sopenharmony_ci * You should have received a copy of the GNU General Public License along 2362306a36Sopenharmony_ci * with this program; if not, write to the Free Software Foundation, Inc., 2462306a36Sopenharmony_ci * 675 Mass Ave, Cambridge, MA 02139, USA. 2562306a36Sopenharmony_ci */ 2662306a36Sopenharmony_ci#ifndef __ASM_ARCH_OMAP_AMS_DELTA_H 2762306a36Sopenharmony_ci#define __ASM_ARCH_OMAP_AMS_DELTA_H 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci#if defined (CONFIG_MACH_AMS_DELTA) 3062306a36Sopenharmony_ci 3162306a36Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_KEYBRD_DATA 0 3262306a36Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_KEYBRD_CLK 1 3362306a36Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_MODEM_IRQ 2 3462306a36Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_HOOK_SWITCH 4 3562306a36Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_SCARD_NOFF 6 3662306a36Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_SCARD_IO 7 3762306a36Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_CONFIG 11 3862306a36Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_NAND_RB 12 3962306a36Sopenharmony_ci 4062306a36Sopenharmony_ci#endif /* CONFIG_MACH_AMS_DELTA */ 4162306a36Sopenharmony_ci 4262306a36Sopenharmony_ci#endif /* __ASM_ARCH_OMAP_AMS_DELTA_H */ 43