summaryrefslogtreecommitdiff
path: root/machine/sam9g25_mfser_gpio.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-10-02 13:24:39 -0500
committerJohn Klug <john.klug@multitech.com>2020-10-02 13:24:39 -0500
commitfd7782082655dbe5c2b99ae3be59d80d04d44b22 (patch)
tree48958c01fe65822568477153b4a65be2425d104c /machine/sam9g25_mfser_gpio.h
parenta0f2265f433f14f0e0afa768b098ff4a54b2b27a (diff)
downloadmtac-mfser-fd7782082655dbe5c2b99ae3be59d80d04d44b22.tar.gz
mtac-mfser-fd7782082655dbe5c2b99ae3be59d80d04d44b22.tar.bz2
mtac-mfser-fd7782082655dbe5c2b99ae3be59d80d04d44b22.zip
Use a generic MTAC gpio pinout1.1.1
Diffstat (limited to 'machine/sam9g25_mfser_gpio.h')
-rw-r--r--machine/sam9g25_mfser_gpio.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/machine/sam9g25_mfser_gpio.h b/machine/sam9g25_mfser_gpio.h
deleted file mode 100644
index 1f94a83..0000000
--- a/machine/sam9g25_mfser_gpio.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#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
-
-// 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
-#endif /* SAM9G25_MFSER_GPIO_H */ \ No newline at end of file