We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da65f29 commit b91cf01Copy full SHA for b91cf01
Documentation/devicetree/bindings/timer/thead,c900-aclint-mtimer.yaml
@@ -17,7 +17,12 @@ properties:
17
- const: thead,c900-aclint-mtimer
18
19
reg:
20
- maxItems: 1
+ items:
21
+ - description: MTIMECMP Registers
22
+
23
+ reg-names:
24
25
+ - const: mtimecmp
26
27
interrupts-extended:
28
minItems: 1
@@ -28,6 +33,7 @@ additionalProperties: false
33
required:
29
34
- compatible
30
35
- reg
36
+ - reg-names
31
37
- interrupts-extended
32
38
39
examples:
@@ -39,5 +45,6 @@ examples:
45
<&cpu3intc 7>,
40
46
<&cpu4intc 7>;
41
47
reg = <0xac000000 0x00010000>;
48
+ reg-names = "mtimecmp";
42
49
};
43
50
...
0 commit comments