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

Commit 15df8ad9 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: gr8: Add UART3 pins



The UART3 pins were missing from the DTSI. Add them.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 7c432442
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -895,6 +895,20 @@
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			uart3_pins_a: uart3@1 {
				allwinner,pins = "PG9", "PG10";
				allwinner,function = "uart3";
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			uart3_cts_rts_pins_a: uart3-cts-rts@0 {
				allwinner,pins = "PG11", "PG12";
				allwinner,function = "uart3";
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};
		};

		pwm: pwm@01c20e00 {