]> git.ipfire.org Git - thirdparty/u-boot.git/blame - doc/device-tree-bindings/usb/ehci-msm.txt
board: dragonboard410c: add chainloaded config fragment
[thirdparty/u-boot.git] / doc / device-tree-bindings / usb / ehci-msm.txt
CommitLineData
5a822118
MK
1Chipidea EHCI controller (part of OTG controller) used on Qualcomm devices.
2
3Required properties:
4- compatible: must be "qcom,ehci-host"
5- reg: start address and size of the registers
6
7ehci@78d9000 {
8 compatible = "qcom,ehci-host";
9 reg = <0x78d9000 0x400>;
10};