i am using custom board. i note that in the devkit, the uart0 is connected to the wifi_bt module. does that mean somewhere in the wifi/bt’s driver codes affect the uart0? and it switch to ttyTHS3 now. i don’t know why. but ttyTHS3 still doesn’t work. dmesg.log (57.7 KB) extracted_proc.dts.log (347.6 KB)
No, it is not used by default. It just means that this interface is from M.2 Key E.
[ 3.543695] 3110000.serial: ttyTHS3 at MMIO 0x3110000 (irq = 196, base_baud = 0) is a TEGRA_UART
It seems you want to use UART-B and it is enumerated as /dev/ttyTHS3.
I’ve checked your device tree, it seems you configured the wrong value for interrupts property of 3110000.serial.
Please modify the following line to check if it could help for current issue.