added gpio-ir-tx for IR board from RM Mini 3
[linux-gpio-pinout] / device-tree / gpio-ir-tx.dts
1 /*
2  * add gpio-ir-tx to enable ir send on sunxi
3  * for RM Mini 3 IR board connected to pins
4  */
5
6 /dts-v1/;
7 /plugin/;
8
9 / {
10         compatible = "allwinner,sun4i-a10", "allwinner,sun7i-a20", "allwinner,sun50i-a64", "allwinner,sun50i-h5";
11
12         /* Documentation/devicetree/bindings/leds/irled/gpio-ir-tx.txt */
13         fragment@0 {
14                 target-path = "/";
15
16                 __overlay__ {
17                         irled@0 {
18                                 compatible = "gpio-ir-tx";
19                                 gpios = <&pio 1 10 0>; /* PB10 GPIO_ACTIVE_HIGH */
20                         };
21
22                 };
23         };
24 };