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/cpsw-phy-sel.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 TI CPSW Phy mode Selection Device Tree Bindings (DEPRECATED)
    2 -----------------------------------------------
    3 
    4 Required properties:
    5 - compatible            : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and
    6                           "ti,dra7xx-cpsw-phy-sel" for dra7xx platform
    7                           "ti,am43xx-cpsw-phy-sel" for am43xx platform
    8 - reg                   : physical base address and size of the cpsw
    9                           registers map
   10 - reg-names             : names of the register map given in "reg" node
   11 
   12 Optional properties:
   13 -rmii-clock-ext         : If present, the driver will configure the RMII
   14                           interface to external clock usage
   15 
   16 Examples:
   17 
   18         phy_sel: cpsw-phy-sel@44e10650 {
   19                 compatible = "ti,am3352-cpsw-phy-sel";
   20                 reg= <0x44e10650 0x4>;
   21                 reg-names = "gmii-sel";
   22         };
   23 
   24 (or)
   25         phy_sel: cpsw-phy-sel@44e10650 {
   26                 compatible = "ti,am3352-cpsw-phy-sel";
   27                 reg= <0x44e10650 0x4>;
   28                 reg-names = "gmii-sel";
   29                 rmii-clock-ext;
   30         };

Cache object: 39189f6abf8b9329dc25653943ca73ea


[ 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.