1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot&usb { 3*f126890aSEmmanuel Vadot dr_mode = "otg"; 4*f126890aSEmmanuel Vadot g-rx-fifo-size = <256>; 5*f126890aSEmmanuel Vadot g-np-tx-fifo-size = <32>; 6*f126890aSEmmanuel Vadot /* 7*f126890aSEmmanuel Vadot * According to dwc2 the sum of all device EP 8*f126890aSEmmanuel Vadot * fifo sizes shouldn't exceed 3776 bytes. 9*f126890aSEmmanuel Vadot */ 10*f126890aSEmmanuel Vadot g-tx-fifo-size = <256 256 512 512 512 768 768>; 11*f126890aSEmmanuel Vadot}; 12