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>
19 lines
528 B
Plaintext
19 lines
528 B
Plaintext
Amlogic Meson8 and Meson8b power-management-unit:
|
|
-------------------------------------------------
|
|
|
|
The pmu is used to turn off and on different power domains of the SoCs
|
|
This includes the power to the CPU cores.
|
|
|
|
Required node properties:
|
|
- compatible value : depending on the SoC this should be one of:
|
|
"amlogic,meson8-pmu"
|
|
"amlogic,meson8b-pmu"
|
|
- reg : physical base address and the size of the registers window
|
|
|
|
Example:
|
|
|
|
pmu@c81000e4 {
|
|
compatible = "amlogic,meson8b-pmu", "syscon";
|
|
reg = <0xc81000e0 0x18>;
|
|
};
|