scsi: async sd resume
[linux.git] / Documentation / devicetree / bindings / usb / via,vt8500-ehci.txt
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         };