1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/timer/cdns,ttc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cadence TTC - Triple Timer Counter
10 - Michal Simek <michal.simek@xilinx.com>
23 A list of 3 interrupts; one per timer channel.
29 $ref: "/schemas/types.yaml#/definitions/uint32"
31 Bit width of the timer, necessary if not 16.
39 additionalProperties: false
44 interrupt-parent = <&intc>;
45 interrupts = <0 10 4>, <0 11 4>, <0 12 4>;
46 compatible = "cdns,ttc";
47 reg = <0xF8001000 0x1000>;
48 clocks = <&cpu_clk 3>;