From a2c16e38ef43759fd4eb1e5d5eccbbad2f63c20c Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 2 Oct 2020 17:18:21 -0500 Subject: Add NINT* Pins for GPIOB module --- machine/ti43x_gpio.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'machine/ti43x_gpio.h') diff --git a/machine/ti43x_gpio.h b/machine/ti43x_gpio.h index 842aea0..f51d3ec 100644 --- a/machine/ti43x_gpio.h +++ b/machine/ti43x_gpio.h @@ -11,7 +11,8 @@ #define M_AP1_GPIO3 OMAP_GPIO(0,23) #define M_AP1_GPIO4 OMAP_GPIO(0,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) // gpio pins for Accessory Card 2 #define M_AP2_GPIO1 OMAP_GPIO(3,19) @@ -19,4 +20,6 @@ #define M_AP2_GPIO3 OMAP_GPIO(3,20) #define M_AP2_GPIO4 OMAP_GPIO(0,19) #define M_AP2_NRESET OMAP_GPIO(5,29) -#endif /* SAM9G25_MFSER_GPIO_H */ \ No newline at end of file +#define M_AP2_NINT1 OMAP_GPIO(3,17) +#define M_AP1_NINT2 OMAP_GPIO(3,18) +#endif /* SAM9G25_MFSER_GPIO_H */ -- cgit v1.2.3