mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
3d98f8816a
NOTE: I wasn't able to get it running without reseting the HXOE (so it's there based on my tests with the hardware). I'll have to investigate it properly when I have more time. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
36 lines
882 B
C
36 lines
882 B
C
/*
|
|
* GPIOs and interrupts for Voipac PXA270
|
|
*
|
|
* Copyright (C) 2010
|
|
* Marek Vasut <marek.vasut@gmail.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*
|
|
*/
|
|
|
|
#ifndef _INCLUDE_VPAC270_H_
|
|
#define _INCLUDE_VPAC270_H_
|
|
|
|
#define GPIO1_VPAC270_USER_BTN 1
|
|
|
|
#define GPIO15_VPAC270_LED_ORANGE 15
|
|
|
|
#define GPIO81_VPAC270_BKL_ON 81
|
|
#define GPIO83_VPAC270_NL_ON 83
|
|
|
|
#define GPIO52_VPAC270_SD_READONLY 52
|
|
#define GPIO53_VPAC270_SD_DETECT_N 53
|
|
|
|
#define GPIO84_VPAC270_PCMCIA_CD 84
|
|
#define GPIO35_VPAC270_PCMCIA_RDY 35
|
|
#define GPIO107_VPAC270_PCMCIA_PPEN 107
|
|
#define GPIO11_VPAC270_PCMCIA_RESET 11
|
|
#define GPIO17_VPAC270_CF_CD 17
|
|
#define GPIO12_VPAC270_CF_RDY 12
|
|
#define GPIO16_VPAC270_CF_RESET 16
|
|
|
|
#define GPIO41_VPAC270_UDC_DETECT 41
|
|
#endif
|