Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7701677e authored by Peter Griffin's avatar Peter Griffin Committed by Maxime Coquelin
Browse files

ARM: STi: DT: STiH416: Add DT node for the stih415/6 usb2 phy



This usb picophy is found on stih415/6 SoC.

Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 401a5269
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -316,5 +316,13 @@

			status	        = "disabled";
		};

		usb2_phy: phy@0 {
			compatible = "st,stih416-usb-phy";
			#phy-cells = <0>;
			st,syscfg = <&syscfg_rear>;
			clocks = <&clk_sysin>;
			clock-names = "osc_phy";
		};
	};
};