mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
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>
This commit is contained in:
parent
15b9e5330f
commit
303d97713c
21
Documentation/devicetree/bindings/net/cortina.txt
Normal file
21
Documentation/devicetree/bindings/net/cortina.txt
Normal file
@ -0,0 +1,21 @@
|
||||
Cortina Phy Driver Device Tree Bindings
|
||||
---------------------------------------
|
||||
|
||||
CORTINA is a registered trademark of Cortina Systems, Inc.
|
||||
|
||||
The driver supports the Cortina Electronic Dispersion Compensation (EDC)
|
||||
devices, equipped with clock and data recovery (CDR) circuits. These
|
||||
devices make use of registers that are not compatible with Clause 45 or
|
||||
Clause 22, therefore they need to be described using the
|
||||
"ethernet-phy-id" compatible.
|
||||
|
||||
Since the driver only implements polling mode support, interrupts info
|
||||
can be skipped.
|
||||
|
||||
Example (CS4340 phy):
|
||||
mdio {
|
||||
cs4340_phy@10 {
|
||||
compatible = "ethernet-phy-id13e5.1002";
|
||||
reg = <0x10>;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user