brcm,kona-usb2-phy.txt 347 B

12345678910111213141516
  1. BROADCOM KONA USB2 PHY
  2. Required properties:
  3. - compatible: brcm,kona-usb2-phy
  4. - reg: offset and length of the PHY registers
  5. - #phy-cells: must be 0
  6. Refer to phy/phy-bindings.txt for the generic PHY binding properties
  7. Example:
  8. usbphy: usb-phy@3f130000 {
  9. compatible = "brcm,kona-usb2-phy";
  10. reg = <0x3f130000 0x28>;
  11. #phy-cells = <0>;
  12. };