Lines Matching +full:armv7 +full:- +full:timer
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/timer/arm,armv7m-systick.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARMv7M System Timer
10 - Alexandre Torgue <alexandre.torgue@foss.st.com>
11 - Fabrice Gasnier <fabrice.gasnier@foss.st.com>
13 description: ARMv7-M includes a system timer, known as SysTick.
17 const: arm,armv7m-systick
25 clock-frequency: true
28 - required:
29 - clocks
30 - required:
31 - clock-frequency
34 - compatible
35 - reg
40 - |
41 timer@e000e010 {
42 compatible = "arm,armv7m-systick";
47 - |
48 timer@e000e010 {
49 compatible = "arm,armv7m-systick";
51 clock-frequency = <90000000>;