Browse Source

arm: dts: mt8516-pumpkin: enable usb port

Enable the USB port for MT8516 Pumpkin Board.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Fabien Parent 3 years ago
parent
commit
3dbff96256
1 changed files with 10 additions and 0 deletions
  1. 10 0
      arch/arm/dts/mt8516-pumpkin.dts

+ 10 - 0
arch/arm/dts/mt8516-pumpkin.dts

@@ -108,3 +108,13 @@
 &watchdog {
 	status = "okay";
 };
+
+&usb0 {
+	status = "okay";
+	dr_mode = "peripheral";
+
+	usb_con_c: connector {
+		compatible = "usb-c-connector";
+		label = "USB-C";
+	};
+};