Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
35 lines
791 B
Plaintext
35 lines
791 B
Plaintext
-----------------------------------------------------------
|
|
Device Tree Bindings for the Xilinx Zynq MPSoC PM domains
|
|
-----------------------------------------------------------
|
|
The binding for zynqmp-power-controller follow the common
|
|
generic PM domain binding[1].
|
|
|
|
[1] Documentation/devicetree/bindings/power/power-domain.yaml
|
|
|
|
== Zynq MPSoC Generic PM Domain Node ==
|
|
|
|
Required property:
|
|
- Below property should be in zynqmp-firmware node.
|
|
- #power-domain-cells: Number of cells in a PM domain specifier. Must be 1.
|
|
|
|
Power domain ID indexes are mentioned in
|
|
include/dt-bindings/power/xlnx-zynqmp-power.h.
|
|
|
|
-------
|
|
Example
|
|
-------
|
|
|
|
firmware {
|
|
zynqmp_firmware: zynqmp-firmware {
|
|
...
|
|
#power-domain-cells = <1>;
|
|
...
|
|
};
|
|
};
|
|
|
|
sata {
|
|
...
|
|
power-domains = <&zynqmp_firmware 28>;
|
|
...
|
|
};
|