WIZnet W5500-EVB-Pico

I picked one of these up recently and having trouble getting it to work in ESPhome. I thought it may work because W5500 is supported but nothing I try works.

Yet you post so yaml, no logs, no link to the product.

We are not mind readers.

Link to product: https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico

Here is my yaml:

esphome:
  name: pico_eth
  friendly_name: PicoETH

rp2040:
  board: rpipicow

# Enable logging
logger:

ethernet:
  type: W5500
  clk_pin: GPIO18
  mosi_pin: GPIO19
  miso_pin: GPIO16
  cs_pin: GPIO17
  interrupt_pin: GPIO21
  reset_pin: GPIO20

The yaml complains with this:

You didn’t read the docs did you?

Ethernet Component

This ESPHome component enables wired Ethernet connections for ESP32s.

There we are, I even highlighted it for you. And it even says it in your post.