Skip to content

Commit ae27071

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

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
@@ -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+
130133
Configuration 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

0 commit comments

Comments
 (0)