sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / media / meson-ir.txt
blobe7e3f3c4fc8f697d9fc5c0b9917cb89cff2198ab
1 * Amlogic Meson IR remote control receiver
3 Required properties:
4  - compatible   : depending on the platform this should be one of:
5                   - "amlogic,meson6-ir"
6                   - "amlogic,meson8b-ir"
7                   - "amlogic,meson-gxbb-ir"
8  - reg          : physical base address and length of the device registers
9  - interrupts   : a single specifier for the interrupt from the device
11 Example:
13         ir-receiver@c8100480 {
14                 compatible= "amlogic,meson6-ir";
15                 reg = <0xc8100480 0x20>;
16                 interrupts = <0 15 1>;
17         };