1# Copyright (c) 2025 Microchip Technology Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4title: Microchip MCLK (Main Clock) peripheral 5 6description: | 7 Main Clock (MCLK) configuration for peripheral AHB and APB clocks. 8 9include: [base.yaml] 10 11compatible: "microchip,sam-d5x-e5x-mclkperiph" 12 13properties: 14 "#clock-cells": 15 const: 1 16 type: int 17 description: | 18 The subsystem cell is to identify a clock controller sub-system. 19 20 The subsystem can be referred from include\zephyr\dt-bindings\clock\mchp_sam_d5x_e5x_clock.h, 21 under the MCLKPERIPH_TYPE section of ids. 22 All clock control API use this value to specify the clock on which the API operates. 23 Since subsystem is opaque to the user, it can be accessed from the devicetree node and used. 24 25clock-cells: 26 - subsystem 27