Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / Documentation / devicetree / bindings / media / meson-ir.txt
CommitLineData
36cdfa76
BG
1* Amlogic Meson IR remote control receiver
2
3Required properties:
e3ee59f6
NA
4 - compatible : depending on the platform this should be one of:
5 - "amlogic,meson6-ir"
6 - "amlogic,meson8b-ir"
7 - "amlogic,meson-gxbb-ir"
36cdfa76
BG
8 - reg : physical base address and length of the device registers
9 - interrupts : a single specifier for the interrupt from the device
10
11Example:
12
13 ir-receiver@c8100480 {
14 compatible= "amlogic,meson6-ir";
15 reg = <0xc8100480 0x20>;
16 interrupts = <0 15 1>;
17 };