1# Copyright (c) 2019 Interay Solutions B.V.
2# Copyright (c) Oane Kingma
3# SPDX-License-Identifier: Apache-2.0
4
5description: Silicon Labs Gecko Family Watchdog driver
6
7compatible: "silabs,gecko-wdog"
8
9include: base.yaml
10
11properties:
12  reg:
13    required: true
14
15  interrupts:
16    required: true
17
18  peripheral-id:
19    type: int
20    description: peripheral ID
21    required: true
22