power_domain.txt 675 B

12345678910111213141516171819202122
  1. * Samsung Exynos Power Domains
  2. Exynos processors include support for multiple power domains which are used
  3. to gate power to one or more peripherals on the processor.
  4. Required Properties:
  5. - compatiable: should be one of the following.
  6. * samsung,exynos4210-pd - for exynos4210 type power domain.
  7. - reg: physical base address of the controller and length of memory mapped
  8. region.
  9. Optional Properties:
  10. - samsung,exynos4210-pd-off: Specifies that the power domain is in turned-off
  11. state during boot and remains to be turned-off until explicitly turned-on.
  12. Example:
  13. lcd0: power-domain-lcd0 {
  14. compatible = "samsung,exynos4210-pd";
  15. reg = <0x10023C00 0x10>;
  16. };