zephyr/dts/bindings/timer/microchip,xec-rtos-timer.yaml
Scott Worley 059ee104fa dts: arm: microchip: Fixes in preparation for boards
We fixed some minor bugs and one missing component for
Microchip MEC5 HAL based chips, MEC174x and MEC175x.
These changes are in preparation for board check-in and
hello world sample. Added the clock-frequency property
to the cpu and rtimer nodes. This properity is used
derive the Kconfig's for the kernel tick.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
2025-04-11 17:31:37 +02:00

27 lines
494 B
YAML

# Copyright (c) 2019 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
description: Microchip XEC RTOS timer
compatible: "microchip,xec-rtos-timer"
include: base.yaml
properties:
reg:
required: true
interrupts:
required: true
girqs:
type: array
required: true
description: Array of GIRQ numbers [8:26] and bit positions [0:31].
clock-frequency:
type: int
required: true
const: 32768
description: RTOS timer runs at fixed 32 KHz.