Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > 2cf5cc1fa3c19364cfcf2cbfcd0d4c00 > files > 1885

kernel-doc-4.4.16-1.mga5.noarch.rpm

* 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>;
	};