Skip to content

Commit b844164

Browse files
committed
Documentation: Describe ESP32-P4 Ethernet support
This commit describes ethernet support on ESP32-P4 SoC and its ESP32-P4-Function-EV-Board v1.5.2. Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
1 parent 99e97a7 commit b844164

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Documentation/platforms/risc-v/esp32p4/boards/esp32p4-function-ev-board/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,19 @@ efuse
210210

211211
Enables the eFuse driver (supports virtual eFuses). Access via ``/dev/efuse``.
212212

213+
ethernet
214+
--------
215+
216+
Enables using the in-chip ethernet MAC controller attached to the board's PHY pins.
217+
This example enables the DHCP client and the ping tool to test the Ethernet connection, which
218+
should be working out of the box when the ethernet cable is connected to the board::
219+
220+
nsh> ifconfig
221+
eth0 Link encap:Ethernet HWaddr 30:ed:a0:ec:f1:60 at RUNNING mtu 1500
222+
inet addr:10.0.10.50 DRaddr:10.0.10.1 Mask:255.255.255.0
223+
224+
It also provides the iperf tool to test the Ethernet connection.
225+
213226
gpio
214227
----
215228

Documentation/platforms/risc-v/esp32p4/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ MIPI DSI No
350350
Timers Yes
351351
SPIRAM / PSRAM Yes
352352
Watchdog Yes MWDT0/1 and RWDT
353-
Ethernet No
353+
Ethernet Yes
354354
Brownout No
355355
Debug Probe No
356356
================= ======= ==================================

0 commit comments

Comments
 (0)