26 lines
423 B
YAML
26 lines
423 B
YAML
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Ambiq Timer/Counter
|
|
|
|
compatible: "ambiq,counter"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clock-frequency:
|
|
type: int
|
|
required: true
|
|
description: Counter clock frequency
|
|
|
|
clk-source:
|
|
type: int
|
|
required: true
|
|
description: Counter clock source
|