From 08d9b83c08025b738c712ff6486e5aa245785091 Mon Sep 17 00:00:00 2001 From: Patrick Murphy Date: Fri, 5 Feb 2021 05:52:44 -0600 Subject: modified ti43x pins to represent dc microcontroller layout --- machine/ti43x_gpio.h | 8 ++++---- 1 file 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 */ -- cgit v1.2.3