^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) IR Decoder (IRDEC) on ZTE ZX family SoCs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatible: Should be "zte,zx296718-irdec".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - reg: Physical base address and length of IRDEC registers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) - interrupts: Interrupt number of IRDEC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) Exmaples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) irdec: ir-decoder@111000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) compatible = "zte,zx296718-irdec";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) reg = <0x111000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) };