18c2ecf20Sopenharmony_ciDevice tree binding documentation for am816x USB PHY
28c2ecf20Sopenharmony_ci=========================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci- compatible : should be "ti,dm816x-usb-phy"
68c2ecf20Sopenharmony_ci- reg : offset and length of the PHY register set.
78c2ecf20Sopenharmony_ci- reg-names : name for the phy registers
88c2ecf20Sopenharmony_ci- clocks : phandle to the clock
98c2ecf20Sopenharmony_ci- clock-names : name of the clock
108c2ecf20Sopenharmony_ci- syscon: phandle for the syscon node to access misc registers
118c2ecf20Sopenharmony_ci- #phy-cells : from the generic PHY bindings, must be 1
128c2ecf20Sopenharmony_ci- syscon: phandle for the syscon node to access misc registers
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciExample:
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciusb_phy0: usb-phy@20 {
178c2ecf20Sopenharmony_ci	compatible = "ti,dm8168-usb-phy";
188c2ecf20Sopenharmony_ci	reg = <0x20 0x8>;
198c2ecf20Sopenharmony_ci	reg-names = "phy";
208c2ecf20Sopenharmony_ci	clocks = <&main_fapll 6>;
218c2ecf20Sopenharmony_ci	clock-names = "refclk";
228c2ecf20Sopenharmony_ci	#phy-cells = <0>;
238c2ecf20Sopenharmony_ci	syscon = <&scm_conf>;
248c2ecf20Sopenharmony_ci};
25