xref: /freebsd-src/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-usb-peripheral.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
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