Tony Prisk | 95e9fd1 | 2012-08-04 16:04:56 +1200 | [diff] [blame] | 1 | VIA/Wondermedia VT8500 EHCI Controller |
2 | ----------------------------------------------------- | ||||
3 | |||||
4 | Required properties: | ||||
5 | - compatible : "via,vt8500-ehci" | ||||
6 | - reg : Should contain 1 register ranges(address and length) | ||||
7 | - interrupts : ehci controller interrupt | ||||
8 | |||||
9 | Example: | ||||
10 | |||||
11 | ehci@d8007900 { | ||||
12 | compatible = "via,vt8500-ehci"; | ||||
13 | reg = <0xd8007900 0x200>; | ||||
14 | interrupts = <43>; | ||||
15 | }; |