exynos-fimc-lite.txt 653 B

12345678910111213141516
  1. Exynos4x12/Exynos5 SoC series camera host interface (FIMC-LITE)
  2. Required properties:
  3. - compatible : should be one of:
  4. "samsung,exynos4212-fimc-lite" for Exynos4212/4412 SoCs,
  5. "samsung,exynos5250-fimc-lite" for Exynos5250 compatible
  6. devices;
  7. - reg : physical base address and size of the device memory mapped
  8. registers;
  9. - interrupts : should contain FIMC-LITE interrupt;
  10. - clocks : FIMC LITE gate clock should be specified in this property.
  11. - clock-names : should contain "flite" entry.
  12. Each FIMC device should have an alias in the aliases node, in the form of
  13. fimc-lite<n>, where <n> is an integer specifying the IP block instance.