summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Murphy <patrick.muprphy@multitech.com>2021-02-05 05:52:44 -0600
committerPatrick Murphy <patrick.muprphy@multitech.com>2021-02-05 05:52:44 -0600
commit08d9b83c08025b738c712ff6486e5aa245785091 (patch)
tree89be7919e62d6df8974c46b6165613d54475d39c
parentdcd80b7021fca5a52f15492e861f9d872d59e49b (diff)
downloadmtac-08d9b83c08025b738c712ff6486e5aa245785091.tar.gz
mtac-08d9b83c08025b738c712ff6486e5aa245785091.tar.bz2
mtac-08d9b83c08025b738c712ff6486e5aa245785091.zip
modified ti43x pins to represent dc microcontroller layout
-rw-r--r--machine/ti43x_gpio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/machine/ti43x_gpio.h b/machine/ti43x_gpio.h
index e57934d..6ea5a5f 100644
--- a/machine/ti43x_gpio.h
+++ b/machine/ti43x_gpio.h
@@ -24,8 +24,8 @@
#define M_AP2_NINT2 OMAP_GPIO(3,18)
// gpio pins for built in serial
-#define M_AP3_GPIO1 OMAP_GPIO(7,2)
-#define M_AP3_GPIO2 OMAP_GPIO(7,3)
-#define M_AP3_GPIO3 OMAP_GPIO(7,4)
-#define M_AP3_GPIO4 OMAP_GPIO(7,5)
+#define M_AP3_GPIO1 OMAP_GPIO(15,18)
+#define M_AP3_GPIO2 OMAP_GPIO(15,19)
+#define M_AP3_GPIO3 OMAP_GPIO(15,20)
+#define M_AP3_GPIO4 OMAP_GPIO(15,21)
#endif /* TI MTCDT3-BB */