aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb/platform-uhci.txt
blob: 91477d6830ec2a04a96ed23683863b988816e47b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Generic Platform UHCI controllers.

Required properties:
 - compatible: Should be "platform-uhci".
 - reg: Address range of the uhci registers
 - interrupts: Should contain the uhci interrupt.

usb: uhci@D8007301 {
	compatible = "platform-uhci", "usb-uhci";
	reg = <0xD8007301 0x200>;
	interrupts = <0>;
};