Lines Matching full:domain

4 $id: http://devicetree.org/schemas/power/power-domain.yaml#
20 This device tree binding can be used to bind PM domain consumer devices with
21 their PM domains provided by PM domain providers. A PM domain provider can be
24 phandle arguments (so called PM domain specifiers) of length specified by the
25 \#power-domain-cells property in the PM domain provider node.
29 pattern: "^(power-controller|power-domain|performance-domain)([@-].*)?$"
31 domain-idle-states:
37 power-domain provider. The idle state definitions are compatible with the
38 domain-idle-state bindings, specified in ./domain-idle-state.yaml.
40 Note that, the domain-idle-state property reflects the idle states of this
41 PM domain and not the idle states of the devices or sub-domains in the PM
42 domain. Devices and sub-domains have their own idle states independent of
43 the parent domain's idle states. In the absence of this property, the
44 domain would be considered as capable of being powered-on or powered-off.
49 performance, provided by a power domain provider. If the provider provides
50 a single power domain only or all the power domains provided by the
54 "#power-domain-cells":
56 Number of cells in a PM domain specifier. Typically 0 for nodes
57 representing a single PM domain and 1 for nodes providing multiple PM
63 A phandle and PM domain specifier as defined by bindings of the power
65 from another power domain (or have other hardware specific
66 dependencies). For representing such dependency a standard PM domain
68 by the given provider should be subdomains of the domain specified
72 - "#power-domain-cells"
81 #power-domain-cells = <1>;
84 // The node above defines a power controller that is a PM domain provider and
91 #power-domain-cells = <1>;
98 #power-domain-cells = <1>;
103 // domain provided by the 'parent' power controller.
109 #power-domain-cells = <0>;
110 domain-idle-states = <&DOMAIN_RET>, <&DOMAIN_PWR_DN>;
117 #power-domain-cells = <0>;
118 domain-idle-states = <&DOMAIN_PWR_DN>;
121 domain-idle-states {
122 DOMAIN_RET: domain-retention {
123 compatible = "domain-idle-state";
129 DOMAIN_PWR_DN: domain-pwr-dn {
130 compatible = "domain-idle-state";