Lines Matching +full:power +full:- +full:managed
1 Texas Instruments TI SCI Generic Power Domain
13 The PM domain node represents the global PM domain managed by the SYSFW. Because
18 --------------------
19 - compatible: Must be "ti,sci-pm-domain"
20 - #power-domain-cells: Must be 1 so that an id can be provided in each
24 ----------------
26 compatible = "ti,am654-system-controller";
28 k3_pds: power-controller {
29 compatible = "ti,sci-pm-domain";
30 #power-domain-cells = <1>;
36 Hardware blocks belonging to a PM domain should contain a "power-domains"
42 --------------------
43 - power-domains: phandle pointing to the corresponding PM domain node
47 ----------------
49 compatible = "ti,omap4-uart";
51 power-domains = <&k3_pds 0x3f>;