File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Documentation/devicetree/bindings/spi Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,17 @@ allOf:
37
37
else :
38
38
required :
39
39
- interrupts
40
+ - if :
41
+ properties :
42
+ compatible :
43
+ contains :
44
+ const : amd,pensando-elba-spi
45
+ then :
46
+ required :
47
+ - amd,pensando-elba-syscon
48
+ else :
49
+ properties :
50
+ amd,pensando-elba-syscon : false
40
51
41
52
properties :
42
53
compatible :
@@ -63,6 +74,8 @@ properties:
63
74
const : intel,keembay-ssi
64
75
- description : Intel Thunder Bay SPI Controller
65
76
const : intel,thunderbay-ssi
77
+ - description : AMD Pensando Elba SoC SPI Controller
78
+ const : amd,pensando-elba-spi
66
79
- description : Baikal-T1 SPI Controller
67
80
const : baikal,bt1-ssi
68
81
- description : Baikal-T1 System Boot SPI Controller
@@ -136,6 +149,12 @@ properties:
136
149
of the designware controller, and the upper limit is also subject to
137
150
controller configuration.
138
151
152
+ amd,pensando-elba-syscon :
153
+ $ref : /schemas/types.yaml#/definitions/phandle-array
154
+ description :
155
+ Block address to control SPI chip-selects. The Elba SoC system controller
156
+ provides an interface to override the native DWC SSI CS control.
157
+
139
158
patternProperties :
140
159
" ^.*@[0-9a-f]+$ " :
141
160
type : object
You can’t perform that action at this time.
0 commit comments