xref: /openbmc/linux/Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt (revision 9938b04472d5c59f8bd8152a548533a8599596a2)
1*30e9a0b2SZhangfei GaoHisilicon hi6220 usb PHY
2*30e9a0b2SZhangfei Gao-----------------------
3*30e9a0b2SZhangfei Gao
4*30e9a0b2SZhangfei GaoRequired properties:
5*30e9a0b2SZhangfei Gao- compatible: should be "hisilicon,hi6220-usb-phy"
6*30e9a0b2SZhangfei Gao- #phy-cells: must be 0
7*30e9a0b2SZhangfei Gao- hisilicon,peripheral-syscon: phandle of syscon used to control phy.
8*30e9a0b2SZhangfei GaoRefer to phy/phy-bindings.txt for the generic PHY binding properties
9*30e9a0b2SZhangfei Gao
10*30e9a0b2SZhangfei GaoExample:
11*30e9a0b2SZhangfei Gao	usb_phy: usbphy {
12*30e9a0b2SZhangfei Gao		compatible = "hisilicon,hi6220-usb-phy";
13*30e9a0b2SZhangfei Gao		#phy-cells = <0>;
14*30e9a0b2SZhangfei Gao		phy-supply = <&fixed_5v_hub>;
15*30e9a0b2SZhangfei Gao		hisilicon,peripheral-syscon = <&sys_ctrl>;
16*30e9a0b2SZhangfei Gao	};
17