rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / media / zx-irdec.txt
blob295b9fab593ef36375d4ac37ff1b67eb143ce939
1 IR Decoder (IRDEC) on ZTE ZX family SoCs
3 Required properties:
4  - compatible: Should be "zte,zx296718-irdec".
5  - reg: Physical base address and length of IRDEC registers.
6  - interrupts: Interrupt number of IRDEC.
8 Exmaples:
10         irdec: ir-decoder@111000 {
11                 compatible = "zte,zx296718-irdec";
12                 reg = <0x111000 0x1000>;
13                 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
14         };