ARM: dts: stm32: select otg mode for usbotg_hs on stm32746g_eval

Configure USB OTG HS in OTG (DRD) mode on STM32746G_eval.
The USB connector used will determine the role of USB OTG controller.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Amelie Delaunay 2018-02-15 16:54:00 +01:00 committed by Alexandre Torgue
parent 3058b69bf9
commit 7dcf834660
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ &usart1 {
};
&usbotg_hs {
dr_mode = "host";
dr_mode = "otg";
phys = <&usbotg_hs_phy>;
phy-names = "usb2-phy";
pinctrl-0 = <&usbotg_hs_pins_a>;