Files
CoolPi-Armbian-Rockchip-RK3…/arch/arm64/boot/dts/rockchip/overlay/rk3588-dwc3-peripheral.dts
2025-02-04 12:41:12 -06:00

22 lines
406 B
Plaintext

/dts-v1/;
/plugin/;
/ {
metadata {
title = "Set OTG port to Peripheral mode";
compatible = "rockchip,rk3588";
category = "misc";
exclusive = "usbdrd_dwc3-dr_mode";
description = "Set OTG port to Peripheral mode.\nUse this when you want to connect to another computer.";
};
fragment@0 {
target = <&usbdrd_dwc3_0>;
__overlay__ {
status = "okay";
dr_mode = "peripheral";
};
};
};