27 lines
477 B
YAML
27 lines
477 B
YAML
# Copyright (c) 2023 Rivos Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: OpenTitan Always-On Timer driver
|
|
|
|
compatible: "lowrisc,opentitan-aontimer"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clock-frequency:
|
|
type: int
|
|
description: AON-Timer frequency
|
|
required: true
|
|
|
|
wdog-lock:
|
|
type: boolean
|
|
description: |
|
|
When set, lock watchdog configuration after setup until the next
|
|
reset.
|