Commit 82ac8a81 authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: add USB OTG full support on stm32mp151



Using the st,stm32mp15-hsotg compatible allows to use USB OTG with Dual Role
mode support.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 8714b26e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1044,7 +1044,7 @@
		};

		usbotg_hs: usb-otg@49000000 {
			compatible = "snps,dwc2";
			compatible = "st,stm32mp15-hsotg", "snps,dwc2";
			reg = <0x49000000 0x10000>;
			clocks = <&rcc USBO_K>;
			clock-names = "otg";
@@ -1055,6 +1055,7 @@
			g-np-tx-fifo-size = <32>;
			g-tx-fifo-size = <128 128 64 64 64 64 32 32>;
			dr_mode = "otg";
			usb33d-supply = <&usb33>;
			status = "disabled";
		};