brintos

brintos / linux-shallow public Read only

0
0
Text · 667 B · 2a0ea16 Raw
39 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/watchdog/realtek,rtd1295-watchdog.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Realtek RTD1295 Watchdog8 9maintainers:10  - Andreas Färber <afaerber@suse.de>11 12allOf:13  - $ref: watchdog.yaml#14 15properties:16  compatible:17    const: realtek,rtd1295-watchdog18 19  reg:20    maxItems: 121 22  clocks:23    maxItems: 124 25required:26  - compatible27  - reg28  - clocks29 30unevaluatedProperties: false31 32examples:33  - |34    watchdog@98007680 {35        compatible = "realtek,rtd1295-watchdog";36        reg = <0x98007680 0x100>;37        clocks = <&osc27M>;38    };39