Skip to content

Commit

Permalink
ARM: dove: add GPIO IR receiver node to SolidRun CuBox
Browse files Browse the repository at this point in the history
This adds a node for the IR receiver connected to a GPIO pin on the
SolidRun CuBox.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Sebastian Hesselbarth authored and Jason Cooper committed Aug 12, 2013
1 parent 535fb34 commit 3bba679
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/dove-cubox.dts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
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"; };
Expand Down

0 comments on commit 3bba679

Please sign in to comment.