diff --git a/heating-og.yaml b/heating-og.yaml index 9f1574b..641c1ba 100644 --- a/heating-og.yaml +++ b/heating-og.yaml @@ -26,7 +26,9 @@ ethernet: type: JL1101 mdc_pin: GPIO23 mdio_pin: GPIO18 - clk_mode: GPIO17_OUT + clk: + mode: CLK_OUT + pin: GPIO17 power_pin: GPIO0 phy_addr: 1 domain: "" diff --git a/templates/esp32-poe.yaml b/templates/esp32-poe.yaml index 132b01a..486d4af 100644 --- a/templates/esp32-poe.yaml +++ b/templates/esp32-poe.yaml @@ -8,7 +8,9 @@ ethernet: type: LAN8720 mdc_pin: GPIO23 mdio_pin: GPIO18 - clk_mode: GPIO17_OUT + clk: + mode: CLK_OUT + pin: GPIO17 phy_addr: 0 power_pin: GPIO12 domain: ""