brintos

brintos / linux-shallow public Read only

0
0
Text · 855 B · 3d4403b Raw
42 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/watchdog/brcm,kona-wdt.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Broadcom Kona Family Watchdog Timer8 9description: |10  This watchdog timer is used in the following Broadcom SoCs:11  BCM11130, BCM11140, BCM11351, BCM28145, BCM2815512 13maintainers:14  - Florian Fainelli <f.fainelli@gmail.com>15  - Ray Jui <rjui@broadcom.com>16  - Scott Branden <sbranden@broadcom.com>17 18allOf:19  - $ref: watchdog.yaml#20 21properties:22  compatible:23    items:24      - const: brcm,bcm11351-wdt25      - const: brcm,kona-wdt26 27  reg:28    maxItems: 129 30required:31  - compatible32  - reg33 34unevaluatedProperties: false35 36examples:37  - |38    watchdog@35002f40 {39        compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt";40        reg = <0x35002f40 0x6c>;41    };42