Part Number: J721EXSOMXEVM
I have found an issue with UART 8250_omap.c linux driver. When I enabled child node on uart (for external Bluetooth module) kernel stuck with RCU stall. I have found a scenario which leads to deadlock.
The issue is related to kernel "ti-linux-6.6.y" tag: 10.01.02.
The driver uses port->lock in function omap8250_runtime_resume() line at 1856. But in this scenario the lock is held by serial line layer.