exynos_mixer.txt 676 B

123456789101112131415161718192021222324
  1. Device-Tree bindings for mixer driver
  2. Required properties:
  3. - compatible: value should be one of the following:
  4. 1) "samsung,exynos5-mixer" <DEPRECATED>
  5. 2) "samsung,exynos4210-mixer"
  6. 3) "samsung,exynos5250-mixer"
  7. 4) "samsung,exynos5420-mixer"
  8. - reg: physical base address of the mixer and length of memory mapped
  9. region.
  10. - interrupts: interrupt number to the cpu.
  11. - clocks: list of clock IDs from SoC clock driver.
  12. a) mixer: Gate of Mixer IP bus clock.
  13. b) sclk_hdmi: HDMI Special clock, one of the two possible inputs of
  14. mixer mux.
  15. Example:
  16. mixer {
  17. compatible = "samsung,exynos5250-mixer";
  18. reg = <0x14450000 0x10000>;
  19. interrupts = <0 94 0>;
  20. };