@@ -3,10 +3,13 @@ Generic USB Properties
Optional properties:
- maximum-speed: tells USB controllers we want to work up to a certain
speed. Valid arguments are "super-speed-plus",
- "super-speed", "high-speed", "full-speed" and
- "low-speed". In case this isn't passed via DT, USB
- controllers should default to their maximum HW
- capability.
+ "super-speed-plus-gen2x2", "super-speed-plus-gen2x1",
+ "super-speed-plus-gen1x2", "super-speed", "high-speed",
+ "full-speed" and "low-speed". In case this isn't passed
+ via DT, USB controllers should default to their maximum
+ HW capability. Similarly, if the argument is
+ "super-speed-plus", USB controllers should default to
+ their maximum transfer rate and number of lanes.
- dr_mode: tells Dual-Role USB controllers that we want to work on a
particular mode. Valid arguments are "host",
"peripheral" and "otg". In case this attribute isn't