zephyr/dts/bindings/ethernet/microchip,ksz8081.yaml

25 lines
603 B
YAML

# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
description: Microchip KSZ8081 Ethernet PHY device
compatible: "microchip,ksz8081"
include: ethernet-phy.yaml
properties:
reset-gpios:
type: phandle-array
description: GPIO connected to PHY reset signal pin. Reset is active low.
int-gpios:
type: phandle-array
description: GPIO for interrupt signal indicating PHY state change.
microchip,interface-type:
type: string
required: true
description: Which type of phy connection the phy is set up for
enum:
- "mii"
- "rmii"
- "rmii-25MHz"