From 1f932974ef210d386c804dfdeb5a50969c058193 Mon Sep 17 00:00:00 2001 From: Guillermo Ruffino Date: Mon, 6 Jul 2020 11:58:53 -0300 Subject: [PATCH] Add OpenHacks ethernt board config (#670) --- components/ethernet.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/ethernet.rst b/components/ethernet.rst index c8f7b1919..e1085d8c8 100644 --- a/components/ethernet.rst +++ b/components/ethernet.rst @@ -83,6 +83,18 @@ Configuration for Olimex ESP32-POE clk_mode: GPIO17_OUT phy_addr: 0 power_pin: GPIO12 + +Configuration for OpenHacks LAN8720 +----------------------------------- + +.. code-block:: yaml + + ethernet: + type: LAN8720 + mdc_pin: GPIO23 + mdio_pin: GPIO18 + phy_addr: 1 + See Also --------