Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * GPIOs and interrupts for Voipac PXA270
0004  *
0005  * Copyright (C) 2010
0006  * Marek Vasut <marek.vasut@gmail.com>
0007  */
0008 
0009 #ifndef _INCLUDE_VPAC270_H_
0010 #define _INCLUDE_VPAC270_H_
0011 
0012 #define GPIO1_VPAC270_USER_BTN      1
0013 
0014 #define GPIO15_VPAC270_LED_ORANGE   15
0015 
0016 #define GPIO81_VPAC270_BKL_ON       81
0017 #define GPIO83_VPAC270_NL_ON        83
0018 
0019 #define GPIO52_VPAC270_SD_READONLY  52
0020 #define GPIO53_VPAC270_SD_DETECT_N  53
0021 
0022 #define GPIO84_VPAC270_PCMCIA_CD    84
0023 #define GPIO35_VPAC270_PCMCIA_RDY   35
0024 #define GPIO107_VPAC270_PCMCIA_PPEN 107
0025 #define GPIO11_VPAC270_PCMCIA_RESET 11
0026 #define GPIO17_VPAC270_CF_CD        17
0027 #define GPIO12_VPAC270_CF_RDY       12
0028 #define GPIO16_VPAC270_CF_RESET     16
0029 
0030 #define GPIO41_VPAC270_UDC_DETECT   41
0031 
0032 #define GPIO114_VPAC270_ETH_IRQ     114
0033 
0034 #define GPIO36_VPAC270_IDE_IRQ      36
0035 
0036 #define GPIO113_VPAC270_TS_IRQ      113
0037 
0038 #endif