]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / bcm283x-rpi-usb-otg.dtsi
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
1aa1d858
SW
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};