summaryrefslogtreecommitdiff
path: root/machine/sam9g25_gpio.h
diff options
context:
space:
mode:
authorSerhii Voloshynov <serhii.voloshynov@globallogic.com>2021-11-04 16:08:42 +0200
committerJohn Klug <john.klug@multitech.com>2021-11-12 13:38:18 -0600
commit58b430fb7935a42619f9d5fa501e033fc803a559 (patch)
tree241008f070e31ece4ffe2d61dc52ac6062f448ea /machine/sam9g25_gpio.h
parentb3d04a3bdcd76b16b257302324367a90464e9ea1 (diff)
downloadmtac-58b430fb7935a42619f9d5fa501e033fc803a559.tar.gz
mtac-58b430fb7935a42619f9d5fa501e033fc803a559.tar.bz2
mtac-58b430fb7935a42619f9d5fa501e033fc803a559.zip
[MTX-4240] New Hardware R.5.3.X: MTCDT - New Hardware Support GP-1387. move MTAC pin definitions to common place
Diffstat (limited to 'machine/sam9g25_gpio.h')
-rw-r--r--machine/sam9g25_gpio.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/machine/sam9g25_gpio.h b/machine/sam9g25_gpio.h
index f972ad1..fe10236 100644
--- a/machine/sam9g25_gpio.h
+++ b/machine/sam9g25_gpio.h
@@ -10,7 +10,8 @@
#define M_AP1_GPIO2 AT91_PIN_PC7
#define M_AP1_GPIO3 AT91_PIN_PC8
#define M_AP1_GPIO4 AT91_PIN_PC9
-#define M_AP1_LBTRESET AT91_PIN_PC10
+#define M_AP1_GPIO3_MTCDT0_2 AT91_PIN_PC10
+#define M_AP1_GPIO4_MTCDT0_2 AT91_PIN_PC11
#define M_AP1_NRESET AT91_PIN_PB12
#define M_AP1_NINT1 AT91_PIN_PB14
#define M_AP1_NINT2 AT91_PIN_PB15
@@ -20,7 +21,8 @@
#define M_AP2_GPIO2 AT91_PIN_PC21
#define M_AP2_GPIO3 AT91_PIN_PC22
#define M_AP2_GPIO4 AT91_PIN_PC23
-#define M_AP2_LBTRESET AT91_PIN_PC24
+#define M_AP2_GPIO3_MTCDT0_2 AT91_PIN_PC29
+#define M_AP2_GPIO4_MTCDT0_2 AT91_PIN_PC30
#define M_AP2_NRESET AT91_PIN_PB13
#define M_AP2_NINT1 AT91_PIN_PB17
#define M_AP2_NINT2 AT91_PIN_PB18