summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/media/meson-ir.txt
blob: 407848e85f31100510216d09297511611dba95a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Amlogic Meson IR remote control receiver

Required properties:
 - compatible	: should be "amlogic,meson6-ir"
 - reg		: physical base address and length of the device registers
 - interrupts	: a single specifier for the interrupt from the device

Example:

	ir-receiver@c8100480 {
		compatible= "amlogic,meson6-ir";
		reg = <0xc8100480 0x20>;
		interrupts = <0 15 1>;
	};