0001 Hisilicon hi6220 usb PHY
0002 -----------------------
0003
0004 Required properties:
0005 - compatible: should be "hisilicon,hi6220-usb-phy"
0006 - #phy-cells: must be 0
0007 - hisilicon,peripheral-syscon: phandle of syscon used to control phy.
0008 Refer to phy/phy-bindings.txt for the generic PHY binding properties
0009
0010 Example:
0011 usb_phy: usbphy {
0012 compatible = "hisilicon,hi6220-usb-phy";
0013 #phy-cells = <0>;
0014 phy-supply = <&fixed_5v_hub>;
0015 hisilicon,peripheral-syscon = <&sys_ctrl>;
0016 };