summaryrefslogtreecommitdiff
path: root/machine/sam9g25_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'machine/sam9g25_gpio.h')
-rw-r--r--machine/sam9g25_gpio.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/machine/sam9g25_gpio.h b/machine/sam9g25_gpio.h
new file mode 100644
index 0000000..4e0132e
--- /dev/null
+++ b/machine/sam9g25_gpio.h
@@ -0,0 +1,21 @@
+#ifndef SAM9G25_MFSER_GPIO_H
+#define SAM9G25_MFSER_GPIO_H
+
+#include <linux/at91gpio.h>
+
+// M_* for machine specific GPIO pin
+
+// gpio pins for Accessory Card 1
+#define M_AP1_GPIO1 AT91_PIN_PC6
+#define M_AP1_GPIO2 AT91_PIN_PC7
+#define M_AP1_GPIO3 AT91_PIN_PC8
+#define M_AP1_GPIO4 AT91_PIN_PC9
+#define M_AP1_NRESET AT91_PIN_PB12
+
+// gpio pins for Accessory Card 2
+#define M_AP2_GPIO1 AT91_PIN_PC20
+#define M_AP2_GPIO2 AT91_PIN_PC21
+#define M_AP2_GPIO3 AT91_PIN_PC22
+#define M_AP2_GPIO4 AT91_PIN_PC23
+#define M_AP2_NRESET AT91_PIN_PB13
+#endif /* SAM9G25_MFSER_GPIO_H */ \ No newline at end of file