1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: System Control and Management Interface (SCMI) clock protocol
5
6compatible: "arm,scmi-clock"
7
8include: [base.yaml, clock-controller.yaml]
9
10properties:
11  shmem:
12    type: phandles
13
14  reg:
15    required: true
16    const: [0x14]
17
18  "#clock-cells":
19    required: true
20    const: 1
21    description: |
22      Vendor-specific clock identifier. Needs to match identifier
23      expected by the SCMI platform as this is directly used in SCMI
24      clock management messages.
25
26clock-cells:
27  - name
28