27 lines
694 B
YAML
27 lines
694 B
YAML
# Copyright (c) 2020 Linumiz
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: W5500 standalone 10/100BASE-T Ethernet controller with SPI interface
|
|
|
|
compatible: "wiznet,w5500"
|
|
|
|
include: [spi-device.yaml, ethernet.yaml]
|
|
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: Interrupt pin.
|
|
|
|
The interrupt pin of W5500 is active low.
|
|
If connected directly the MCU pin should be configured
|
|
as active low.
|
|
reset-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: Reset pin.
|
|
|
|
The reset pin of W5500 is active low.
|
|
If connected directly the MCU pin should be configured
|
|
as active low.
|