1MSM SoC HSUSB controllers 2 3EHCI 4 5Required properties: 6- compatible: Should contain "qcom,ehci-host" 7- regs: offset and length of the register set in the memory map 8- usb-phy: phandle for the PHY device 9 10Example EHCI controller device node: 11 12 ehci: ehci@f9a55000 { 13 compatible = "qcom,ehci-host"; 14 reg = <0xf9a55000 0x400>; 15 usb-phy = <&usb_otg>; 16 }; 17 18