18c2ecf20Sopenharmony_ciULPI bus binding
28c2ecf20Sopenharmony_ci----------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciPhys that are behind a ULPI connection can be described with the following
58c2ecf20Sopenharmony_cibinding. The host controller shall have a "ulpi" named node as a child, and
68c2ecf20Sopenharmony_cithat node shall have one enabled node underneath it representing the ulpi
78c2ecf20Sopenharmony_cidevice on the bus.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciEXAMPLE
108c2ecf20Sopenharmony_ci-------
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciusb {
138c2ecf20Sopenharmony_ci	compatible = "vendor,usb-controller";
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	ulpi {
168c2ecf20Sopenharmony_ci		phy {
178c2ecf20Sopenharmony_ci			compatible = "vendor,phy";
188c2ecf20Sopenharmony_ci		};
198c2ecf20Sopenharmony_ci	};
208c2ecf20Sopenharmony_ci};
21