Roger Quadros | 5867320 | 2013-03-12 12:44:47 +0200 | [diff] [blame] | 1 | OMAP HS USB OHCI controller (OMAP3 and later) |
| 2 | |
| 3 | Required properties: |
| 4 | |
| 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 |
| 8 | |
| 9 | Example for OMAP4: |
| 10 | |
| 11 | usbhsohci: ohci@4a064800 { |
Roger Quadros | c792349 | 2014-02-27 16:18:31 +0200 | [diff] [blame] | 12 | compatible = "ti,ohci-omap3"; |
Roger Quadros | 5867320 | 2013-03-12 12:44:47 +0200 | [diff] [blame] | 13 | reg = <0x4a064800 0x400>; |
| 14 | interrupts = <0 76 0x4>; |
| 15 | }; |