Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: d4e4ab86bcba5a72779c43dc1459f71fea3d89c8 authored by Linus Torvalds on 12 August 2013, 01:04:20 UTC
Linux 3.11-rc5
Tip revision: d4e4ab8
via,vt8500-ehci.txt
VIA/Wondermedia VT8500 EHCI Controller
-----------------------------------------------------

Required properties:
- compatible : "via,vt8500-ehci"
- reg : Should contain 1 register ranges(address and length)
- interrupts : ehci controller interrupt

Example:

	ehci@d8007900 {
		compatible = "via,vt8500-ehci";
		reg = <0xd8007900 0x200>;
		interrupts = <43>;
	};
back to top