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

Unverified Commit 9267811a authored by Clément Péron's avatar Clément Péron Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: h6: Add IR receiver node



Allwinner H6 IR is similar to A31 and can use same driver.

Add support for it.

Signed-off-by: default avatarClément Péron <peron.clem@gmail.com>
Acked-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 63eb1e14
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -675,6 +675,25 @@
				pins = "PL0", "PL1";
				function = "s_i2c";
			};

			r_ir_rx_pin: r-ir-rx-pin {
				pins = "PL9";
				function = "s_cir_rx";
			};
		};

		r_ir: ir@7040000 {
				compatible = "allwinner,sun50i-h6-ir",
					     "allwinner,sun6i-a31-ir";
				reg = <0x07040000 0x400>;
				interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&r_ccu CLK_R_APB1_IR>,
					 <&r_ccu CLK_IR>;
				clock-names = "apb", "ir";
				resets = <&r_ccu RST_R_APB1_IR>;
				pinctrl-names = "default";
				pinctrl-0 = <&r_ir_rx_pin>;
				status = "disabled";
		};

		r_i2c: i2c@7081400 {