1# Copyright (c) 2023 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4description: Ambiq Watchdog
5
6compatible: "ambiq,watchdog"
7
8include: base.yaml
9
10properties:
11  reg:
12    required: true
13
14  clock-frequency:
15    type: int
16    required: true
17
18  interrupts:
19    required: true
20