Home
last modified time | relevance | path

Searched full:w5500 (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.6.0/dts/bindings/ethernet/
Dwiznet,w5500.yaml4 description: W5500 standalone 10/100BASE-T Ethernet controller with SPI interface
6 compatible: "wiznet,w5500"
16 The interrupt pin of W5500 is active low.
23 The reset pin of W5500 is active low.
/Zephyr-Core-3.6.0/drivers/ethernet/
DKconfig.w55001 # W5500 Ethernet driver configuration options
8 bool "W5500 Ethernet Controller"
13 W5500 Stand-Alone Ethernet Controller
Deth_w5500_priv.h1 /* W5500 Stand-alone Ethernet Controller with SPI
16 * W5500 common registers
43 #define S0_MR_MF 0x40 /* MAC Filter for W5500 */
61 #define W5500_S0_MR_MF 7 /* MAC Filter for W5500 */
DKconfig55 source "drivers/ethernet/Kconfig.w5500"
Deth_w5500.c1 /* W5500 Stand-alone Ethernet Controller with SPI
569 LOG_INF("W5500 Initialized"); in w5500_init()
/Zephyr-Core-3.6.0/boards/arm/w5500_evb_pico/doc/
Dindex.rst3 Wiznet W5500 Evaluation Pico
9 W5500-EVB-Pico is a microcontroller evaluation board based on the Raspberry
10 Pi RP2040 and fully hardwired TCP/IP controller W5500 - and basically works
11 the same as Raspberry Pi Pico board but with additional Ethernet via W5500.
31 - Wiznet W5500 Ethernet MAC/PHY
36 :alt: W5500 Evaluation Board
91 * - W5500 Ethernet
93 - :dtcompatible:`wiznet,w5500`
104 Pi Pico, the blinky example works as intended. The W5500 is routed to the SPI0
105 (P16-P19), with the reset and interrupt signal for the W5500 routed to P20 and
[all …]
/Zephyr-Core-3.6.0/boards/shields/arceli_eth_w5500/doc/
Dindex.rst3 ARCELI W5500 ETH
9 ARCELI W5500 etherner is breakout board with SPI bus access over 10 pin header.
10 `W5500`_ is 10/100 MBPS stand alone Ethernet controller with on-board MAC & PHY,
13 Pins Assignment of the W5500 Shield
56 https://www.wiznet.io/product-item/w5500/
/Zephyr-Core-3.6.0/boards/arm/w5500_evb_pico/
DKconfig.board6 bool "Wiznet W5500 Evaluation Board"
Dw5500_evb_pico.yaml2 name: Wiznet W5500 Evaluation Board
Dw5500_evb_pico.dts152 ethernet: w5500@0 {
153 compatible = "wiznet,w5500";
/Zephyr-Core-3.6.0/boards/shields/arceli_eth_w5500/
Darceli_eth_w5500.overlay9 compatible = "wiznet,w5500";
/Zephyr-Core-3.6.0/tests/drivers/build_all/ethernet/
Dapp.overlay58 test_spi_w5500: w5500@2 {
59 compatible = "wiznet,w5500";
/Zephyr-Core-3.6.0/
DCODEOWNERS222 /drivers/ethernet/*w5500* @parthitce
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.2.rst476 * ARCELI W5500 ETH
2335 * :github:`46684` - ethernet: w5500: driver will be stack overflowed when reading the invalid(corru…
2361 * :github:`46493` - Ethernet W5500 driver fails initialization with latest change - revert needed
Drelease-notes-3.6.rst174 * Added support for Wiznet W5500 Evaluation Pico board: ``w5500_evb_pico``.
Drelease-notes-3.1.rst1291 * :github:`46102` - samples: net: W5500 implementation
1356 * :github:`45735` - Ethernet W5500 Driver via SPI is deadlocking
Drelease-notes-2.5.rst430 * Added support for w5500 Ethernet controller.