]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/drm/exynos/mixer.txt
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[karo-tx-linux.git] / Documentation / devicetree / bindings / drm / exynos / mixer.txt
1 Device-Tree bindings for mixer driver
2
3 Required properties:
4 - compatible: value should be "samsung,exynos5-mixer".
5 - reg: physical base address of the mixer and length of memory mapped
6         region.
7 - interrupts: interrupt number to the cpu.
8
9 Example:
10
11         mixer {
12                 compatible = "samsung,exynos5-mixer";
13                 reg = <0x14450000 0x10000>;
14                 interrupts = <0 94 0>;
15         };