blob: e7d217c967a1cb53500072d4aa0ff4f65f620087 [file] [log] [blame]
Stefan Wahren1aa1d858f2017-05-21 18:44:36 +02001&usb {
2 dr_mode = "otg";
3 g-rx-fifo-size = <256>;
4 g-np-tx-fifo-size = <32>;
5 /*
6 * According to dwc2 the sum of all device EP
7 * fifo sizes shouldn't exceed 3776 bytes.
8 */
9 g-tx-fifo-size = <256 256 512 512 512 768 768>;
10};