提交 06611141 编写于 作者: H Heiko Stuebner

ARM: dts: rockchip: add gpio-ir-receiver to the R89 board

Add support for the IR receiver present on the R89 board.
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 0560d7c6
...@@ -78,6 +78,13 @@ ...@@ -78,6 +78,13 @@
}; };
}; };
ir: ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&ir_int>;
};
vcc_host: vcc-host-regulator { vcc_host: vcc-host-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
enable-active-high; enable-active-high;
...@@ -310,6 +317,12 @@ ...@@ -310,6 +317,12 @@
}; };
}; };
ir {
ir_int: ir-int {
rockchip,pins = <7 0 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
pmic { pmic {
pmic_int: pmic-int { pmic_int: pmic-int {
rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>; rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册