usb-hcd.txt 177 B

123456789
  1. Generic USB HCD (Host Controller Device) Properties
  2. Optional properties:
  3. - phys: a list of all USB PHYs on this HCD
  4. Example:
  5. &usb1 {
  6. phys = <&usb2_phy1>, <&usb3_phy1>;
  7. };