summaryrefslogtreecommitdiffstats
path: root/app/steth.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/steth.h')
-rw-r--r--app/steth.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/app/steth.h b/app/steth.h
index d2a1352..ca752a7 100644
--- a/app/steth.h
+++ b/app/steth.h
@@ -1,17 +1,14 @@
#define PHY PHY0
-#define RXER GPIO10
-#define RXER_PORT GPIOB
-
#define TXEN GPIO11
-#define TXEN_PORT GPIOB
+#define TXEN_PORT GPIOG
-#define TXD0 GPIO12
-#define TXD0_PORT GPIOB
+#define TXD0 GPIO13
+#define TXD0_PORT GPIOG
-#define TXD1 GPIO13
-#define TXD1_PORT GPIOB
+#define TXD1 GPIO14
+#define TXD1_PORT GPIOG
#define RXD0 GPIO4
#define RXD0_PORT GPIOC
@@ -31,9 +28,6 @@
#define REF_CLK GPIO1
#define REF_CLK_PORT GPIOA
-#define NRST GPIO2
-#define NRST_PORT GPIOE
-
#define DESC_SZ ETH_DES_EXT_SIZE
#define FRAME_SZ 1516