Searched +full:ti +full:- +full:dp83869 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/net/ti,dp83869.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: TI DP83869 ethernet PHY11 - $ref: "ethernet-phy.yaml#"14 - Dan Murphy <dmurphy@ti.com>17 The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiver18 with integrated PMD sublayers that supports 10BASE-Te, 100BASE-TX and19 1000BASE-T Ethernet protocols. The DP83869 also supports 1000BASE-X and[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Driver for the Texas Instruments DP83869 PHY16 #include <dt-bindings/net/ti-dp83869.h>69 /* This is the same bit mask as the BMCR so re-use the BMCR default */157 struct dp83869_private *dp83869 = phydev->priv; in dp83869_read_status() local164 if (linkmode_test_bit(ETHTOOL_LINK_MODE_FIBRE_BIT, phydev->supported)) { in dp83869_read_status()165 if (phydev->link) { in dp83869_read_status()166 if (dp83869->mode == DP83869_RGMII_100_BASE) in dp83869_read_status()167 phydev->speed = SPEED_100; in dp83869_read_status()169 phydev->speed = SPEED_UNKNOWN; in dp83869_read_status()[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * Device Tree constants for the Texas Instruments DP83869 PHY5 * Author: Dan Murphy <dmurphy@ti.com>19 /* IO_MUX_CFG - Clock output selection */