1# Copyright (c) 2020, Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4description: Atmel SAMD2x Power Manger (PM)
5
6compatible: "atmel,samd2x-pm"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#clock-cells":
15    const: 2
16
17clock-cells:
18  - offset
19  - bit
20