2 * Copyright (C) 2008-2009 Analog Devices Inc.
3 * Licensed under the GPL-2 or later.
10 #define MAX_BLACKFIN_GPIOS 16
12 /* We only use the special logic with GPIOLIB devices */
13 #define BFIN_SPECIAL_GPIO_BANKS 3
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 #include <mach-common/ports-c.h>
77 #include <mach-common/ports-d.h>
78 #include <mach-common/ports-e.h>
79 #include <mach-common/ports-f.h>
81 #endif /* _MACH_GPIO_H_ */