]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.txt
Merge remote-tracking branch 'kgdb/kgdb-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / phy / brcm,kona-usb2-phy.txt
1 BROADCOM KONA USB2 PHY
2
3 Required properties:
4  - compatible: brcm,kona-usb2-phy
5  - reg: offset and length of the PHY registers
6  - #phy-cells: must be 0
7 Refer to phy/phy-bindings.txt for the generic PHY binding properties
8
9 Example:
10
11         usbphy: usb-phy@3f130000 {
12                 compatible = "brcm,kona-usb2-phy";
13                 reg = <0x3f130000 0x28>;
14                 #phy-cells = <0>;
15         };