2019-11-04 23:09:42 +08:00
|
|
|
# Copyright (c) 2019 Interay Solutions B.V.
|
|
|
|
# Copyright (c) Oane Kingma
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Silicon Labs Gecko Family Watchdog driver
|
|
|
|
|
|
|
|
compatible: "silabs,gecko-wdog"
|
|
|
|
|
|
|
|
include: base.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
label:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
required: true
|
2020-07-14 17:56:11 +08:00
|
|
|
|
|
|
|
peripheral-id:
|
|
|
|
type: int
|
|
|
|
description: peripheral ID
|
|
|
|
required: true
|