1# Copyright 2023-2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: Realtek RTL8211F Ethernet PHY device
5
6compatible: "realtek,rtl8211f"
7
8include: ethernet-phy.yaml
9
10properties:
11  reset-gpios:
12    type: phandle-array
13    description: GPIO connected to PHY reset signal pin. Reset is active low.
14  int-gpios:
15    type: phandle-array
16    description: GPIO for interrupt signal indicating PHY state change.
17