Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions components/ethernet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Configuration variables:

Supported chipsets are:

- ``LAN867X`` (RMII)
- ``LAN8720`` (RMII)
- ``RTL8201`` (RMII)
- ``DP83848`` (RMII)
Expand Down Expand Up @@ -128,6 +129,8 @@ Advanced common configuration variables:

SPI based chips do *not* use :doc:`spi`. This means that SPI pins can't be shared with other devices.

.. note:: LAN867X driver compatible with IDF v5.3.1 and above.

Configuration examples
----------------------

Expand Down Expand Up @@ -296,6 +299,18 @@ Configuration examples
ethernet:
type: OPENETH
**JetHub JXD E1-T1S series ESP32**:

.. code-block:: yaml
ethernet:
type: LAN867x
mdc_pin: GPIO23
mdio_pin: GPIO18
power_pin: GPIO17
clk_mode: GPIO0_IN
phy_addr: 0
See Also
--------

Expand Down