Update ethernet.rst (#863)

Added configuration for LilyGO-T-ETH-POE board
This commit is contained in:
adezerega 2020-12-02 07:35:52 -03:00 committed by GitHub
parent 9ba5b21538
commit fd9b69345c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,19 @@ Configuration for Olimex ESP32-POE
clk_mode: GPIO17_OUT
phy_addr: 0
power_pin: GPIO12
Configuration for LILYGO TTGO T-Internet-POE ESP32-WROOM LAN8270A Chip
----------------------------------------------------------------------
.. code-block:: yaml
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
Configuration for OpenHacks LAN8720
-----------------------------------