Al Cooper | 1fe6c45 | 2013-07-25 19:04:44 -0400 | [diff] [blame] | 1 | USB xHCI controllers |
| 2 | |
| 3 | Required properties: |
Gregory CLEMENT | 023bfe8 | 2014-05-15 12:17:34 +0200 | [diff] [blame^] | 4 | - compatible: should be one of "generic-xhci", |
| 5 | "marvell,armada-375-xhci", "marvell,armada-380-xhci" (deprecated: |
| 6 | "xhci-platform"). |
Al Cooper | 1fe6c45 | 2013-07-25 19:04:44 -0400 | [diff] [blame] | 7 | - reg: should contain address and length of the standard XHCI |
| 8 | register set for the device. |
| 9 | - interrupts: one XHCI interrupt should be described here. |
| 10 | |
Gregory CLEMENT | 023bfe8 | 2014-05-15 12:17:34 +0200 | [diff] [blame^] | 11 | Optional property: |
| 12 | - clocks: reference to a clock |
| 13 | |
Al Cooper | 1fe6c45 | 2013-07-25 19:04:44 -0400 | [diff] [blame] | 14 | Example: |
| 15 | usb@f0931000 { |
Hans de Goede | 0f94388 | 2014-02-11 17:54:46 +0100 | [diff] [blame] | 16 | compatible = "generic-xhci"; |
Al Cooper | 1fe6c45 | 2013-07-25 19:04:44 -0400 | [diff] [blame] | 17 | reg = <0xf0931000 0x8c8>; |
| 18 | interrupts = <0x0 0x4e 0x0>; |
| 19 | }; |