Skip to content

Commit ccbccee

Browse files
committed
Add LAN867X driver in ethernet component
Signed-off-by: Viacheslav Bocharov <[email protected]>
1 parent 26c3ba2 commit ccbccee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

components/ethernet.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Configuration variables:
4747

4848
Supported chipsets are:
4949

50+
- ``LAN867X`` (RMII)
5051
- ``LAN8720`` (RMII)
5152
- ``RTL8201`` (RMII)
5253
- ``DP83848`` (RMII)
@@ -128,6 +129,8 @@ Advanced common configuration variables:
128129

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

132+
.. note:: LAN867X driver compatible with IDF v5.3.1 and above.
133+
131134
Configuration examples
132135
----------------------
133136

@@ -296,6 +299,18 @@ Configuration examples
296299
ethernet:
297300
type: OPENETH
298301
302+
**JetHub JXD E1-T1S series ESP32**:
303+
304+
.. code-block:: yaml
305+
306+
ethernet:
307+
type: LAN867x
308+
mdc_pin: GPIO23
309+
mdio_pin: GPIO18
310+
power_pin: GPIO17
311+
clk_mode: GPIO0_IN
312+
phy_addr: 0
313+
299314
See Also
300315
--------
301316

0 commit comments

Comments
 (0)