usb-xhci.txt 393 字节
Newer Older
1 2 3
USB xHCI controllers

Required properties:
4
  - compatible: should be "generic-xhci" (deprecated: "xhci-platform").
5 6 7 8 9 10
  - reg: should contain address and length of the standard XHCI
    register set for the device.
  - interrupts: one XHCI interrupt should be described here.

Example:
	usb@f0931000 {
11
		compatible = "generic-xhci";
12 13 14
		reg = <0xf0931000 0x8c8>;
		interrupts = <0x0 0x4e 0x0>;
	};