ARM: dts: stm32: lxa-tac: adjust USB gadget fifo sizes for multi function

Allow providing the Ethernet and mass storage functions on the USB
peripheral port at the same time.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Leonard Göhrs
2024-11-19 12:35:00 +01:00
committed by Alexandre Torgue
parent 4f1d50488f
commit 0407c432ae

View File

@@ -580,6 +580,10 @@ &usbotg_hs {
vusb_d-supply = <&vdd_usb>;
vusb_a-supply = <&reg18>;
g-rx-fifo-size = <512>;
g-np-tx-fifo-size = <32>;
g-tx-fifo-size = <128 128 64 16 16 16 16 16>;
dr_mode = "peripheral";
status = "okay";