Back to home page

OSCL-LXR

 
 

    


0001 ULPI bus binding
0002 ----------------
0003 
0004 Phys that are behind a ULPI connection can be described with the following
0005 binding. The host controller shall have a "ulpi" named node as a child, and
0006 that node shall have one enabled node underneath it representing the ulpi
0007 device on the bus.
0008 
0009 EXAMPLE
0010 -------
0011 
0012 usb {
0013         compatible = "vendor,usb-controller";
0014 
0015         ulpi {
0016                 phy {
0017                         compatible = "vendor,phy";
0018                 };
0019         };
0020 };