rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / usb-uhci.txt
blobcc2e6f7d602e1f8376233b894538827b4de54632
1 Generic Platform UHCI Controller
2 -----------------------------------------------------
4 Required properties:
5 - compatible : "generic-uhci" (deprecated: "platform-uhci")
6 - reg : Should contain 1 register ranges(address and length)
7 - interrupts : UHCI controller interrupt
9 additionally the properties from usb-hcd.txt (in the current directory) are
10 supported.
12 Example:
14         uhci@d8007b00 {
15                 compatible = "generic-uhci";
16                 reg = <0xd8007b00 0x200>;
17                 interrupts = <43>;
18         };