···11+* ST-Ericsson UX500 PM Domains22+33+UX500 supports multiple PM domains which are used to gate power to one or44+more peripherals on the SOC.55+66+The implementation of PM domains for UX500 are based upon the generic PM domain77+and use the corresponding DT bindings.88+99+==PM domain providers==1010+1111+Required properties:1212+ - compatible: Must be "stericsson,ux500-pm-domains".1313+ - #power-domain-cells : Number of cells in a power domain specifier, must be 1.1414+1515+Example:1616+ pm_domains: pm_domains0 {1717+ compatible = "stericsson,ux500-pm-domains";1818+ #power-domain-cells = <1>;1919+ };2020+2121+==PM domain consumers==2222+2323+Required properties:2424+ - power-domains: A phandle and PM domain specifier. Below are the list of2525+ valid specifiers:2626+2727+ Index Specifier2828+ ----- ---------2929+ 0 DOMAIN_VAPE3030+3131+Example:3232+ sdi0_per1@80126000 {3333+ compatible = "arm,pl18x", "arm,primecell";3434+ power-domains = <&pm_domains DOMAIN_VAPE>3535+ };