LilyGO T-ETH ELite (ESP32-S3+Ethernet POE) support (#611)

* LilyGO T-ETH ELite (ESP32-S3+Ethernet POE) support

* Update W5500Definitions.h

* Update README.md

---------

Co-authored-by: iranl <iranl@users.noreply.github.com>
This commit is contained in:
rforro
2025-01-17 18:34:37 +01:00
committed by GitHub
parent 9deb9f9f8c
commit 6d60d6b4c8
7 changed files with 35 additions and 2 deletions

View File

@@ -14,9 +14,15 @@
#define ETH_PHY_SPI_SCK_M5_W5500_S3 5
#define ETH_PHY_SPI_MISO_M5_W5500_S3 7
#define ETH_PHY_SPI_MOSI_M5_W5500_S3 8
#define ETH_PHY_IRQ_ELITE_W5500 14
#define ETH_PHY_RST_ELITE_W5500 -1
#define ETH_PHY_CS_ELITE_W5500 45
#define ETH_PHY_SPI_SCK_ELITE_W5500 48
#define ETH_PHY_SPI_MISO_ELITE_W5500 47
#define ETH_PHY_SPI_MOSI_ELITE_W5500 21
#define ETH_PHY_IRQ_GENERIC_W5500 3
#define ETH_PHY_RST_GENERIC_W5500 4
#define ETH_PHY_CS_GENERIC_W5500 5
#define ETH_PHY_SPI_SCK_GENERIC_W5500 8
#define ETH_PHY_SPI_MISO_GENERIC_W5500 9
#define ETH_PHY_SPI_MOSI_GENERIC_W5500 10
#define ETH_PHY_SPI_MOSI_GENERIC_W5500 10