Add IP101 support (#4620)

This commit is contained in:
Keegan Morrow
2021-01-11 05:00:35 -05:00
committed by GitHub
parent 81b9130d8d
commit 5f98370707
2 changed files with 5 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#define ETH_CLK_MODE ETH_CLOCK_GPIO0_IN
#endif
typedef enum { ETH_PHY_LAN8720, ETH_PHY_TLK110, ETH_PHY_MAX } eth_phy_type_t;
typedef enum { ETH_PHY_LAN8720, ETH_PHY_TLK110, ETH_PHY_IP101, ETH_PHY_MAX } eth_phy_type_t;
class ETHClass {
private: