blob: 90f8f607d125b5c158012e7b24aa1ae58d564260 [file] [log] [blame]
Al Cooper1fe6c452013-07-25 19:04:44 -04001USB xHCI controllers
2
3Required properties:
Hans de Goede0f943882014-02-11 17:54:46 +01004 - compatible: should be "generic-xhci" (deprecated: "xhci-platform").
Al Cooper1fe6c452013-07-25 19:04:44 -04005 - reg: should contain address and length of the standard XHCI
6 register set for the device.
7 - interrupts: one XHCI interrupt should be described here.
8
9Example:
10 usb@f0931000 {
Hans de Goede0f943882014-02-11 17:54:46 +010011 compatible = "generic-xhci";
Al Cooper1fe6c452013-07-25 19:04:44 -040012 reg = <0xf0931000 0x8c8>;
13 interrupts = <0x0 0x4e 0x0>;
14 };