1 ULPI bus binding 1 ULPI bus binding 2 ---------------- 2 ---------------- 3 3 4 Phys that are behind a ULPI connection can be 4 Phys that are behind a ULPI connection can be described with the following 5 binding. The host controller shall have a "ulp 5 binding. The host controller shall have a "ulpi" named node as a child, and 6 that node shall have one enabled node undernea 6 that node shall have one enabled node underneath it representing the ulpi 7 device on the bus. 7 device on the bus. 8 8 9 EXAMPLE 9 EXAMPLE 10 ------- 10 ------- 11 11 12 usb { 12 usb { 13 compatible = "vendor,usb-controller"; 13 compatible = "vendor,usb-controller"; 14 14 15 ulpi { 15 ulpi { 16 phy { 16 phy { 17 compatible = "vendor,p 17 compatible = "vendor,phy"; 18 }; 18 }; 19 }; 19 }; 20 }; 20 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.