Back to home page

OSCL-LXR

 
 

    


0001 ST STiH407 USB PHY controller
0002 
0003 This file documents the dt bindings for the usb picoPHY driver which is the PHY for both USB2 and USB3
0004 host controllers (when controlling usb2/1.1 devices) available on STiH407 SoC family from STMicroelectronics.
0005 
0006 Required properties:
0007 - compatible            : should be "st,stih407-usb2-phy"
0008 - st,syscfg             : phandle of sysconfig bank plus integer array containing phyparam and phyctrl register offsets
0009 - resets                : list of phandle and reset specifier pairs. There should be two entries, one
0010                           for the whole phy and one for the port
0011 - reset-names           : list of reset signal names. Should be "global" and "port"
0012 See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
0013 See: Documentation/devicetree/bindings/reset/reset.txt
0014 
0015 Example:
0016 
0017 usb2_picophy0: usbpicophy@f8 {
0018         compatible      = "st,stih407-usb2-phy";
0019         #phy-cells      = <0>;
0020         st,syscfg       = <&syscfg_core 0x100 0xf4>;
0021         resets          = <&softreset STIH407_PICOPHY_SOFTRESET>,
0022                           <&picophyreset STIH407_PICOPHY0_RESET>;
0023         reset-names     = "global", "port";
0024 };