dts: arm: ti: cc23x0: Add DMA mode support to ADC module
Add support to use DMA mode with cc23x0 ADC module. This consists in specifying the DMA channel and peripheral. Signed-off-by: Julien Panis <jpanis@baylibre.com>
This commit is contained in:
parent
45a8a0f0c6
commit
b3a32a95d1
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@
|
||||||
reg = <0x40050000 0xe30>;
|
reg = <0x40050000 0xe30>;
|
||||||
interrupts = <15 0>;
|
interrupts = <15 0>;
|
||||||
#io-channel-cells = <1>;
|
#io-channel-cells = <1>;
|
||||||
|
dmas = <&dma 3 5>;
|
||||||
|
dma-names = "dma";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue