File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Documentation/devicetree/bindings/dma Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,35 @@ allOf:
23
23
properties :
24
24
power-domains : false
25
25
26
+ - if :
27
+ properties :
28
+ compatible :
29
+ contains :
30
+ const : fsl,imx23-dma-apbx
31
+ then :
32
+ properties :
33
+ interrupt-names :
34
+ items :
35
+ - const : audio-adc
36
+ - const : audio-dac
37
+ - const : spdif-tx
38
+ - const : i2c
39
+ - const : saif0
40
+ - const : empty0
41
+ - const : auart0-rx
42
+ - const : auart0-tx
43
+ - const : auart1-rx
44
+ - const : auart1-tx
45
+ - const : saif1
46
+ - const : empty1
47
+ - const : empty2
48
+ - const : empty3
49
+ - const : empty4
50
+ - const : empty5
51
+ else :
52
+ properties :
53
+ interrupt-names : false
54
+
26
55
properties :
27
56
compatible :
28
57
oneOf :
@@ -54,6 +83,10 @@ properties:
54
83
minItems : 4
55
84
maxItems : 16
56
85
86
+ interrupt-names :
87
+ minItems : 4
88
+ maxItems : 16
89
+
57
90
" #dma-cells " :
58
91
const : 1
59
92
You can’t perform that action at this time.
0 commit comments