提交 3a035ea0 编写于 作者: S Sjoerd Simons 提交者: Heiko Stuebner

ARM: dts: rockchip: Add IR receiver to RK3288 Radxa Rock 2 Square

Add support for the IR receiver as present on the Radxa Rock 2 Square
board.
Signed-off-by: NSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 e241657d
......@@ -49,6 +49,13 @@
stdout-path = "serial2:115200n8";
};
ir: ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <&gpio8 1 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&ir_int>;
};
sound {
compatible = "simple-audio-card";
simple-audio-card,name = "SPDIF";
......@@ -131,6 +138,12 @@
};
&pinctrl {
ir {
ir_int: ir-int {
rockchip,pins = <8 1 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
pmic {
pmic_int: pmic-int {
rockchip,pins = <0 4 RK_FUNC_GPIO &pcfg_pull_up>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册