summaryrefslogtreecommitdiff
path: root/machine
diff options
context:
space:
mode:
Diffstat (limited to 'machine')
-rw-r--r--machine/sam9g25_gpio.h2
-rw-r--r--machine/ti43x_gpio.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/machine/sam9g25_gpio.h b/machine/sam9g25_gpio.h
index 3848576..f972ad1 100644
--- a/machine/sam9g25_gpio.h
+++ b/machine/sam9g25_gpio.h
@@ -10,6 +10,7 @@
#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_NRESET AT91_PIN_PB12
#define M_AP1_NINT1 AT91_PIN_PB14
#define M_AP1_NINT2 AT91_PIN_PB15
@@ -19,6 +20,7 @@
#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_NRESET AT91_PIN_PB13
#define M_AP2_NINT1 AT91_PIN_PB17
#define M_AP2_NINT2 AT91_PIN_PB18
diff --git a/machine/ti43x_gpio.h b/machine/ti43x_gpio.h
index 734998d..33ca3f2 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_LBTRESET 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_LBTRESET 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)