Lines Matching +full:otg +full:- +full:switch
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/usb/usb-drd.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic USB OTG Controller
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 otg-rev:
15 Tells usb driver the release number of the OTG and EH supplement with
16 which the device and its descriptors are compliant, in binary-coded
17 decimal (i.e. 2.0 is 0200H). This property is used if any real OTG
18 features (HNP/SRP/ADP) is enabled. If ADP is required, otg-rev should be
25 Tells Dual-Role USB controllers that we want to work on a particular
27 should default to OTG.
29 enum: [host, peripheral, otg]
30 default: otg
32 hnp-disable:
34 Tells OTG controllers we want to disable OTG HNP. Normally HNP is the
35 basic function of real OTG except you want it to be a srp-capable only B
39 srp-disable:
41 Tells OTG controllers we want to disable OTG SRP. SRP is optional for OTG
45 adp-disable:
47 Tells OTG controllers we want to disable OTG ADP. ADP is optional for OTG
51 usb-role-switch:
54 (USB host or USB device) for a given USB connector, such as Type-C,
55 Type-B(micro). See connector/usb-connector.yaml.
57 role-switch-default-mode:
59 Indicates if usb-role-switch is enabled, the device default operation
68 - |
73 usb-phy = <&usb2_phy>, <&usb3_phy>;
74 maximum-speed = "super-speed";
75 dr_mode = "otg";
77 otg-rev = <0x0200>;
78 adp-disable;