···1818 (base address and length)19192020Optional properties:2121+- #power-domain-cells: Should be 0 if the instance is a power domain provider.2122- #reset-cells: Should be 1 if the PRM instance in question supports resets.22232324Example:···2625prm_dsp2: prm@1b00 {2726 compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst";2827 reg = <0x1b00 0x40>;2828+ #power-domain-cells = <0>;2929 #reset-cells = <1>;3030};