19 lines
367 B
YAML
19 lines
367 B
YAML
|
# Copyright (c) 2023 TOKITA Hiroshi
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: |
|
||
|
The representation of Raspberry Pi Pico's clock
|
||
|
|
||
|
compatible: "raspberrypi,pico-clock"
|
||
|
|
||
|
include: fixed-clock.yaml
|
||
|
|
||
|
properties:
|
||
|
clocks:
|
||
|
type: phandle-array
|
||
|
description: Clock gate information
|
||
|
|
||
|
clock-names:
|
||
|
type: string-array
|
||
|
description: name of each clock
|