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 8f67b1f commit bae9f78Copy full SHA for bae9f78
Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml
@@ -40,6 +40,16 @@ properties:
40
- const: sclk
41
- const: lrclk
42
43
+ dmas:
44
+ items:
45
+ - description: out DMA channel
46
+ - description: in DMA channel
47
+
48
+ dma-names:
49
50
+ - const: tx
51
+ - const: rx
52
53
required:
54
- compatible
55
- '#sound-dai-cells'
@@ -61,6 +71,8 @@ examples:
61
71
<&syscon 30>,
62
72
<&syscon 31>;
63
73
clock-names = "mclk", "sclk", "lrclk";
74
+ dmas = <&dma0 0 1>, <&dma0 0 2>;
75
+ dma-names = "tx", "rx";
64
76
};
65
77
66
78
...
0 commit comments