ARM: dts: meson8b: odroid-c1: enable the IR receiver

The Odroid-C1 comes with an IR receiver. It is connected to the GPIOAO_7
pin and thus using the SoC's internal IR decoder.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Martin Blumenstingl 2018-05-06 22:57:49 +02:00 committed by Kevin Hilman
parent 9bec5c5649
commit 15b520f132
2 changed files with 13 additions and 0 deletions

View File

@ -148,6 +148,12 @@
};
};
&ir_receiver {
status = "okay";
pinctrl-0 = <&ir_recv_pins>;
pinctrl-names = "default";
};
&sdio {
status = "okay";

View File

@ -148,6 +148,13 @@
function = "uart_ao";
};
};
ir_recv_pins: remote {
mux {
groups = "remote_input";
function = "remote";
};
};
};
};