Lines Matching +full:interrupt +full:- +full:driven
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/timer/nxp,s32g2-stm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Daniel Lezcano <daniel.lezcano@kernel.org>
14 software timing functions. STM includes a 32-bit count-up timer and four
15 32-bit compare channels with a separate interrupt source for each channel.
16 The timer is driven by the STM module clock divided by an 8-bit prescale
22 - const: nxp,s32g2-stm
23 - items:
24 - const: nxp,s32g3-stm
25 - const: nxp,s32g2-stm
35 - description: Counter clock
36 - description: Module clock
37 - description: Register clock
39 clock-names:
41 - const: counter
42 - const: module
43 - const: register
46 - compatible
47 - reg
48 - interrupts
49 - clocks
50 - clock-names
55 - |
56 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 compatible = "nxp,s32g2-stm";
63 clock-names = "counter", "module", "register";