From 58b430fb7935a42619f9d5fa501e033fc803a559 Mon Sep 17 00:00:00 2001 From: Serhii Voloshynov Date: Thu, 4 Nov 2021 16:08:42 +0200 Subject: [MTX-4240] New Hardware R.5.3.X: MTCDT - New Hardware Support GP-1387. move MTAC pin definitions to common place --- machine/sam9g25_gpio.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'machine/sam9g25_gpio.h') 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 -- cgit v1.2.3