1# Copyright (c) 2018 Foundries.io
2# SPDX-License-Identifier: Apache-2.0
3
4description: RV32M1 PCC (Peripheral Clock Control) IP node
5
6compatible: "openisa,rv32m1-pcc"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#clock-cells":
15    const: 1
16
17clock-cells:
18  - name
19