18c2ecf20Sopenharmony_ciAmlogic Meson8 and Meson8b power-management-unit:
28c2ecf20Sopenharmony_ci-------------------------------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThe pmu is used to turn off and on different power domains of the SoCs
58c2ecf20Sopenharmony_ciThis includes the power to the CPU cores.
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciRequired node properties:
88c2ecf20Sopenharmony_ci- compatible value : depending on the SoC this should be one of:
98c2ecf20Sopenharmony_ci			"amlogic,meson8-pmu"
108c2ecf20Sopenharmony_ci			"amlogic,meson8b-pmu"
118c2ecf20Sopenharmony_ci- reg : physical base address and the size of the registers window
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	pmu@c81000e4 {
168c2ecf20Sopenharmony_ci		compatible = "amlogic,meson8b-pmu", "syscon";
178c2ecf20Sopenharmony_ci		reg = <0xc81000e0 0x18>;
188c2ecf20Sopenharmony_ci	};
19