Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX8M-L/Peripherals/USB1 OTG

226 bytes removed, 14:44, 13 February 2023
Device tree configuration
<pre>
&usb3_phy0 usb3_phy1 { vbus-power-supply = <&ptn5110>; fsl,phy-tx-vref-tune = <6>; fsl,phy-tx-rise-tune = <0>; fsl,phy-tx-preemp-amp-tune = <3>; fsl,phy-comp-dis-tune = <7>; fsl,pcs-tx-deemph-3p5db = <0x21>; fsl,phy-pcs-tx-swing-full = <0x7f2>;
status = "okay";
};
&usb3_0 usb3_1 {
status = "okay";
};
&usb_dwc3_0 usb_dwc3_1 {
dr_mode = "otg";
extcon = <&extcon_usbotg2>;
hnp-disable;
srp-disable;
adp-disable;
usbrsp-roledisable; disable-switchover-current;
status = "okay";
 
port {
usb3_drd_sw: endpoint {
remote-endpoint = <&typec_dr_sw>;
};
};
};
dave_user
424
edits