Commit 426c1e8f authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: enable USB OTG HS on stm32mp15 DKx boards



This patch enables USB OTG HS on stm32mp15 dkx in Peripheral mode.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 5841d00f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -594,6 +594,13 @@ &usbh_ehci {
	status = "okay";
};

&usbotg_hs {
	dr_mode = "peripheral";
	phys = <&usbphyc_port1 0>;
	phy-names = "usb2-phy";
	status = "okay";
};

&usbphyc {
	status = "okay";
};