1# Copyright (c) 2020 Linumiz 2# SPDX-License-Identifier: Apache-2.0 3 4description: W5500 standalone 10/100BASE-T Ethernet controller with SPI interface 5 6compatible: "wiznet,w5500" 7 8include: [spi-device.yaml, ethernet-controller.yaml] 9 10properties: 11 int-gpios: 12 type: phandle-array 13 required: true 14 description: Interrupt pin. 15 16 The interrupt pin of W5500 is active low. 17 If connected directly the MCU pin should be configured 18 as active low. 19 reset-gpios: 20 type: phandle-array 21 description: Reset pin. 22 23 The reset pin of W5500 is active low. 24 If connected directly the MCU pin should be configured 25 as active low. 26