Lines Matching +full:sci +full:- +full:pm +full:- +full:domain
1 Texas Instruments TI SCI Generic Power Domain
7 controller happens through a protocol known as TI SCI [1].
11 PM Domain Node
13 The PM domain node represents the global PM domain managed by the SYSFW. Because
14 this relies on the TI SCI protocol to communicate with the SYSFW it must be a
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>;
34 PM Domain Consumers
36 Hardware blocks belonging to a PM domain should contain a "power-domains"
37 property that is a phandle pointing to the corresponding PM domain node
42 --------------------
43 - power-domains: phandle pointing to the corresponding PM domain node
47 ----------------
49 compatible = "ti,omap4-uart";
51 power-domains = <&k3_pds 0x3f>;