1# Copyright (c) 2025 Microchip Technology Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4title: Microchip SAM_D5x_E5x SOC family clock
5
6description: |
7  Microchip SAM_D5x_E5x SOC family clock (OSCCTRL, OSC32KCTRL, GCLK, MCLK)
8
9include:
10  - name: base.yaml
11  - name: pinctrl-device.yaml
12
13compatible: "microchip,sam-d5x-e5x-clock"
14
15properties:
16  on-timeout-ms:
17    type: int
18    default: 5
19    description: |
20      Timeout in milliseconds for clock to be on.
21
22      Driver waits in clock on API to check if the clock is actually on,
23      so that the waiting time is not indefinite.
24