blob: b0852fd30a26eef2795385b410523cefb11a266b [file]
# Copyright (c) 2023 DENX Software Engineering GmbH
# SPDX-License-Identifier: Apache-2.0
description: |
LAN865x standalone 10BASE-T1L Ethernet controller with SPI interface.
compatible: "microchip,lan865x"
include: [spi-device.yaml, ethernet-controller.yaml]
properties:
tx-cut-through-mode:
type: boolean
description: Enable TX cut through mode
rx-cut-through-mode:
type: boolean
description: Enable RX cut through mode
int-gpios:
type: phandle-array
required: true
description: |
The interrupt pin of LAN865X is active low.
If connected directly the MCU pin should be configured
as active low.
rst-gpios:
type: phandle-array
required: true
description: The reset pin of LAN865X.