blob: a92250512a4efa43fc39d9a00e9a50954a388dc8 [file] [log] [blame]
Ajay Kumar Gupta65145672012-08-31 11:09:53 +00001AM33XX MUSB GLUE
2 - compatible : Should be "ti,musb-am33xx"
3 - ti,hwmods : must be "usb_otg_hs"
4 - multipoint : Should be "1" indicating the musb controller supports
5 multipoint. This is a MUSB configuration-specific setting.
Afzal Mohammedd928cd22012-11-06 20:47:35 +05306 - num-eps : Specifies the number of endpoints. This is also a
Ajay Kumar Gupta65145672012-08-31 11:09:53 +00007 MUSB configuration-specific setting. Should be set to "16"
Afzal Mohammedd928cd22012-11-06 20:47:35 +05308 - ram-bits : Specifies the ram address size. Should be set to "12"
9 - port0-mode : Should be "3" to represent OTG. "1" signifies HOST and "2"
Ajay Kumar Gupta65145672012-08-31 11:09:53 +000010 represents PERIPHERAL.
Afzal Mohammedd928cd22012-11-06 20:47:35 +053011 - port1-mode : Should be "1" to represent HOST. "3" signifies OTG and "2"
Ajay Kumar Gupta65145672012-08-31 11:09:53 +000012 represents PERIPHERAL.
13 - power : Should be "250". This signifies the controller can supply upto
14 500mA when operating in host mode.