1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot&usb { 3*f126890aSEmmanuel Vadot dr_mode = "peripheral"; 4*f126890aSEmmanuel Vadot g-rx-fifo-size = <256>; 5*f126890aSEmmanuel Vadot g-np-tx-fifo-size = <32>; 6*f126890aSEmmanuel Vadot g-tx-fifo-size = <256 256 512 512 512 768 768>; 7*f126890aSEmmanuel Vadot}; 8