Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bba6797 authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

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: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 535fb344
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -55,6 +55,13 @@
			clock-frequency = <25000000>;
			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"; };
&uart0 { status = "okay"; };