close spi i2s uart0 dma

This commit is contained in:
hyx 2026-01-15 14:26:33 +08:00
parent d625ef6058
commit 54b013e3ca
2 changed files with 8 additions and 2 deletions

View File

@ -510,6 +510,8 @@
};
&spi1 {
status = "okay";
/delete-property/ dmas;
/delete-property/ dma-names;
//pinctrl-names = "default";
pinctrl-0 = <&spi1_csn0 &spi1_clk &spi1_miso &spi1_mosi>;
wk2xxx_spi1@0{
@ -534,6 +536,8 @@
&i2s1_2ch {
status = "okay";
/delete-property/ dmas;
/delete-property/ dma-names;
#sound-dai-cells = <0>;
};
@ -649,6 +653,8 @@
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_xfer>;
/delete-property/ dmas;
/delete-property/ dma-names;
status = "okay";
};
&uart3 {

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";