18c2ecf20Sopenharmony_ciMediatek/Ralink USB PHY
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci - compatible: "ralink,rt3352-usbphy"
58c2ecf20Sopenharmony_ci	       "mediatek,mt7620-usbphy"
68c2ecf20Sopenharmony_ci	       "mediatek,mt7628-usbphy"
78c2ecf20Sopenharmony_ci - reg: required for "mediatek,mt7628-usbphy", unused otherwise
88c2ecf20Sopenharmony_ci - #phy-cells: should be 0
98c2ecf20Sopenharmony_ci - ralink,sysctl: a phandle to a ralink syscon register region
108c2ecf20Sopenharmony_ci - resets: the two reset controllers for host and device
118c2ecf20Sopenharmony_ci - reset-names: the names of the 2 reset controllers
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciusbphy: phy {
168c2ecf20Sopenharmony_ci	compatible = "mediatek,mt7628-usbphy";
178c2ecf20Sopenharmony_ci	reg = <0x10120000 0x1000>;
188c2ecf20Sopenharmony_ci	#phy-cells = <0>;
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci	ralink,sysctl = <&sysc>;
218c2ecf20Sopenharmony_ci	resets = <&rstctrl 22 &rstctrl 25>;
228c2ecf20Sopenharmony_ci	reset-names = "host", "device";
238c2ecf20Sopenharmony_ci};
24