Lines Matching +full:xps +full:- +full:timer +full:- +full:1
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/timer/xlnx,xps-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Xilinx LogiCORE IP AXI Timer
10 - Sean Anderson <sean.anderson@seco.com>
15 const: xlnx,xps-timer-1.00.a
18 maxItems: 1
20 clock-names:
24 maxItems: 1
27 maxItems: 1
29 '#pwm-cells': true
31 xlnx,count-width:
38 xlnx,one-timer-only:
40 enum: [ 0, 1 ]
42 Whether only one timer is present in this block.
45 - compatible
46 - reg
47 - xlnx,one-timer-only
50 - if:
52 - '#pwm-cells'
55 - required:
56 - clocks
57 - properties:
58 xlnx,one-timer-only:
62 - interrupts
63 - if:
65 - clocks
68 - clock-names
73 - |
74 timer@800e0000 {
75 clock-names = "s_axi_aclk";
77 compatible = "xlnx,xps-timer-1.00.a";
80 xlnx,count-width = <16>;
81 xlnx,one-timer-only = <0x0>;
84 timer@800f0000 {
85 #pwm-cells = <0>;
86 clock-names = "s_axi_aclk";
88 compatible = "xlnx,xps-timer-1.00.a";
90 xlnx,count-width = <32>;
91 xlnx,one-timer-only = <0x0>;