rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / ulpi.txt
blobca179dc4bd50a207ecd817f86a213a7d4a3dfd89
1 ULPI bus binding
2 ----------------
4 Phys that are behind a ULPI connection can be described with the following
5 binding. The host controller shall have a "ulpi" named node as a child, and
6 that node shall have one enabled node underneath it representing the ulpi
7 device on the bus.
9 EXAMPLE
10 -------
12 usb {
13         compatible = "vendor,usb-controller";
15         ulpi {
16                 phy {
17                         compatible = "vendor,phy";
18                 };
19         };