Lines Matching +full:soc +full:- +full:glue
1 OMAP GLUE AND OTHER OMAP SPECIFIC COMPONENTS
3 OMAP MUSB GLUE
4 - compatible : Should be "ti,omap4-musb" or "ti,omap3-musb"
5 - ti,hwmods : must be "usb_otg_hs"
6 - multipoint : Should be "1" indicating the musb controller supports
7 multipoint. This is a MUSB configuration-specific setting.
8 - num-eps : Specifies the number of endpoints. This is also a
9 MUSB configuration-specific setting. Should be set to "16"
10 - ram-bits : Specifies the ram address size. Should be set to "12"
11 - interface-type : This is a board specific setting to describe the type of
14 - mode : Should be "3" to represent OTG. "1" signifies HOST and "2"
16 - power : Should be "50". This signifies the controller can supply up to
18 - usb-phy : the phandle for the PHY device
19 - phys : the phandle for the PHY device (used by generic PHY framework)
20 - phy-names : the names of the PHY corresponding to the PHYs present in the
24 - ctrl-module : phandle of the control module this glue uses to write to
27 SOC specific device node entry
29 compatible = "ti,omap4-musb";
32 num-eps = <16>;
33 ram-bits = <12>;
34 ctrl-module = <&omap_control_usb>;
36 phy-names = "usb2-phy";
41 interface-type = <1>;
46 OMAP DWC3 GLUE
47 - compatible : Should be
49 * "ti,am437x-dwc3" for AM437x
50 - ti,hwmods : Should be "usb_otg_ss"
51 - reg : Address and length of the register set for the device.
52 - interrupts : The irq number of this device that is used to interrupt the
54 - #address-cells, #size-cells : Must be present if the device has sub-nodes
55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
57 - ranges: the child address space are mapped 1:1 onto the parent address space
60 - extcon : phandle for the extcon device omap dwc3 uses to detect
62 - vbus-supply : phandle to the regulator device tree node if needed.
64 Sub-nodes:
65 The dwc3 core should be added as subnode to omap dwc3 glue.
66 - dwc3 :
75 #address-cells = <1>;
76 #size-cells = <1>;
77 utmi-mode = <2>;