eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
17 lines
306 B
YAML
17 lines
306 B
YAML
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Counter based watchdog
|
|
|
|
compatible: "zephyr,counter-watchdog"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
counter:
|
|
type: phandle
|
|
required: true
|
|
description: |
|
|
Counter device used for watchdog.
|