Marek | 543cd84 | 2010-03-09 04:04:12 +0100 | [diff] [blame] | 1 | /* |
| 2 | * GPIOs and interrupts for Voipac PXA270 |
| 3 | * |
| 4 | * Copyright (C) 2010 |
| 5 | * Marek Vasut <marek.vasut@gmail.com> |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 as |
| 9 | * published by the Free Software Foundation. |
| 10 | * |
| 11 | */ |
| 12 | |
| 13 | #ifndef _INCLUDE_VPAC270_H_ |
| 14 | #define _INCLUDE_VPAC270_H_ |
| 15 | |
| 16 | #define GPIO1_VPAC270_USER_BTN 1 |
| 17 | |
| 18 | #define GPIO15_VPAC270_LED_ORANGE 15 |
| 19 | |
| 20 | #define GPIO81_VPAC270_BKL_ON 81 |
| 21 | #define GPIO83_VPAC270_NL_ON 83 |
| 22 | |
| 23 | #define GPIO52_VPAC270_SD_READONLY 52 |
| 24 | #define GPIO53_VPAC270_SD_DETECT_N 53 |
| 25 | |
Marek Vasut | addff0f | 2010-03-10 04:16:28 +0100 | [diff] [blame] | 26 | #define GPIO84_VPAC270_PCMCIA_CD 84 |
| 27 | #define GPIO35_VPAC270_PCMCIA_RDY 35 |
| 28 | #define GPIO107_VPAC270_PCMCIA_PPEN 107 |
| 29 | #define GPIO11_VPAC270_PCMCIA_RESET 11 |
| 30 | #define GPIO17_VPAC270_CF_CD 17 |
| 31 | #define GPIO12_VPAC270_CF_RDY 12 |
| 32 | #define GPIO16_VPAC270_CF_RESET 16 |
| 33 | |
Marek Vasut | 3d98f88 | 2010-03-10 05:24:27 +0100 | [diff] [blame] | 34 | #define GPIO41_VPAC270_UDC_DETECT 41 |
Marek Vasut | 947fb57 | 2010-03-10 05:38:54 +0100 | [diff] [blame] | 35 | |
| 36 | #define GPIO114_VPAC270_ETH_IRQ 114 |
| 37 | |
Marek Vasut | 052345a | 2010-04-26 21:46:07 +0200 | [diff] [blame] | 38 | #define GPIO36_VPAC270_IDE_IRQ 36 |
| 39 | |
Marek Vasut | aeec134 | 2010-04-26 23:23:48 +0200 | [diff] [blame] | 40 | #define GPIO113_VPAC270_TS_IRQ 113 |
| 41 | |
Marek | 543cd84 | 2010-03-09 04:04:12 +0100 | [diff] [blame] | 42 | #endif |