72 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/power/renesas,rcar-sysc.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Renesas R-Car and RZ/G System Controller8 9maintainers:10 - Geert Uytterhoeven <geert+renesas@glider.be>11 - Magnus Damm <magnus.damm@gmail.com>12 13description: |14 The R-Car (RZ/G) System Controller provides power management for the CPU15 cores and various coprocessors.16 The power domain IDs for consumers are defined in header files::17 include/dt-bindings/power/r8*-sysc.h18 19properties:20 compatible:21 enum:22 - renesas,r8a7742-sysc # RZ/G1H23 - renesas,r8a7743-sysc # RZ/G1M24 - renesas,r8a7744-sysc # RZ/G1N25 - renesas,r8a7745-sysc # RZ/G1E26 - renesas,r8a77470-sysc # RZ/G1C27 - renesas,r8a774a1-sysc # RZ/G2M28 - renesas,r8a774a3-sysc # RZ/G2M v3.029 - renesas,r8a774b1-sysc # RZ/G2N30 - renesas,r8a774c0-sysc # RZ/G2E31 - renesas,r8a774e1-sysc # RZ/G2H32 - renesas,r8a7779-sysc # R-Car H133 - renesas,r8a7790-sysc # R-Car H234 - renesas,r8a7791-sysc # R-Car M2-W35 - renesas,r8a7792-sysc # R-Car V2H36 - renesas,r8a7793-sysc # R-Car M2-N37 - renesas,r8a7794-sysc # R-Car E238 - renesas,r8a7795-sysc # R-Car H339 - renesas,r8a77961-sysc # R-Car M3-W+40 - renesas,r8a77965-sysc # R-Car M3-N41 - renesas,r8a7796-sysc # R-Car M3-W42 - renesas,r8a77970-sysc # R-Car V3M43 - renesas,r8a77980-sysc # R-Car V3H44 - renesas,r8a77990-sysc # R-Car E345 - renesas,r8a77995-sysc # R-Car D346 - renesas,r8a779a0-sysc # R-Car V3U47 - renesas,r8a779f0-sysc # R-Car S4-848 - renesas,r8a779g0-sysc # R-Car V4H49 - renesas,r8a779h0-sysc # R-Car V4M50 51 reg:52 maxItems: 153 54 '#power-domain-cells':55 const: 156 57required:58 - compatible59 - reg60 - '#power-domain-cells'61 62additionalProperties: false63 64examples:65 - |66 // System Controller node67 sysc: system-controller@e6180000 {68 compatible = "renesas,r8a7791-sysc";69 reg = <0xe6180000 0x0200>;70 #power-domain-cells = <1>;71 };72