fix uart1 overloader(delete uart1 dma) : 1.uart1 dma configuration error 2.if use uart1 dma,uart5 will reminder: dma error,use normal

This commit is contained in:
Toby 2025-11-10 15:27:04 +08:00
parent df4488c95c
commit 056de8d721

View File

@ -824,8 +824,8 @@
clock-names = "baudclk", "apb_pclk";
reg-shift = <2>;
reg-io-width = <4>;
dmas = <&dmac 4>, <&dmac 5>;
dma-names = "tx","rx";
//dmas = <&dmac 2>, <&dmac 3>;
// dma-names = "tx","rx";
pinctrl-names = "default";
pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts>;
status = "disabled";