rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / usb-hcd.txt
blob50529b838c9c4ee85979ba986131a18b87d5aa21
1 Generic USB HCD (Host Controller Device) Properties
3 Optional properties:
4 - phys: a list of all USB PHYs on this HCD
6 Example:
7         &usb1 {
8                 phys = <&usb2_phy1>, <&usb3_phy1>;
9         };