Skip to content
Snippets Groups Projects
Commit 70859a88 authored by Joakim Zhang's avatar Joakim Zhang
Browse files

MLK-20946-1: arm64: dts: imx8mm-evk: enable IR


Enable IR on imx8mm-evk board.

Signed-off-by: default avatarJoakim Zhang <qiangqing.zhang@nxp.com>
parent 453ee22c
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,13 @@ ...@@ -45,6 +45,13 @@
#reset-cells = <0>; #reset-cells = <0>;
}; };
ir_recv: ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ir_recv>;
};
regulators { regulators {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
...@@ -153,6 +160,12 @@ ...@@ -153,6 +160,12 @@
>; >;
}; };
pinctrl_ir_recv: ir_recv {
fsl,pins = <
MX8MM_IOMUXC_GPIO1_IO12_GPIO1_IO12 0x154
>;
};
pinctrl_csi_rst: csi_rst_grp { pinctrl_csi_rst: csi_rst_grp {
fsl,pins = < fsl,pins = <
MX8MM_IOMUXC_GPIO1_IO06_GPIO1_IO6 0x19 MX8MM_IOMUXC_GPIO1_IO06_GPIO1_IO6 0x19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment