1# Copyright 2023-2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: TI DP83825 Ethernet PHY device 5 6compatible: "ti,dp83825" 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 ti,interface-type: 18 type: string 19 required: true 20 description: Which type of phy connection the phy is set up for 21 enum: 22 - "rmii" 23 - "rmii-25MHz" 24