arm: dts: mt8516-pumpkin: enable usb port

Enable the USB port for MT8516 Pumpkin Board.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
This commit is contained in:
Fabien Parent 2020-10-16 17:40:06 +02:00 committed by Tom Rini
parent 9fe7493b80
commit 3dbff96256

View File

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