Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / Documentation / devicetree / bindings / clock / raspberrypi,firmware-clocks.yaml
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/clock/raspberrypi,firmware-clocks.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: RaspberryPi Firmware Clocks Device Tree Bindings
8
9 maintainers:
10   - Maxime Ripard <mripard@kernel.org>
11
12 properties:
13   "#clock-cells":
14     const: 1
15
16   compatible:
17     const: raspberrypi,firmware-clocks
18
19 required:
20   - "#clock-cells"
21   - compatible
22
23 additionalProperties: false
24
25 examples:
26   - |
27     firmware_clocks: firmware-clocks {
28         compatible = "raspberrypi,firmware-clocks";
29         #clock-cells = <1>;
30     };
31
32 ...