ARM: dts: stm32: enable USB OTG HS on stm32mp157c-ev1

This patch enables USB OTG HS on stm32mp157c-ev1 in Peripheral mode.

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-05-17 17:47:00 +02:00 коммит произвёл Alexandre Torgue
Родитель e2c205ab66
Коммит 0bfa7f78dd
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

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