phy-hi6220-usb.txt 458 B

1234567891011121314151617
  1. Hisilicon hi6220 usb PHY
  2. -----------------------
  3. Required properties:
  4. - compatible: should be "hisilicon,hi6220-usb-phy"
  5. - #phy-cells: must be 0
  6. - hisilicon,peripheral-syscon: phandle of syscon used to control phy.
  7. Refer to phy/phy-bindings.txt for the generic PHY binding properties
  8. Example:
  9. usb_phy: usbphy {
  10. compatible = "hisilicon,hi6220-usb-phy";
  11. #phy-cells = <0>;
  12. phy-supply = <&fixed_5v_hub>;
  13. hisilicon,peripheral-syscon = <&sys_ctrl>;
  14. };