arm64: dts: socfpga: agilex: Add dma channel id for spi

Add DMA channel ids for spi0 and spi1 nodes in device tree.

Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Niravkumar L Rabara
2025-01-06 15:31:10 +08:00
committed by Dinh Nguyen
parent 17d321d4a0
commit e417c5b196

View File

@@ -459,6 +459,8 @@ spi0: spi@ffda4000 {
reg-io-width = <4>;
num-cs = <4>;
clocks = <&clkmgr AGILEX_L4_MAIN_CLK>;
dmas = <&pdma 16>, <&pdma 17>;
dma-names = "tx", "rx";
status = "disabled";
};
@@ -473,6 +475,8 @@ spi1: spi@ffda5000 {
reg-io-width = <4>;
num-cs = <4>;
clocks = <&clkmgr AGILEX_L4_MAIN_CLK>;
dmas = <&pdma 20>, <&pdma 21>;
dma-names = "tx", "rx";
status = "disabled";
};