# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/renesas,r8a78000-cpg.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Renesas R-Car X5H Clock Pulse Generator maintainers: - Geert Uytterhoeven description: The R-Car X5H Clock Pulse Generator (CLK CONTROL) consists of oscillators, PLL circuits, clock dividers and clock control circuits. It provides various clocks for other modules. properties: compatible: const: renesas,r8a78000-cpg reg: maxItems: 1 clocks: maxItems: 2 clock-names: items: - const: extal - const: extalr '#clock-cells': description: The single clock specifier cell must be the clock number, as defined in . const: 1 required: - compatible - reg - clocks - clock-names - '#clock-cells' additionalProperties: false examples: - | clock-controller@c1320000 { compatible = "renesas,r8a78000-cpg"; reg = <0xc1320000 0x10000>; clocks = <&extal_clk>, <&extalr_clk>; clock-names = "extal", "extalr"; #clock-cells = <1>; };