Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 9149cecf8208b4af31e6da38a7319423 > files > 3376

kernel-doc-4.14.127-1.mga6.noarch.rpm

* ZTE zx2967 family Power Domains

zx2967 family includes support for multiple power domains which are used
to gate power to one or more peripherals on the processor.

Required Properties:
  - compatible: should be one of the following.
      * zte,zx296718-pcu - for zx296718 power domain.
  - reg: physical base address of the controller and length of memory mapped
      region.
  - #power-domain-cells: Must be 1.

Example:

	pcu_domain: pcu@117000 {
		compatible = "zte,zx296718-pcu";
		reg = <0x00117000 0x1000>;
		#power-domain-cells = <1>;
	};