Lines Matching refs:phy
7 - phy-mode : See ethernet.txt file in the same directory
10 - phy-reset-gpios : Should specify the gpio for phy reset
11 - phy-reset-duration : Reset duration in milliseconds. Should present
12 only if property "phy-reset-gpios" is available. Missing the property
15 - phy-supply : regulator that powers the Ethernet PHY.
16 - phy-handle : phandle to the PHY device connected to this device.
18 Use instead of phy-handle.
29 - mdio : specifies the mdio bus in the FEC, used as a container for phy nodes
30 according to phy.txt in the same directory
38 phy-mode = "mii";
39 phy-reset-gpios = <&gpio2 14 0>; /* GPIO2_14 */
41 phy-supply = <®_fec_supply>;
44 Example with phy specified:
50 phy-mode = "mii";
51 phy-reset-gpios = <&gpio2 14 0>; /* GPIO2_14 */
53 phy-supply = <®_fec_supply>;
54 phy-handle = <ðphy>;
56 ethphy: ethernet-phy@6 {
57 compatible = "ethernet-phy-ieee802.3-c22";