# Copyright (c) 2018, Linaro Limited | |
# SPDX-License-Identifier: Apache-2.0 | |
description: ENC28J60 standalone 10BASE-T Ethernet controller with SPI interface | |
compatible: "microchip,enc28j60" | |
include: [spi-device.yaml, ethernet.yaml] | |
properties: | |
int-gpios: | |
type: phandle-array | |
required: true | |
description: Interrupt pin. | |
The interrupt pin of ENC28J60 is active low. | |
If connected directly the MCU pin should be configured | |
as active low. |