File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Documentation/devicetree/bindings/riscv Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,12 @@ properties:
224
224
as ratified at commit 4a69197e5617 ("Update to ratified state") of
225
225
riscv-svvptc.
226
226
227
+ - const : zaamo
228
+ description : |
229
+ The standard Zaamo extension for atomic memory operations as
230
+ ratified at commit e87412e621f1 ("integrate Zaamo and Zalrsc text
231
+ (#1304)") of the unprivileged ISA specification.
232
+
227
233
- const : zabha
228
234
description : |
229
235
The Zabha extension for Byte and Halfword Atomic Memory Operations
@@ -236,6 +242,12 @@ properties:
236
242
is supported as ratified at commit 5059e0ca641c ("update to
237
243
ratified") of the riscv-zacas.
238
244
245
+ - const : zalrsc
246
+ description : |
247
+ The standard Zalrsc extension for load-reserved/store-conditional as
248
+ ratified at commit e87412e621f1 ("integrate Zaamo and Zalrsc text
249
+ (#1304)") of the unprivileged ISA specification.
250
+
239
251
- const : zawrs
240
252
description : |
241
253
The Zawrs extension for entering a low-power state or for trapping
@@ -718,6 +730,13 @@ properties:
718
730
const : zfbfmin
719
731
- contains :
720
732
const : zvfbfmin
733
+ # Zacas depends on Zaamo
734
+ - if :
735
+ contains :
736
+ const : zacas
737
+ then :
738
+ contains :
739
+ const : zaamo
721
740
722
741
allOf :
723
742
# Zcf extension does not exist on rv64
You can’t perform that action at this time.
0 commit comments