1# Copyright (c) 2023 TOKITA Hiroshi
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  The representation of Raspberry Pi Pico's clock
6
7compatible: "raspberrypi,pico-clock"
8
9include: fixed-clock.yaml
10
11properties:
12  clocks:
13    type: phandle-array
14    description: Clock gate information
15
16  clock-names:
17    type: string-array
18    description: name of each clock
19