2 * Copyright (C) 2008 Analog Devices Inc.
3 * Licensed under the GPL-2 or later.
11 * For now only support PORTF GPIOs.
12 * PORT C,D and E are for peripheral usage only
14 #define MAX_BLACKFIN_GPIOS 16
16 #define GPIO_PF0 0 /* PF */
32 #define GPIO_PC0 16 /* PC */
40 #define GPIO_PD0 32 /* PD */
54 #define GPIO_PE0 48 /* PE */
71 #define PORT_F GPIO_PF0
72 #define PORT_C GPIO_PC0
73 #define PORT_D GPIO_PD0
74 #define PORT_E GPIO_PE0
76 #endif /* _MACH_GPIO_H_ */