Add LILYGO T-ETH-Lite to ethernet.rst (#3286)

Added config example for LILYGO T-ETH-Lite
This commit is contained in:
MartinP 2023-10-19 18:24:28 +10:30 committed by GitHub
parent 0f80507dd4
commit 2457738ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,17 @@ Configuration examples
clk_mode: GPIO17_OUT
phy_addr: 1
**LILYGO T-ETH-Lite**:
.. code-block:: yaml
ethernet:
type: RTL8201
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
phy_addr: 0
power_pin: GPIO12
See Also
--------