Merge tag 'for-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
[sfrench/cifs-2.6.git] / 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         };