arm64: dts: marvell: samsung,coreprimevelte: Add USB connector

Add a node for the micro-USB connector found on the board.

Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
This commit is contained in:
Duje Mihanović 2025-09-13 23:21:11 +02:00
parent 5698566012
commit b3061b16d5
No known key found for this signature in database
GPG Key ID: AD319352458FAD03

View File

@ -69,6 +69,12 @@ muic: extcon@14 {
reg = <0x14>;
interrupt-parent = <&gpio>;
interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
usb_con: connector {
compatible = "usb-b-connector";
label = "micro-USB";
type = "micro";
};
};
};