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/phy/brcm,ns2-drd-phy.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 BROADCOM NORTHSTAR2 USB2 (DUAL ROLE DEVICE) PHY
    2 
    3 Required properties:
    4  - compatible: brcm,ns2-drd-phy
    5  - reg: offset and length of the NS2 PHY related registers.
    6  - reg-names
    7    The below registers must be provided.
    8    icfg - for DRD ICFG configurations
    9    rst-ctrl - for DRD IDM reset
   10    crmu-ctrl - for CRMU core vdd, PHY and PHY PLL reset
   11    usb2-strap - for port over current polarity reversal
   12  - #phy-cells: Must be 0. No args required.
   13  - vbus-gpios: vbus gpio binding
   14  - id-gpios: id gpio binding
   15 
   16 Refer to phy/phy-bindings.txt for the generic PHY binding properties
   17 
   18 Example:
   19         usbdrd_phy: phy@66000960 {
   20                         #phy-cells = <0>;
   21                         compatible = "brcm,ns2-drd-phy";
   22                         reg = <0x66000960 0x24>,
   23                               <0x67012800 0x4>,
   24                               <0x6501d148 0x4>,
   25                               <0x664d0700 0x4>;
   26                         reg-names = "icfg", "rst-ctrl",
   27                                     "crmu-ctrl", "usb2-strap";
   28                         id-gpios = <&gpio_g 30 0>;
   29                         vbus-gpios = <&gpio_g 31 0>;
   30         };

Cache object: 1db07c3c54516dd313ec00cb3a03813c


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