]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: imx93-var-som-symphony: Add USB support.
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 20 Feb 2024 10:35:03 +0000 (11:35 +0100)
committerFabio Estevam <festevam@denx.de>
Sat, 24 Feb 2024 19:22:01 +0000 (16:22 -0300)
Enable both usbotg1 and usbotg2 ports.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
arch/arm/dts/imx93-var-som-symphony.dts

index a67bd005e5450dcc092d2c24383b3147fe1729d2..1bc619427165e38344efae05c242e4257b7bdb7a 100644 (file)
        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";