aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/usb/via,vt8500-ehci.txt
blob: 17b3ad1d97e78da7ecb8277ef86e505e494c9582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>;
	};