19 lines
308 B
YAML
19 lines
308 B
YAML
# Copyright (c) 2022 Kamil Serwus
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Atmel SAMC2x Generic Clock Controller (GCLK)
|
|
|
|
compatible: "atmel,samc2x-gclk"
|
|
|
|
include: [clock-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
"#clock-cells":
|
|
const: 1
|
|
|
|
clock-cells:
|
|
- periph_ch
|