24 lines
370 B
YAML
24 lines
370 B
YAML
# Copyright (c) 2018, Atmel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ATMEL SAM0 watchdog
|
|
|
|
compatible: "atmel,sam-watchdog"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
peripheral-id:
|
|
type: int
|
|
description: peripheral ID
|
|
required: true
|