Merge tag 'v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
[linux-block.git] / Documentation / devicetree / bindings / phy / phy-ath79-usb.txt
CommitLineData
c054761c
AB
1* Atheros AR71XX/9XXX USB PHY
2
3Required properties:
4- compatible: "qca,ar7100-usb-phy"
5- #phys-cells: should be 0
5bdd5fbb 6- reset-names: "phy"[, "suspend-override"]
c054761c
AB
7- resets: references to the reset controllers
8
9Example:
10
11 usb-phy {
12 compatible = "qca,ar7100-usb-phy";
13
5bdd5fbb 14 reset-names = "phy", "suspend-override";
c054761c
AB
15 resets = <&rst 4>, <&rst 3>;
16
17 #phy-cells = <0>;
18 };