The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/net/cortina.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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         };

Cache object: 427cd6e306be5beedd3926064ef7775a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.