blob: 9b2ea03435665f4aecbd4cd049b56b41f4a6aa46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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>;
};
|