blob: 40b3bc38473424048cfafd7abac96692aeb3ec8c [file] [log] [blame]
Ido Shayevitzef72ddd2012-03-28 18:55:55 +02001MSM SuperSpeed USB3.0 SoC controller
2
3Required properties :
4- compatible : should be "qcom,dwc-usb3-msm"
5- reg : offset and length of the register set in the memory map
6- interrupts: IRQ line
7- qcom,dwc-usb3-msm-dbm-eps: Number of endpoints avaliable for
8 the DBM (Device Bus Manager). The DBM is HW unit which is part of
9 the MSM USB3.0 core (which also includes the Synopsys DesignWare
10 USB3.0 controller)
11
12Example MSM USB3.0 controller device node :
13 usb@f9200000 {
14 compatible = "qcom,dwc-usb3-msm";
15 reg = <0xf9200000 0xCCFF>;
16 interrupts = <0 131 0>
17 qcom,dwc-usb3-msm-dbm-eps = <4>
18 };