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/phy-stih407-usb.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 ST STiH407 USB PHY controller
    2 
    3 This file documents the dt bindings for the usb picoPHY driver which is the PHY for both USB2 and USB3
    4 host controllers (when controlling usb2/1.1 devices) available on STiH407 SoC family from STMicroelectronics.
    5 
    6 Required properties:
    7 - compatible            : should be "st,stih407-usb2-phy"
    8 - st,syscfg             : phandle of sysconfig bank plus integer array containing phyparam and phyctrl register offsets
    9 - resets                : list of phandle and reset specifier pairs. There should be two entries, one
   10                           for the whole phy and one for the port
   11 - reset-names           : list of reset signal names. Should be "global" and "port"
   12 See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
   13 See: Documentation/devicetree/bindings/reset/reset.txt
   14 
   15 Example:
   16 
   17 usb2_picophy0: usbpicophy@f8 {
   18         compatible      = "st,stih407-usb2-phy";
   19         #phy-cells      = <0>;
   20         st,syscfg       = <&syscfg_core 0x100 0xf4>;
   21         resets          = <&softreset STIH407_PICOPHY_SOFTRESET>,
   22                           <&picophyreset STIH407_PICOPHY0_RESET>;
   23         reset-names     = "global", "port";
   24 };

Cache object: 25dca1cb273fc87f7747f31904ab592b


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