| # Copyright (c) 2025, Microchip Technology Inc. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: | | |
| Microchip XEC hibernation timer a 16-bit count down | |
| timer on the 32 KHz clock domain. | |
| compatible: "microchip,xec-hibtimer" | |
| include: | |
| - "base.yaml" | |
| - "microchip,dmec-ecia-girq.yaml" | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| clock-frequency-str: | |
| type: string | |
| enum: | |
| - "32KHz" | |
| - "8Hz" | |
| max-value: | |
| type: int | |
| const: 0xffff | |
| description: Maximum counter value the instance can handle |