diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-07-29 08:29:05 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-12 17:03:49 -0400 |
commit | 3bba679795f2262ea29bdbc15a153909fc050ff6 (patch) | |
tree | be4b86561fe06f1f53bee0d3580ab1f5cdb7d6a6 /arch/arm/boot | |
parent | 535fb3445c48e5123dd7742ee9371314db1648aa (diff) |
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: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/dove-cubox.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts index 525fb4503e8d..022646ef4b38 100644 --- a/arch/arm/boot/dts/dove-cubox.dts +++ b/arch/arm/boot/dts/dove-cubox.dts | |||
@@ -55,6 +55,13 @@ | |||
55 | clock-frequency = <25000000>; | 55 | clock-frequency = <25000000>; |
56 | }; | 56 | }; |
57 | }; | 57 | }; |
58 | |||
59 | ir_recv: ir-receiver { | ||
60 | compatible = "gpio-ir-receiver"; | ||
61 | gpios = <&gpio0 19 1>; | ||
62 | pinctrl-0 = <&pmx_gpio_19>; | ||
63 | pinctrl-names = "default"; | ||
64 | }; | ||
58 | }; | 65 | }; |
59 | 66 | ||
60 | &uart0 { status = "okay"; }; | 67 | &uart0 { status = "okay"; }; |