xref: /linux/arch/arm/mach-omap1/board-ams-delta.h (revision 3af89f2d3dceabce12cc656de39fe126c0061e76)
1a09e64fbSRussell King /*
2*0a48a413SJanusz Krzysztofik  * arch/arm/mach-omap1/board-ams-delta.h
3a09e64fbSRussell King  *
4a09e64fbSRussell King  * Copyright (C) 2006 Jonathan McDowell <noodles@earth.li>
5a09e64fbSRussell King  *
6a09e64fbSRussell King  * This program is free software; you can redistribute it and/or modify it
7a09e64fbSRussell King  * under the terms of the GNU General Public License as published by the
8a09e64fbSRussell King  * Free Software Foundation; either version 2 of the License, or (at your
9a09e64fbSRussell King  * option) any later version.
10a09e64fbSRussell King  *
11a09e64fbSRussell King  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
12a09e64fbSRussell King  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
13a09e64fbSRussell King  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
14a09e64fbSRussell King  * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
15a09e64fbSRussell King  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
16a09e64fbSRussell King  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
17a09e64fbSRussell King  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
18a09e64fbSRussell King  * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19a09e64fbSRussell King  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
20a09e64fbSRussell King  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21a09e64fbSRussell King  *
22a09e64fbSRussell King  * You should have received a copy of the GNU General Public License along
23a09e64fbSRussell King  * with this program; if not, write to the Free Software Foundation, Inc.,
24a09e64fbSRussell King  * 675 Mass Ave, Cambridge, MA 02139, USA.
25a09e64fbSRussell King  */
26a09e64fbSRussell King #ifndef __ASM_ARCH_OMAP_AMS_DELTA_H
27a09e64fbSRussell King #define __ASM_ARCH_OMAP_AMS_DELTA_H
28a09e64fbSRussell King 
29a09e64fbSRussell King #if defined (CONFIG_MACH_AMS_DELTA)
30a09e64fbSRussell King 
31a09e64fbSRussell King #define AMS_DELTA_GPIO_PIN_KEYBRD_DATA	0
32a09e64fbSRussell King #define AMS_DELTA_GPIO_PIN_KEYBRD_CLK	1
33a09e64fbSRussell King #define AMS_DELTA_GPIO_PIN_MODEM_IRQ	2
34a09e64fbSRussell King #define AMS_DELTA_GPIO_PIN_HOOK_SWITCH	4
35a09e64fbSRussell King #define AMS_DELTA_GPIO_PIN_SCARD_NOFF	6
36a09e64fbSRussell King #define AMS_DELTA_GPIO_PIN_SCARD_IO	7
37a09e64fbSRussell King #define AMS_DELTA_GPIO_PIN_CONFIG	11
38a09e64fbSRussell King #define AMS_DELTA_GPIO_PIN_NAND_RB	12
39a09e64fbSRussell King 
40a09e64fbSRussell King #endif /* CONFIG_MACH_AMS_DELTA */
41a09e64fbSRussell King 
42a09e64fbSRussell King #endif /* __ASM_ARCH_OMAP_AMS_DELTA_H */
43