raid5: allow arbitrary max_hw_sectors
[deliverable/linux.git] / Documentation / devicetree / bindings / media / meson-ir.txt
1 * Amlogic Meson IR remote control receiver
2
3 Required properties:
4 - compatible : should be "amlogic,meson6-ir"
5 - reg : physical base address and length of the device registers
6 - interrupts : a single specifier for the interrupt from the device
7
8 Example:
9
10 ir-receiver@c8100480 {
11 compatible= "amlogic,meson6-ir";
12 reg = <0xc8100480 0x20>;
13 interrupts = <0 15 1>;
14 };
This page took 0.031306 seconds and 5 git commands to generate.