From 34be440cbe92dbf74e31f901ea91c0ac6af45573 Mon Sep 17 00:00:00 2001 From: Benjamin Freeman Date: Fri, 11 Nov 2022 01:22:03 +0100 Subject: [PATCH] Add M5Stack PoESP32 Unit ethernet configuration (#2420) --- components/ethernet.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/components/ethernet.rst b/components/ethernet.rst index 8b257a760..aa62ff8cd 100644 --- a/components/ethernet.rst +++ b/components/ethernet.rst @@ -181,6 +181,21 @@ Configuration for ESP32-Ethernet-Kit board clk_mode: GPIO0_IN phy_addr: 1 power_pin: GPIO5 + + +Configuration for M5Stack PoESP32 Unit +-------------------------------------- + +.. code-block:: yaml + + ethernet: + type: IP101 + mdc_pin: GPIO23 + mdio_pin: GPIO18 + clk_mode: GPIO0_IN + phy_addr: 1 + power_pin: GPIO5 + See Also --------