Lines Matching +full:dual +full:-
4 - compatible : should be "mediatek,<soc-model>-mtu3", "mediatek,mtu3",
5 soc-model is the name of SoC, such as mt8173, mt2712 etc,
8 - "mediatek,mt8173-mtu3"
9 - reg : specifies physical base address and size of the registers
10 - reg-names: should be "mac" for device IP and "ippc" for IP port control
11 - interrupts : interrupt used by the device IP
12 - power-domains : a phandle to USB power domain node to control USB's
14 - vusb33-supply : regulator of USB avdd3.3v
15 - clocks : a list of phandle + clock-specifier pairs, one for each
16 entry in clock-names
17 - clock-names : must contain "sys_ck" for clock of controller,
20 - phys : see usb-hcd.yaml in the current directory
21 - dr_mode : should be one of "host", "peripheral" or "otg",
25 - #address-cells, #size-cells : should be '2' if the device has sub-nodes
27 - ranges : allows valid 1:1 translation between child's address space and
29 - extcon : external connector for vbus and idpin changes detection, needed
30 when supports dual-role mode.
32 new bindings, and use "usb-role-switch" property instead.
33 - vbus-supply : reference to the VBUS regulator, needed when supports
34 dual-role mode.
36 new bindings, and put into a usb-connector node.
37 see connector/usb-connector.yaml.
38 - pinctrl-names : a pinctrl state named "default" is optional, and need be
40 is set as "otg", and meanwhile the property "mediatek,enable-manual-drd"
42 - pinctrl-0 : pin control group
43 See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
45 - maximum-speed : valid arguments are "super-speed", "high-speed" and
46 "full-speed"; refer to usb/generic.txt
47 - usb-role-switch : use USB Role Switch to support dual-role switch, but
49 - enable-manual-drd : supports manual dual-role switch via debugfs; usually
50 used when receptacle is TYPE-A and also wants to support dual-role
52 - wakeup-source: enable USB remote wakeup of host mode.
53 - mediatek,syscon-wakeup : phandle to syscon used to access the register
55 "wakeup-source", and has two arguments:
56 - the first one : register base address of the glue layer in syscon;
57 - the second one : hardware version of the glue layer
58 - 1 : used by mt8173 etc
59 - 2 : used by mt2712 etc
60 - mediatek,u3p-dis-msk : mask to disable u3ports, bit0 for u3port0,
63 additionally the properties from usb-hcd.yaml (in the current directory) are
66 Sub-nodes:
69 Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt
71 The port would be added as subnode if use "usb-role-switch" property.
76 compatible = "mediatek,mt8173-mtu3";
79 reg-names = "mac", "ippc";
83 power-domains = <&scpsys MT8173_POWER_DOMAIN_USB>;
87 clock-names = "sys_ck", "ref_ck";
88 vusb33-supply = <&mt6397_vusb_reg>;
89 vbus-supply = <&usb_p0_vbus>;
92 wakeup-source;
93 mediatek,syscon-wakeup = <&pericfg 0x400 1>;
94 #address-cells = <2>;
95 #size-cells = <2>;
99 compatible = "mediatek,mt8173-xhci";
101 reg-names = "mac";
103 power-domains = <&scpsys MT8173_POWER_DOMAIN_USB>;
105 clock-names = "sys_ck", "ref_ck";
106 vusb33-supply = <&mt6397_vusb_reg>;