File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Documentation/devicetree/bindings/riscv Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -680,6 +680,52 @@ properties:
680
680
contains :
681
681
const : zca
682
682
683
+ - if :
684
+ contains :
685
+ const : zve32x
686
+ then :
687
+ contains :
688
+ const : zicsr
689
+
690
+ - if :
691
+ contains :
692
+ const : zve32f
693
+ then :
694
+ allOf :
695
+ - contains :
696
+ const : f
697
+ - contains :
698
+ const : zve32x
699
+
700
+ - if :
701
+ contains :
702
+ const : zve64x
703
+ then :
704
+ contains :
705
+ const : zve32x
706
+
707
+ - if :
708
+ contains :
709
+ const : zve64f
710
+ then :
711
+ allOf :
712
+ - contains :
713
+ const : f
714
+ - contains :
715
+ const : zve32f
716
+ - contains :
717
+ const : zve64x
718
+
719
+ - if :
720
+ contains :
721
+ const : zve64d
722
+ then :
723
+ allOf :
724
+ - contains :
725
+ const : d
726
+ - contains :
727
+ const : zve64f
728
+
683
729
allOf :
684
730
# Zcf extension does not exist on rv64
685
731
- if :
You can’t perform that action at this time.
0 commit comments