Lines Matching +full:reg +full:- +full:names
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/timer/snps,dw-apb-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Daniel Lezcano <daniel.lezcano@linaro.org>
15 - const: snps,dw-apb-timer
16 - enum:
17 - snps,dw-apb-timer-sp
18 - snps,dw-apb-timer-osc
21 reg:
30 - description: Timer ticks reference clock source
31 - description: APB interface clock source
33 clock-names:
36 - const: timer
37 - const: pclk
39 clock-frequency: true
41 clock-freq:
44 Has the same meaning as the 'clock-frequency' property - timer clock
51 - compatible
52 - reg
53 - interrupts
56 - required:
57 - clocks
58 - clock-names
59 - required:
60 - clock-frequency
61 - required:
62 - clock-freq
65 - |
67 compatible = "snps,dw-apb-timer";
69 reg = <0xffe00000 0x1000>;
71 clock-names = "timer", "pclk";
73 - |
75 compatible = "snps,dw-apb-timer";
77 reg = <0xffe00000 0x1000>;
79 clock-names = "timer";
81 - |
83 compatible = "snps,dw-apb-timer";
85 reg = <0xffe00000 0x1000>;
86 clock-frequency = <25000000>;