rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / ohci-omap3.txt
blobce8c47cff6d0c98b803c9224929315a1efae10e5
1 OMAP HS USB OHCI controller (OMAP3 and later)
3 Required properties:
5 - compatible: should be "ti,ohci-omap3"
6 - reg: should contain one register range i.e. start and length
7 - interrupts: description of the interrupt line
9 Example for OMAP4:
11 usbhsohci: ohci@4a064800 {
12         compatible = "ti,ohci-omap3";
13         reg = <0x4a064800 0x400>;
14         interrupts = <0 76 0x4>;