blob: 999be5ca901c18f3e3601d25e2539d5c902e7b16 [file] [log] [blame]
Al Cooper1fe6c452013-07-25 19:04:44 -04001USB xHCI controllers
2
3Required properties:
Gregory CLEMENT023bfe82014-05-15 12:17:34 +02004 - compatible: should be one of "generic-xhci",
5 "marvell,armada-375-xhci", "marvell,armada-380-xhci" (deprecated:
6 "xhci-platform").
Al Cooper1fe6c452013-07-25 19:04:44 -04007 - reg: should contain address and length of the standard XHCI
8 register set for the device.
9 - interrupts: one XHCI interrupt should be described here.
10
Gregory CLEMENT023bfe82014-05-15 12:17:34 +020011Optional property:
12 - clocks: reference to a clock
13
Al Cooper1fe6c452013-07-25 19:04:44 -040014Example:
15 usb@f0931000 {
Hans de Goede0f943882014-02-11 17:54:46 +010016 compatible = "generic-xhci";
Al Cooper1fe6c452013-07-25 19:04:44 -040017 reg = <0xf0931000 0x8c8>;
18 interrupts = <0x0 0x4e 0x0>;
19 };