blob: 1f783c358722b5c868405b25a542afbbc681f68a [file] [log] [blame]
* ImgTec Infrared (IR) decoder
Required properties:
- compatible: Should be "img,ir"
- reg: physical base address of the controller and length of
memory mapped region.
- interrupts: The interrupt number to the cpu should be specified. The
number of cells representing a interrupt depends on the
parent interrupt controller.
Example:
ir@02006200 {
compatible = "img,ir";
reg = <0x02006200 0x100>;
interrupts = <29 4>;
};