18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * arch/arm/mach-omap1/board-ams-delta.h
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * Copyright (C) 2006 Jonathan McDowell <noodles@earth.li>
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify it
78c2ecf20Sopenharmony_ci * under the terms of the GNU General Public License as published by the
88c2ecf20Sopenharmony_ci * Free Software Foundation; either version 2 of the License, or (at your
98c2ecf20Sopenharmony_ci * option) any later version.
108c2ecf20Sopenharmony_ci *
118c2ecf20Sopenharmony_ci * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
128c2ecf20Sopenharmony_ci * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
138c2ecf20Sopenharmony_ci * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
148c2ecf20Sopenharmony_ci * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
158c2ecf20Sopenharmony_ci * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
168c2ecf20Sopenharmony_ci * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
178c2ecf20Sopenharmony_ci * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
188c2ecf20Sopenharmony_ci * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
198c2ecf20Sopenharmony_ci * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
208c2ecf20Sopenharmony_ci * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
218c2ecf20Sopenharmony_ci *
228c2ecf20Sopenharmony_ci * You should have received a copy of the GNU General Public License along
238c2ecf20Sopenharmony_ci * with this program; if not, write to the Free Software Foundation, Inc.,
248c2ecf20Sopenharmony_ci * 675 Mass Ave, Cambridge, MA 02139, USA.
258c2ecf20Sopenharmony_ci */
268c2ecf20Sopenharmony_ci#ifndef __ASM_ARCH_OMAP_AMS_DELTA_H
278c2ecf20Sopenharmony_ci#define __ASM_ARCH_OMAP_AMS_DELTA_H
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ci#if defined (CONFIG_MACH_AMS_DELTA)
308c2ecf20Sopenharmony_ci
318c2ecf20Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_KEYBRD_DATA	0
328c2ecf20Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_KEYBRD_CLK	1
338c2ecf20Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_MODEM_IRQ	2
348c2ecf20Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_HOOK_SWITCH	4
358c2ecf20Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_SCARD_NOFF	6
368c2ecf20Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_SCARD_IO	7
378c2ecf20Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_CONFIG	11
388c2ecf20Sopenharmony_ci#define AMS_DELTA_GPIO_PIN_NAND_RB	12
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_ci#endif /* CONFIG_MACH_AMS_DELTA */
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ci#endif /* __ASM_ARCH_OMAP_AMS_DELTA_H */
43