18c2ecf20Sopenharmony_ciDevice-Tree bindings for mixer driver
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: value should be one of the following:
58c2ecf20Sopenharmony_ci	1) "samsung,exynos5-mixer" <DEPRECATED>
68c2ecf20Sopenharmony_ci	2) "samsung,exynos4210-mixer"
78c2ecf20Sopenharmony_ci	3) "samsung,exynos4212-mixer"
88c2ecf20Sopenharmony_ci	4) "samsung,exynos5250-mixer"
98c2ecf20Sopenharmony_ci	5) "samsung,exynos5420-mixer"
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci- reg: physical base address of the mixer and length of memory mapped
128c2ecf20Sopenharmony_ci	region.
138c2ecf20Sopenharmony_ci- interrupts: interrupt number to the cpu.
148c2ecf20Sopenharmony_ci- clocks: list of clock IDs from SoC clock driver.
158c2ecf20Sopenharmony_ci	a) mixer: Gate of Mixer IP bus clock.
168c2ecf20Sopenharmony_ci	b) sclk_hdmi: HDMI Special clock, one of the two possible inputs of
178c2ecf20Sopenharmony_ci               mixer mux.
188c2ecf20Sopenharmony_ci	c) hdmi: Gate of HDMI IP bus clock, needed together with sclk_hdmi.
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciExample:
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci	mixer {
238c2ecf20Sopenharmony_ci		compatible = "samsung,exynos5250-mixer";
248c2ecf20Sopenharmony_ci		reg = <0x14450000 0x10000>;
258c2ecf20Sopenharmony_ci		interrupts = <0 94 0>;
268c2ecf20Sopenharmony_ci	};
27