uart0 delete dma;uart1 use dma

This commit is contained in:
toby 2025-12-09 17:05:27 +08:00
parent 056de8d721
commit d625ef6058
5 changed files with 5 additions and 5 deletions

View File

@ -596,8 +596,8 @@
clock-names = "baudclk", "apb_pclk";
reg-shift = <2>;
reg-io-width = <4>;
dmas = <&dmac 0>, <&dmac 1>;
dma-names = "tx","rx";
// dmas = <&dmac 0>, <&dmac 1>;
// dma-names = "tx","rx";
pinctrl-names = "default";
pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
status = "disabled";
@ -824,8 +824,8 @@
clock-names = "baudclk", "apb_pclk";
reg-shift = <2>;
reg-io-width = <4>;
//dmas = <&dmac 2>, <&dmac 3>;
// 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";

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
../kernel/zboot.img
/home/zhang/work/disk/linuxOS_AP05/kernel/zboot.img