Skip to content

Commit 7a12801

Browse files
jpanisblkartben
authored andcommitted
dts: arm: ti: cc23x0: Add DMA mode support to SPI module
Add support to use DMA mode with cc23x0 SPI module. This consists in specifying the DMA channels and peripherals. Signed-off-by: Julien Panis <[email protected]>
1 parent 11cbfea commit 7a12801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dts/arm/ti/cc23x0.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@
105105
#size-cells = <0>;
106106
reg = <0x40030000 0x164>;
107107
interrupts = <10 0>;
108+
dmas = <&dma 0 0>, <&dma 1 1>;
109+
dma-names = "tx", "rx";
108110
status = "disabled";
109111
};
110112

0 commit comments

Comments
 (0)