Rahul Sharma | 5af0d8a | 2012-10-29 21:51:36 +0900 | [diff] [blame] | 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 | }; |