18c2ecf20Sopenharmony_ciIMG Pistachio USB PHY
28c2ecf20Sopenharmony_ci=====================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci--------------------
68c2ecf20Sopenharmony_ci - compatible: Must be "img,pistachio-usb-phy".
78c2ecf20Sopenharmony_ci - #phy-cells: Must be 0.  See ./phy-bindings.txt for details.
88c2ecf20Sopenharmony_ci - clocks: Must contain an entry for each entry in clock-names.
98c2ecf20Sopenharmony_ci   See ../clock/clock-bindings.txt for details.
108c2ecf20Sopenharmony_ci - clock-names: Must include "usb_phy".
118c2ecf20Sopenharmony_ci - img,cr-top: Must constain a phandle to the CR_TOP syscon node.
128c2ecf20Sopenharmony_ci - img,refclk: Indicates the reference clock source for the USB PHY.
138c2ecf20Sopenharmony_ci   See <dt-bindings/phy/phy-pistachio-usb.h> for a list of valid values.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciOptional properties:
168c2ecf20Sopenharmony_ci--------------------
178c2ecf20Sopenharmony_ci - phy-supply: USB VBUS supply.  Must supply 5.0V.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciExample:
208c2ecf20Sopenharmony_ci--------
218c2ecf20Sopenharmony_ciusb_phy: usb-phy {
228c2ecf20Sopenharmony_ci	compatible = "img,pistachio-usb-phy";
238c2ecf20Sopenharmony_ci	clocks = <&clk_core CLK_USB_PHY>;
248c2ecf20Sopenharmony_ci	clock-names = "usb_phy";
258c2ecf20Sopenharmony_ci	phy-supply = <&usb_vbus>;
268c2ecf20Sopenharmony_ci	img,refclk = <REFCLK_CLK_CORE>;
278c2ecf20Sopenharmony_ci	img,cr-top = <&cr_top>;
288c2ecf20Sopenharmony_ci	#phy-cells = <0>;
298c2ecf20Sopenharmony_ci};
30