1
0
Fork 0

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: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
alistair/sensors
Amelie Delaunay 2019-12-09 15:23:22 +01:00 committed by Alexandre Torgue
parent 5841d00fe0
commit 426c1e8fa7
1 changed files with 7 additions and 0 deletions

View File

@ -594,6 +594,13 @@
status = "okay";
};
&usbotg_hs {
dr_mode = "peripheral";
phys = <&usbphyc_port1 0>;
phy-names = "usb2-phy";
status = "okay";
};
&usbphyc {
status = "okay";
};