power_domain.txt 496 B

1234567891011121314151617
  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. Example:
  10. lcd0: power-domain-lcd0 {
  11. compatible = "samsung,exynos4210-pd";
  12. reg = <0x10023C00 0x10>;
  13. };