blob: e2fd9610e125291045679a4808a92d7f9e840064 [file] [log] [blame]
Heinrich Schuchardt143256b2019-04-28 06:46:57 +02001// SPDX-License-Identifier: GPL-2.0
2&usb {
3 dr_mode = "otg";
4 g-rx-fifo-size = <256>;
5 g-np-tx-fifo-size = <32>;
6 /*
7 * According to dwc2 the sum of all device EP
8 * fifo sizes shouldn't exceed 3776 bytes.
9 */
10 g-tx-fifo-size = <256 256 512 512 512 768 768>;
11};