Lines Matching +full:usb +full:- +full:valid
3 This file documents the parameters for the dwc3-st driver.
8 - compatible : must be "st,stih407-dwc3"
9 - reg : glue logic base address and USB syscfg ctrl register offset
10 - reg-names : should be "reg-glue" and "syscfg-reg"
11 - st,syscon : should be phandle to system configuration node which
13 - resets : list of phandle and reset specifier pairs. There should be two entries, one
15 - reset-names : list of reset signal names. Names should be "powerdown" and "softreset"
16 See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
19 - #address-cells, #size-cells : should be '1' if the device has sub-nodes
22 - pinctl-names : A pinctrl state named "default" must be defined
23 See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
25 - pinctrl-0 : Pin control group
26 See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
28 - ranges : allows valid 1:1 translation between child's address space and
31 Sub-nodes:
34 Documentation/devicetree/bindings/usb/snps,dwc3.yaml
37 is "otg", which isn't supported by this SoC. Valid dr_mode values for dwc3-st are either "host"
40 [1] Documentation/devicetree/bindings/usb/usb-drd.yaml
45 compatible = "st,stih407-dwc3";
47 reg-names = "reg-glue", "syscfg-reg";
51 reset-names = "powerdown", "softreset";
52 #address-cells = <1>;
53 #size-cells = <1>;
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_usb3>;
63 phy-names = "usb2-phy", "usb3-phy";