treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[linux-block.git] / arch / arm / mach-pxa / include / mach / vpac270.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
543cd842
M
2/*
3 * GPIOs and interrupts for Voipac PXA270
4 *
5 * Copyright (C) 2010
6 * Marek Vasut <marek.vasut@gmail.com>
543cd842
M
7 */
8
9#ifndef _INCLUDE_VPAC270_H_
10#define _INCLUDE_VPAC270_H_
11
12#define GPIO1_VPAC270_USER_BTN 1
13
14#define GPIO15_VPAC270_LED_ORANGE 15
15
16#define GPIO81_VPAC270_BKL_ON 81
17#define GPIO83_VPAC270_NL_ON 83
18
19#define GPIO52_VPAC270_SD_READONLY 52
20#define GPIO53_VPAC270_SD_DETECT_N 53
21
addff0fa
MV
22#define GPIO84_VPAC270_PCMCIA_CD 84
23#define GPIO35_VPAC270_PCMCIA_RDY 35
24#define GPIO107_VPAC270_PCMCIA_PPEN 107
25#define GPIO11_VPAC270_PCMCIA_RESET 11
26#define GPIO17_VPAC270_CF_CD 17
27#define GPIO12_VPAC270_CF_RDY 12
28#define GPIO16_VPAC270_CF_RESET 16
29
3d98f881 30#define GPIO41_VPAC270_UDC_DETECT 41
947fb57e
MV
31
32#define GPIO114_VPAC270_ETH_IRQ 114
33
052345ae
MV
34#define GPIO36_VPAC270_IDE_IRQ 36
35
aeec1346
MV
36#define GPIO113_VPAC270_TS_IRQ 113
37
543cd842 38#endif