diff options
Diffstat (limited to 'boards')
-rw-r--r-- | boards/OLIMEX_STM32_P107/board.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boards/OLIMEX_STM32_P107/board.h b/boards/OLIMEX_STM32_P107/board.h index 373123880..f4b273283 100644 --- a/boards/OLIMEX_STM32_P107/board.h +++ b/boards/OLIMEX_STM32_P107/board.h @@ -43,6 +43,11 @@ #define STM32F10X_CL
/*
+ * Ethernet PHY type.
+ */
+#define BOARD_PHY_ID MII_STE101P_ID
+
+/*
* IO pins assignments.
*/
#define GPIOA_SWITCH_WKUP 0
|