File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Documentation/devicetree/bindings/timer Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ properties:
36
36
- starfive,jh7110-clint # StarFive JH7110
37
37
- starfive,jh8100-clint # StarFive JH8100
38
38
- const : sifive,clint0 # SiFive CLINT v0 IP block
39
+ - items :
40
+ - {}
41
+ - const : sifive,clint2 # SiFive CLINT v2 IP block
42
+ description :
43
+ SiFive CLINT v2 is the HRT that supports the Zicntr. The control of sifive,clint2
44
+ differs from that of sifive,clint0, making them incompatible.
39
45
- items :
40
46
- enum :
41
47
- allwinner,sun20i-d1-clint
@@ -62,6 +68,22 @@ properties:
62
68
minItems : 1
63
69
maxItems : 4095
64
70
71
+ sifive,fine-ctr-bits :
72
+ maximum : 15
73
+ description : The width in bits of the fine counter.
74
+
75
+ if :
76
+ properties :
77
+ compatible :
78
+ contains :
79
+ const : sifive,clint2
80
+ then :
81
+ required :
82
+ - sifive,fine-ctr-bits
83
+ else :
84
+ properties :
85
+ sifive,fine-ctr-bits : false
86
+
65
87
additionalProperties : false
66
88
67
89
required :
You can’t perform that action at this time.
0 commit comments