1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 # Copyright 2018 Linaro Ltd.
5 $id: "http://devicetree.org/schemas/timer/intel,ixp4xx-timer.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Intel IXP4xx XScale Networking Processors Timers
11 - Linus Walleij <linus.walleij@linaro.org>
13 description: This timer is found in the Intel IXP4xx processors.
18 - const: intel,ixp4xx-timer
21 description: Should contain registers location and length
27 - description: Timer 1 interrupt
28 - description: Timer 2 interrupt
35 additionalProperties: false
39 #include <dt-bindings/interrupt-controller/irq.h>
41 compatible = "intel,ixp4xx-timer";
42 reg = <0xc8005000 0x100>;
43 interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;