Lines Matching +full:power +full:- +full:domain +full:- +full:node
5 The CPG also provides a Clock Domain for SoC devices, in combination with the
10 - compatible: Must be "renesas,r8a7778-cpg-clocks"
11 - reg: Base address and length of the memory resource used by the CPG
12 - #clock-cells: Must be 1
13 - clock-output-names: The names of the clocks. Supported clocks are
15 - #power-domain-cells: Must be 0
17 SoC devices that are part of the CPG/MSTP Clock Domain and can be power-managed
18 through an MSTP clock should refer to the CPG device node in their
19 "power-domains" property, as documented by the generic PM domain bindings in
20 Documentation/devicetree/bindings/power/power_domain.txt.
24 --------
26 - CPG device node:
29 compatible = "renesas,r8a7778-cpg-clocks";
31 #clock-cells = <1>;
33 clock-output-names = "plla", "pllb", "b",
35 #power-domain-cells = <0>;
39 - CPG/MSTP Clock Domain member device node:
42 compatible = "renesas,sdhi-r8a7778";
46 power-domains = <&cpg_clocks>;