Lines Matching +full:protected +full:- +full:clocks
1 DT bindings for the Renesas R-Mobile System Controller
5 The R-Mobile System Controller provides the following functions:
6 - Boot mode management,
7 - Reset generation,
8 - Power management.
11 - compatible: Should be "renesas,sysc-<soctype>", "renesas,sysc-rmobile" as
14 - "renesas,sysc-r8a73a4" (R-Mobile APE6)
15 - "renesas,sysc-r8a7740" (R-Mobile A1)
16 - "renesas,sysc-sh73a0" (SH-Mobile AG5)
17 - reg: Two address start and address range blocks for the device:
18 - The first block refers to the normally accessible registers,
19 - the second block refers to the registers protected by the HPB
23 - pm-domains: This node contains a hierarchy of PM domain nodes, which should
32 Documentation/devicetree/bindings/power/power-domain.yaml.
38 - #power-domain-cells: Must be 0.
41 - reg: If the PM domain is not always-on, this property must contain the bit
45 - #address-cells: Must be 1,
46 - #size-cells: Must be 0.
47 If the PM domain is always-on, this property must be omitted.
53 C5 "always-on" domain, 2 of its subdomains (A4S and A4SU), and the A3SP domain,
56 sysc: system-controller@e6180000 {
57 compatible = "renesas,sysc-r8a7740", "renesas,sysc-rmobile";
60 pm-domains {
62 #address-cells = <1>;
63 #size-cells = <0>;
64 #power-domain-cells = <0>;
68 #address-cells = <1>;
69 #size-cells = <0>;
70 #power-domain-cells = <0>;
74 #power-domain-cells = <0>;
80 #power-domain-cells = <0>;
89 Hardware blocks belonging to a PM domain should contain a "power-domains"
95 compatible = "renesas,tpu-r8a7740", "renesas,tpu";
97 clocks = <&mstp3_clks R8A7740_CLK_TPU0>;
98 power-domains = <&pd_a3sp>;
99 #pwm-cells = <3>;