如何增加UART

固件类型:官方提供的固件
固件文件名称:ROC-RK3566-PC-MIPI-2CAM_Ubuntu20.04-r21156_v1.2.4a
固件下载地址:百度网盘 请输入提取码
Log日志:log.txt

你好,ROC-RK3566-PC只有一个调试串口输出。
能否用GPIO复用增加一组uart。
tchip_askquestions
log.txt (97 Bytes)

uart9可用,在拓展口上,具体位置看原理图和规格书
开启方法在设备树添加
&uart9 {
status = “okay”;
pinctrl-0 = <&uart9m1_xfer>;
};
然后编译内核并烧录

Liuth 发表于 2022-11-11 09:40
uart9可用,在拓展口上,具体位置看原理图和规格书
开启方法在设备树添加
&uart9 {

具体是哪个设备树文件呢

vc21 发表于 2022-11-11 15:11
具体是哪个设备树文件呢

rk3566-firefly-roc-pc-mipi101_M101014_BE45_A1-cam_2ms2mf.dts