phy: add Marvell HSIC 28nm PHY
[deliverable/linux.git] / Documentation / devicetree / bindings / usb / ci-hdrc-zevio.txt
CommitLineData
f61a7669
DT
1* LSI Zevio USB OTG Controller
2
3Required properties:
4- compatible: Should be "lsi,zevio-usb"
5- reg: Should contain registers location and length
6- interrupts: Should contain controller interrupt
7
8Optional properties:
9- vbus-supply: regulator for vbus
10
11Examples:
12 usb0: usb@b0000000 {
13 reg = <0xb0000000 0x1000>;
14 compatible = "lsi,zevio-usb";
15 interrupts = <8>;
16 vbus-supply = <&vbus_reg>;
17 };
This page took 0.105733 seconds and 5 git commands to generate.