mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
8 lines
172 B
Text
8 lines
172 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
&usb {
|
||
|
dr_mode = "peripheral";
|
||
|
g-rx-fifo-size = <256>;
|
||
|
g-np-tx-fifo-size = <32>;
|
||
|
g-tx-fifo-size = <256 256 512 512 512 768 768>;
|
||
|
};
|