uart0 delete dma;uart1 use dma
This commit is contained in:
parent
056de8d721
commit
d625ef6058
@ -596,8 +596,8 @@
|
|||||||
clock-names = "baudclk", "apb_pclk";
|
clock-names = "baudclk", "apb_pclk";
|
||||||
reg-shift = <2>;
|
reg-shift = <2>;
|
||||||
reg-io-width = <4>;
|
reg-io-width = <4>;
|
||||||
dmas = <&dmac 0>, <&dmac 1>;
|
// dmas = <&dmac 0>, <&dmac 1>;
|
||||||
dma-names = "tx","rx";
|
// dma-names = "tx","rx";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
|
pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
@ -824,8 +824,8 @@
|
|||||||
clock-names = "baudclk", "apb_pclk";
|
clock-names = "baudclk", "apb_pclk";
|
||||||
reg-shift = <2>;
|
reg-shift = <2>;
|
||||||
reg-io-width = <4>;
|
reg-io-width = <4>;
|
||||||
//dmas = <&dmac 2>, <&dmac 3>;
|
dmas = <&dmac 2>, <&dmac 3>;
|
||||||
// dma-names = "tx","rx";
|
dma-names = "tx","rx";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts>;
|
pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|||||||
BIN
kernel/boot.img
BIN
kernel/boot.img
Binary file not shown.
Binary file not shown.
BIN
kernel/zboot.img
BIN
kernel/zboot.img
Binary file not shown.
@ -1 +1 @@
|
|||||||
../kernel/zboot.img
|
/home/zhang/work/disk/linuxOS_AP05/kernel/zboot.img
|
||||||
Loading…
Reference in New Issue
Block a user