Lines Matching +full:am335x +full:- +full:timer +full:- +full:1 +full:ms

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/timer/ti,timer-dm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI dual-mode timer
10 - Tony Lindgren <tony@atomide.com>
13 The TI dual-mode timer is a general purpose timer with PWM capabilities.
18 - items:
19 - enum:
20 - ti,am335x-timer
21 - ti,am335x-timer-1ms
22 - ti,am654-timer
23 - ti,dm814-timer
24 - ti,dm816-timer
25 - ti,omap2420-timer
26 - ti,omap3430-timer
27 - ti,omap4430-timer
28 - ti,omap5430-timer
29 - items:
30 - const: ti,am4372-timer
31 - const: ti,am335x-timer
32 - items:
33 - const: ti,am4372-timer-1ms
34 - const: ti,am335x-timer-1ms
38 - description: IO address
39 - description: L3 to L4 mapping for omap4/5 L4 ABE
40 minItems: 1
44 - description: Functional clock
45 - description: System clock for omap4/5 and dra7
46 minItems: 1
48 clock-names:
50 - const: fck
51 - const: timer_sys_ck
52 minItems: 1
54 power-domains:
57 maxItems: 1
61 Interrupt if available. The timer PWM features may be usable
63 maxItems: 1
65 ti,timer-alwon:
67 Timer is always enabled when the SoC is powered. Note that some SoCs like
68 am335x can suspend to PM coprocessor RTC only mode and in that case the
72 ti,timer-dsp:
74 Timer is routable to the DSP in addition to the operating system.
77 ti,timer-pwm:
79 Timer has been wired for PWM capability.
82 ti,timer-secure:
84 Timer access has been limited to secure mode only.
89 Name of the HWMOD associated with timer. This is for legacy
95 - compatible
96 - reg
101 - if:
105 const: ti,am654-timer
108 - power-domains
111 - interrupts
113 - if:
119 - ti,omap3430-timer
120 - ti,omap4430-timer
121 - ti,omap5430-timer
125 maxItems: 1
127 maxItems: 1
128 clock-names:
129 maxItems: 1
131 - if:
136 - ti,dm814-timer
137 - ti,dm816-timer
138 - ti,omap2420-timer
139 - ti,omap3430-timer
144 - pattern: "^timer([1-9]|1[0-2])$"
150 - |
151 timer1: timer@0 {
152 compatible = "ti,am335x-timer-1ms";
155 ti,timer-alwon;
157 clock-names = "fck";