1 Qualcomm CI13xxx (Chipidea) USB controllers
4 - compatible: should contain "qcom,ci-hdrc"
5 - reg: offset and length of the register set in the memory map
6 - interrupts: interrupt-specifier for the controller interrupt.
7 - usb-phy: phandle for the PHY device
8 - dr_mode: Should be "peripheral"
12 compatible = "qcom,ci-hdrc";
13 reg = <0xf9a55000 0x400>;
14 dr_mode = "peripheral";
15 interrupts = <0 134 0>;