Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 &usb {
0003         dr_mode = "otg";
0004         g-rx-fifo-size = <256>;
0005         g-np-tx-fifo-size = <32>;
0006         /*
0007          * According to dwc2 the sum of all device EP
0008          * fifo sizes shouldn't exceed 3776 bytes.
0009          */
0010         g-tx-fifo-size = <256 256 512 512 512 768 768>;
0011 };