Lines Matching +full:s500 +full:- +full:timer
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/timer/actions,owl-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Actions Semi Owl timer
10 - Andreas Färber <[email protected]>
14 The 32bit timers support dynamic irq, as well as one-shot mode.
19 - actions,s500-timer
20 - actions,s700-timer
21 - actions,s900-timer
30 interrupt-names:
35 - 2hz0
36 - 2hz1
37 - timer0
38 - timer1
39 - timer2
40 - timer3
46 - compatible
47 - clocks
48 - interrupts
49 - interrupt-names
50 - reg
53 - if:
58 - actions,s500-timer
64 interrupt-names:
66 - const: 2hz0
67 - const: 2hz1
68 - const: timer0
69 - const: timer1
71 - if:
76 - actions,s700-timer
77 - actions,s900-timer
83 interrupt-names:
85 - const: timer1
90 - |
91 #include <dt-bindings/interrupt-controller/arm-gic.h>
92 #include <dt-bindings/interrupt-controller/irq.h>
94 #address-cells = <1>;
95 #size-cells = <1>;
96 timer@b0168000 {
97 compatible = "actions,s500-timer";
104 interrupt-names = "2hz0", "2hz1", "timer0", "timer1";