Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: Add Cortina device tree bindings

Add device tree description info for Cortina 10G phy devices.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Bogdan Purcareata and committed by
David S. Miller
303d9771 15b9e533

+21
+21
Documentation/devicetree/bindings/net/cortina.txt
··· 1 + Cortina Phy Driver Device Tree Bindings 2 + --------------------------------------- 3 + 4 + CORTINA is a registered trademark of Cortina Systems, Inc. 5 + 6 + The driver supports the Cortina Electronic Dispersion Compensation (EDC) 7 + devices, equipped with clock and data recovery (CDR) circuits. These 8 + devices make use of registers that are not compatible with Clause 45 or 9 + Clause 22, therefore they need to be described using the 10 + "ethernet-phy-id" compatible. 11 + 12 + Since the driver only implements polling mode support, interrupts info 13 + can be skipped. 14 + 15 + Example (CS4340 phy): 16 + mdio { 17 + cs4340_phy@10 { 18 + compatible = "ethernet-phy-id13e5.1002"; 19 + reg = <0x10>; 20 + }; 21 + };