brintos

brintos / linux-shallow public Read only

0
0
Text · 650 B · 40d0bd9 Raw
22 lines · plain
1Cortina Phy Driver Device Tree Bindings2---------------------------------------3 4CORTINA is a registered trademark of Cortina Systems, Inc.5 6The driver supports the Cortina Electronic Dispersion Compensation (EDC)7devices, equipped with clock and data recovery (CDR) circuits. These8devices make use of registers that are not compatible with Clause 45 or9Clause 22, therefore they need to be described using the10"ethernet-phy-id" compatible.11 12Since the driver only implements  polling mode support, interrupts info13can be skipped.14 15Example (CS4340 phy):16	mdio {17		cs4340_phy@10 {18			compatible = "ethernet-phy-id13e5.1002";19			reg = <0x10>;20		};21	};22