#ifndef TI43X_MFSER_GPIO_H #define TI43X_MFSER_GPIO_H #define OMAP_GPIO(BANK, GPIO) ((BANK*32)+GPIO) // M_* for machine specific GPIO pin // gpio pins for Accessory Card 1 #define M_AP1_GPIO1 OMAP_GPIO(1,0) #define M_AP1_GPIO2 OMAP_GPIO(0,24) #define M_AP1_GPIO3 OMAP_GPIO(0,23) #define M_AP1_GPIO4 OMAP_GPIO(0,22) // gpio pins for Accessory Card 2 #define M_AP2_GPIO1 OMAP_GPIO(3,19) #define M_AP2_GPIO2 OMAP_GPIO(3,16) #define M_AP2_GPIO3 OMAP_GPIO(3,20) #define M_AP2_GPIO4 OMAP_GPIO(0,19) #endif /* SAM9G25_MFSER_GPIO_H */