20 lines
314 B
YAML
20 lines
314 B
YAML
# Copyright (c) 2022, Kamil Serwus
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Atmel SAMC2x Generic Clock Controller (MCLK)
|
|
|
|
compatible: "atmel,samc2x-mclk"
|
|
|
|
include: [clock-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
"#clock-cells":
|
|
const: 2
|
|
|
|
clock-cells:
|
|
- offset
|
|
- bit
|