1# Copyright (c) 2019, Phytec Messtechnik GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    ENC424J600 standalone 100BASE-T Ethernet controller with SPI interface
6
7compatible: "microchip,enc424j600"
8
9include: [spi-device.yaml, ethernet-controller.yaml]
10
11properties:
12  int-gpios:
13    type: phandle-array
14    required: true
15    description: Interrupt pin.
16
17      The interrupt pin of ENC424J600 is active low.
18      If connected directly the MCU pin should be configured
19      as active low.
20