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

Commit 4ac367b4 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun6i: Add ir node



Add a node for the ir receiver found on the A31.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
[Maxime: Added a node label]
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 9b5c6e06
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -896,6 +896,16 @@
			reg = <0x01f01c00 0x300>;
		};

		ir: ir@01f02000 {
			compatible = "allwinner,sun5i-a13-ir";
			clocks = <&apb0_gates 1>, <&ir_clk>;
			clock-names = "apb", "ir";
			resets = <&apb0_rst 1>;
			interrupts = <0 37 4>;
			reg = <0x01f02000 0x40>;
			status = "disabled";
		};

		r_pio: pinctrl@01f02c00 {
			compatible = "allwinner,sun6i-a31-r-pinctrl";
			reg = <0x01f02c00 0x400>;