1# Copyright (c) 2023 Rivos Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: OpenTitan Always-On Timer driver
5
6compatible: "lowrisc,opentitan-aontimer"
7
8include: base.yaml
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  clock-frequency:
18    type: int
19    description: AON-Timer frequency
20    required: true
21
22  wdog-lock:
23    type: boolean
24    description: |
25      When set, lock watchdog configuration after setup until the next
26      reset.
27