Skip to content
Snippets Groups Projects
Commit 3fd17d83 authored by Mathieu Othacehe's avatar Mathieu Othacehe Committed by Fabio Estevam
Browse files

arm: dts: imx93-var-som-symphony: Add USB support.


Enable both usbotg1 and usbotg2 ports.

Signed-off-by: default avatarMathieu Othacehe <othacehe@gnu.org>
parent 4b6e4eef
No related branches found
No related tags found
No related merge requests found
......@@ -285,6 +285,24 @@
status = "okay";
};
&usbotg1 {
dr_mode = "otg";
hnp-disable;
srp-disable;
adp-disable;
disable-over-current;
status = "okay";
};
&usbotg2 {
dr_mode = "host";
hnp-disable;
srp-disable;
adp-disable;
disable-over-current;
status = "okay";
};
/* SD */
&usdhc2 {
pinctrl-names = "default", "state_100mhz", "state_200mhz";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment