Ajay Kumar Gupta | 6514567 | 2012-08-31 11:09:53 +0000 | [diff] [blame] | 1 | AM33XX 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 Mohammed | d928cd2 | 2012-11-06 20:47:35 +0530 | [diff] [blame^] | 6 | - num-eps : Specifies the number of endpoints. This is also a |
Ajay Kumar Gupta | 6514567 | 2012-08-31 11:09:53 +0000 | [diff] [blame] | 7 | MUSB configuration-specific setting. Should be set to "16" |
Afzal Mohammed | d928cd2 | 2012-11-06 20:47:35 +0530 | [diff] [blame^] | 8 | - 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 Gupta | 6514567 | 2012-08-31 11:09:53 +0000 | [diff] [blame] | 10 | represents PERIPHERAL. |
Afzal Mohammed | d928cd2 | 2012-11-06 20:47:35 +0530 | [diff] [blame^] | 11 | - port1-mode : Should be "1" to represent HOST. "3" signifies OTG and "2" |
Ajay Kumar Gupta | 6514567 | 2012-08-31 11:09:53 +0000 | [diff] [blame] | 12 | represents PERIPHERAL. |
| 13 | - power : Should be "250". This signifies the controller can supply upto |
| 14 | 500mA when operating in host mode. |