File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Documentation/devicetree/bindings/timer Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,19 @@ properties:
46
46
47
47
interrupts :
48
48
minItems : 2
49
- maxItems : 3
49
+ items :
50
+ - description : Underflow interrupt, channel 0
51
+ - description : Underflow interrupt, channel 1
52
+ - description : Underflow interrupt, channel 2
53
+ - description : Input capture interrupt, channel 2
54
+
55
+ interrupt-names :
56
+ minItems : 2
57
+ items :
58
+ - const : tuni0
59
+ - const : tuni1
60
+ - const : tuni2
61
+ - const : ticpi2
50
62
51
63
clocks :
52
64
maxItems : 1
@@ -100,7 +112,9 @@ examples:
100
112
reg = <0xffd80000 0x30>;
101
113
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
102
114
<GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
103
- <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
115
+ <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
116
+ <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
117
+ interrupt-names = "tuni0", "tuni1", "tuni2", "ticpi2";
104
118
clocks = <&mstp0_clks R8A7779_CLK_TMU0>;
105
119
clock-names = "fck";
106
120
power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
You can’t perform that action at this time.
0 commit comments