We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbc30a commit c38a938Copy full SHA for c38a938
dts/bindings/i2c/st,stm32-i2c-v2.yaml
@@ -55,3 +55,15 @@ properties:
55
description: |
56
GPIO to which the I2C SDA signal is routed. This is only needed for
57
I2C bus recovery support.
58
+
59
+ dmas:
60
+ type: phandle-array
61
+ description: |
62
+ Optional DMA channels used by the I2C peripheral. If specified, these
63
+ channels can be used to handle RX and TX transactions over DMA.
64
65
+ dma-names:
66
+ type: string-array
67
68
+ Names of the optional DMA channels. Expected values are "tx" for
69
+ the TX channel and "rx" for the RX channel.
0 commit comments