File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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+
131134Configuration 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
You can’t perform that action at this time.
0 commit comments