Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 91c756cb5d7c6ca8f2e821d8b17515f4 > files > 1474

kernel-rt-doc-3.10.24-0.rt20.2.mga3.noarch.rpm

Device-Tree bindings for mixer driver

Required properties:
- compatible: value should be "samsung,exynos5-mixer".
- reg: physical base address of the mixer and length of memory mapped
	region.
- interrupts: interrupt number to the cpu.

Example:

	mixer {
		compatible = "samsung,exynos5-mixer";
		reg = <0x14450000 0x10000>;
		interrupts = <0 94 0>;
	};