arm: dts: mt8516-pumpkin: enable usb port
authorFabien Parent <fparent@baylibre.com>
Fri, 16 Oct 2020 15:40:06 +0000 (17:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 19:59:19 +0000 (14:59 -0500)
Enable the USB port for MT8516 Pumpkin Board.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
arch/arm/dts/mt8516-pumpkin.dts

index cd43c1f..292b00f 100644 (file)
 &watchdog {
        status = "okay";
 };
+
+&usb0 {
+       status = "okay";
+       dr_mode = "peripheral";
+
+       usb_con_c: connector {
+               compatible = "usb-c-connector";
+               label = "USB-C";
+       };
+};