File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Documentation/devicetree/bindings/mtd Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ properties:
14
14
enum :
15
15
- st,stm32mp15-fmc2
16
16
- st,stm32mp1-fmc2-nfc
17
+ - st,stm32mp25-fmc2-nfc
17
18
18
19
reg :
19
20
minItems : 6
20
- maxItems : 7
21
+ maxItems : 12
21
22
22
23
interrupts :
23
24
maxItems : 1
@@ -92,6 +93,28 @@ allOf:
92
93
- description : Chip select 1 command
93
94
- description : Chip select 1 address space
94
95
96
+ - if :
97
+ properties :
98
+ compatible :
99
+ contains :
100
+ const : st,stm32mp25-fmc2-nfc
101
+ then :
102
+ properties :
103
+ reg :
104
+ items :
105
+ - description : Chip select 0 data
106
+ - description : Chip select 0 command
107
+ - description : Chip select 0 address space
108
+ - description : Chip select 1 data
109
+ - description : Chip select 1 command
110
+ - description : Chip select 1 address space
111
+ - description : Chip select 2 data
112
+ - description : Chip select 2 command
113
+ - description : Chip select 2 address space
114
+ - description : Chip select 3 data
115
+ - description : Chip select 3 command
116
+ - description : Chip select 3 address space
117
+
95
118
required :
96
119
- compatible
97
120
- reg
You can’t perform that action at this time.
0 commit comments