1# Copyright (c) 2020 Linaro Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Test Clock Controller
5
6compatible: "vnd,clock"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  "#clock-cells":
12    const: 2
13
14clock-cells:
15  - bus
16  - bits
17