提交 3bba6797 编写于 作者: S Sebastian Hesselbarth 提交者: Jason Cooper

ARM: dove: add GPIO IR receiver node to SolidRun CuBox

This adds a node for the IR receiver connected to a GPIO pin on the
SolidRun CuBox.
Signed-off-by: NSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 535fb344
...@@ -55,6 +55,13 @@ ...@@ -55,6 +55,13 @@
clock-frequency = <25000000>; clock-frequency = <25000000>;
}; };
}; };
ir_recv: ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <&gpio0 19 1>;
pinctrl-0 = <&pmx_gpio_19>;
pinctrl-names = "default";
};
}; };
&uart0 { status = "okay"; }; &uart0 { status = "okay"; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册