diff options
author | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-06-07 05:07:05 -0500 |
---|---|---|
committer | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-06-07 05:07:05 -0500 |
commit | 5e860a33b94264a888ece3cbbe1ab095242a9265 (patch) | |
tree | e41be39810519d2274ec1cd8580888dbd73afeb7 | |
parent | 8fc0259768422247557ff677ff6517faa9aac5a8 (diff) | |
download | mtac-5e860a33b94264a888ece3cbbe1ab095242a9265.tar.gz mtac-5e860a33b94264a888ece3cbbe1ab095242a9265.tar.bz2 mtac-5e860a33b94264a888ece3cbbe1ab095242a9265.zip |
added ti43x pin support for mtac-003 card
-rw-r--r-- | machine/ti43x_gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machine/ti43x_gpio.h b/machine/ti43x_gpio.h index 734998d..bf89944 100644 --- a/machine/ti43x_gpio.h +++ b/machine/ti43x_gpio.h @@ -10,6 +10,7 @@ #define M_AP1_GPIO2 OMAP_GPIO(3,24) #define M_AP1_GPIO3 OMAP_GPIO(3,25) #define M_AP1_GPIO4 OMAP_GPIO(0,24) +#define M_AP1_SX1261_NRESET OMAP_GPIO(2,22) #define M_AP1_NRESET OMAP_GPIO(1,1) #define M_AP1_NINT1 OMAP_GPIO(2,4) #define M_AP1_NINT2 OMAP_GPIO(2,5) @@ -19,6 +20,7 @@ #define M_AP2_GPIO2 OMAP_GPIO(3,16) #define M_AP2_GPIO3 OMAP_GPIO(3,20) #define M_AP2_GPIO4 OMAP_GPIO(0,19) +#define M_AP2_SX1261_NRESET OMAP_GPIO(2,13) #define M_AP2_NRESET OMAP_GPIO(5,29) #define M_AP2_NINT1 OMAP_GPIO(3,17) #define M_AP2_NINT2 OMAP_GPIO(3,18) |