diff options
-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"; }; |