ulpi.txt 401 B

1234567891011121314151617181920
  1. ULPI bus binding
  2. ----------------
  3. Phys that are behind a ULPI connection can be described with the following
  4. binding. The host controller shall have a "ulpi" named node as a child, and
  5. that node shall have one enabled node underneath it representing the ulpi
  6. device on the bus.
  7. EXAMPLE
  8. -------
  9. usb {
  10. compatible = "vendor,usb-controller";
  11. ulpi {
  12. phy {
  13. compatible = "vendor,phy";
  14. };
  15. };
  16. };