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 @@ -48,6 +48,7 @@ Configuration variables:
4848 Supported chipsets are:
4949
5050 - ``LAN8720 `` (RMII)
51+ - ``LAN867X `` (RMII)
5152 - ``RTL8201 `` (RMII)
5253 - ``DP83848 `` (RMII)
5354 - ``IP101 `` (RMII)
@@ -127,6 +128,8 @@ Advanced common configuration variables:
127128
128129 SPI based chips do *not * use :doc: `spi `. This means that SPI pins can't be shared with other devices.
129130
131+ .. note :: LAN867X driver compatible with IDF v5.3 and above.
132+
130133Configuration examples
131134----------------------
132135
@@ -287,6 +290,18 @@ Configuration examples
287290 phy_addr : 0
288291 power_pin : GPIO12
289292
293+ **JetHub JXD E1-T1S series ESP32 **:
294+
295+ .. code-block :: yaml
296+
297+ ethernet :
298+ type : LAN867x
299+ mdc_pin : GPIO23
300+ mdio_pin : GPIO18
301+ power_pin : GPIO17
302+ clk_mode : GPIO0_IN
303+ phy_addr : 0
304+
290305 See Also
291306--------
292307
You can’t perform that action at this time.
0 commit comments