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